Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 20971: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Sun, 04 Mar 2007 11:48:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20971

User: jmayer
Date: 2007/03/04 11:48 AM

Log:
 The beginnings of a TAPA dissector (Trapeze Access Point Access Protocol).
 Admittedly not much, so if you have any ideas what the rest means or where
 I'm wrong please provide feedback.
 
 As tapa uses udp 5000 and ip protocol 4, I needed to add a hack for the
 ip part to properly dispatch betweeen ipip and tapa-tunnel (actually I
 was unable to turn the ipip dissector into a heuristic dissector :-)

Directory: /trunk/epan/dissectors/
  Changes    Path               Action
  +1 -0      Makefile.common    Modified
  +14 -1     packet-ip.c        Modified
  +522 -0    packet-tapa.c      Added