Register the WSP dissector, make it static, and have the WTP dissector
[obnox/wireshark/wip.git] / packet-ppp.c
2001-01-03 guyAdd a new "prefs_register_protocol()" routine, which...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-12-14 guyPPP patches from Burke Lau to:
2000-12-04 guyAdd a "col_clear()" routine, to clear a column; it...
2000-12-03 guy"dissect_ppp()" isn't called directly from outside...
2000-11-29 gramWrap the dissect_fddi() call (with a 4th argument)...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-19 guyGet rid of a now-unused variable.
2000-11-19 guyHave the Etherenet and PPP dissectors register themselv...
2000-11-18 guyTvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP...
2000-11-16 guyTvbuffify the STP dissector, have it register itself...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-06-15 gramConvert IPX-and-friend dissectors in packet-ipx.c to use
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-25 gramConvert dissect_ppp() and friends to use tvbuffs.
2000-05-19 guyMake "packet-clip.c", "packet-raw.c", "packet-ppp.c...
2000-05-11 gramAdd tvbuff class.
2000-04-19 gramGreg Kilfoyle <gregk@redback.com>'s change for detectio...
2000-04-16 guyRegister a "ppp.protocol" dissector table for PPP,...
2000-03-27 gramChange dissect_ppp() to accept offset.
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
2000-02-15 gramCreate a header file for every packet-*.c file. Prune...
2000-01-29 gramFix a bug in the extraction of the sequence number.
2000-01-24 guyFix a bunch of dissectors to use "pi.captured_len"...
2000-01-23 guyIn "dissect_eth()", update "pi.len" and "pi.captured_le...
2000-01-20 guyJoerg Mayer's updates to the VINES dissector and to...
1999-11-30 gramAdd IPX to packet stats during capture.
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-10-12 gramNew proto_tree header_field_info stuff. Header_field_in...
1999-09-11 geraldAdded filter items for PPP Multilink's fragemnt flags...
1999-09-11 geraldAdded support for PPP Multilink Protocol (MP). Modifie...
1999-08-28 guyPPP options in LCP, IPCP, etc. are like IP and TCP...
1999-08-25 guyAdd in the Async Map option.
1999-08-25 guyPut in support for dissecting LCP and IPCP options.
1999-08-25 guyThe bulk of the PPP dissection is common between "disse...
1999-08-24 guyIn the summary display for PPP frames, make the protoco...
1999-07-29 gramMade the protocol (but not the fields) use the new...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-06-11 gramAdded PPPoE, PPTP, GRE, and ISAKMP dissectors.
1999-03-23 gramRemoved all references to gtk objects from packet*...
1999-02-09 guyWhen doing a capture, decode enough of the incoming...
1998-11-17 gerald* Added column formatting functionality.
1998-11-12 gramA lengthy patch to add the wiretap library. Wiretap...
1998-11-05 guyAdd in a bunch of #defines for packet types.
1998-10-10 gerald* OSPF alignment fixes (Gerald)
1998-09-27 geraldMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-25 gerald* Ethernet manufacturer support (Laurent)
1998-09-16 geraldAdded ID tags to the beginning of each source file.
1998-09-16 geraldInitial revision