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