Note that pre-0.6 libpcap didn't handle HP-UX as well as 0.6 and later
[obnox/wireshark/wip.git] / packet-pppoe.c
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-04-17 guyMove the declaration of "etype_vals[]" from "epan/packe...
2001-03-30 guyCall the dissector for PPP-in-HDLC-like-framing (RFC...
2001-01-21 guyRemove some more "CHECK_DISPLAY_AS_DATA()" calls and...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-04 guyMake the PPP-over-Ethernet discovery and session protoc...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-19 guyHave the Etherenet and PPP dissectors register themselv...
2000-09-11 gramAdded #include "strutil.h"
2000-08-25 denielFix comment and add reference to RFC.
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-05-11 gramAdd tvbuff class.
2000-04-16 guyMake various dissectors static if they can be, and...
2000-04-13 gramChange the sub-dissector handoff registration routines...
2000-02-15 gramCreate a header file for every packet-*.c file. Prune...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-08-24 gramRemoved unnecessary #include "etypes.h" lines.
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-06-11 gramAdded PPPoE, PPTP, GRE, and ISAKMP dissectors.