Clean up the descriptions of reassembly preferences.
[obnox/wireshark/wip.git] / packet-fr.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-08 guyAttach a descriptive name field type and base to dissec...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-12-02 guyAn NLPID of 1 means T.70 when used as an X.263/ISO...
2001-11-30 guyMake "fr_subdissector_table" static - it's not used...
2001-11-27 guyGet rid of some code to set "pinfo->current_proto"...
2001-11-27 guyChange "conversation_set_dissector()" to take a dissect...
2001-11-26 hagbardSwitched from using CHECK_DISPLAY_AS_DATA to using...
2001-11-26 hagbardMoved from using dissect_data to using call_dissector()
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-04-17 guyMove the declaration of "etype_vals[]" from "epan/packe...
2001-03-31 guyIn various Frame Relay and PPP routines that set the...
2001-03-30 guyCall the encapsulation described in Annex E of Q.933...
2001-03-30 guyNLPID's of 0x08 and 0x09 should be labeled as Q.933...
2001-03-29 guyAdd WCP to the list of Ethernet types in "etype_vals...
2001-03-23 guyAdd a macro to extract the DLCI from the address field.
2001-03-23 guyPull the NLPID for Wellfleet compression into "nlpid.h".
2001-03-23 jfosterUpdated the frame relay dissector - dissect-fr.c
2001-03-15 guyAdd a new Wiretap encapsulation type for Cisco HDLC...
2001-01-25 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-13 guyMake GRE use a dissector table for its protocol types...
2001-01-10 guyMake the stuff to handle SNAP frames (OUI, PID, payload...
2001-01-09 guyRegister the IPX dissector, make it static, and call...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-08 guyCode to handle Frame Relay Sniffer captures, from Jeff...
2001-01-07 guyFix the Frame Relay dissector to call subdissectors...
2001-01-07 guyFrame Relay and Frame-Relay-over-GRE support, from...