Don't try to include epan/config.h.win32 in the distribution.
[metze/wireshark/wip.git] / packet-fr.c
2004-01-18 Guy HarrisAdd arguments to "dissect_xdlc_control()" to specify...
2004-01-03 Guy HarrisHave "dissect_xdlc_control()" take a pointer to a struc...
2003-10-17 Guy HarrisFix up some comments.
2003-09-06 Ronnie SahlbergAdd Raw Ethernet "encapsulation type" to framerelay.
2003-09-03 Guy HarrisFrom Josef Korelus <jkor [AT] quick.cz>: GPRS Network
2003-09-03 Guy HarrisDon't include <epan/conversation.h> if you don't need it.
2003-09-03 Guy HarrisQ.933 dissector. (Not complete.)
2003-09-02 Guy HarrisThe first of those Trillium URLs referred to a collecti...
2003-09-02 Guy HarrisFix up references to stuff on the Trillium Web site.
2003-09-02 Guy HarrisAs noted earlier, Q.922 doesn't really specify the...
2003-09-02 Guy HarrisUse "dissect_xdlc_control()" to dissect the control...
2003-09-02 Guy HarrisDon't show the DTE/DCE direction indicators if they...
2003-09-02 Guy HarrisQ.933 doesn't define the use of an NLPID in the payload...
2003-04-29 Guy HarrisDon't export "osinl_subdissector_table" or "ppp_subdiss...
2003-01-31 Guy HarrisAdd WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame...
2002-10-22 Guy HarrisAdd in a notion of "circuits", which are for virtual...
2002-10-19 Guy HarrisThe Frame Relay DLCI is a virtual circuit identifer...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-07-31 Guy HarrisFrom Motonori Shindo: support for reading CoSine L2...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-08 Guy HarrisAttach a descriptive name field type and base to dissec...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-12-02 Guy HarrisAn NLPID of 1 means T.70 when used as an X.263/ISO...
2001-11-30 Guy HarrisMake "fr_subdissector_table" static - it's not used...
2001-11-27 Guy HarrisGet rid of some code to set "pinfo->current_proto"...
2001-11-27 Guy HarrisChange "conversation_set_dissector()" to take a dissect...
2001-11-26 Ed WarnickeSwitched from using CHECK_DISPLAY_AS_DATA to using...
2001-11-26 Ed WarnickeMoved from using dissect_data to using call_dissector()
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-04-17 Guy HarrisMove the declaration of "etype_vals[]" from "epan/packe...
2001-03-31 Guy HarrisIn various Frame Relay and PPP routines that set the...
2001-03-30 Guy HarrisCall the encapsulation described in Annex E of Q.933...
2001-03-30 Guy HarrisNLPID's of 0x08 and 0x09 should be labeled as Q.933...
2001-03-29 Guy HarrisAdd WCP to the list of Ethernet types in "etype_vals...
2001-03-23 Guy HarrisAdd a macro to extract the DLCI from the address field.
2001-03-23 Guy HarrisPull the NLPID for Wellfleet compression into "nlpid.h".
2001-03-23 Jeff FosterUpdated the frame relay dissector - dissect-fr.c
2001-03-15 Guy HarrisAdd a new Wiretap encapsulation type for Cisco HDLC...
2001-01-25 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-13 Guy HarrisMake GRE use a dissector table for its protocol types...
2001-01-10 Guy HarrisMake the stuff to handle SNAP frames (OUI, PID, payload...
2001-01-09 Guy HarrisRegister the IPX dissector, make it static, and call...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-08 Guy HarrisCode to handle Frame Relay Sniffer captures, from Jeff...
2001-01-07 Guy HarrisFix the Frame Relay dissector to call subdissectors...
2001-01-07 Guy HarrisFrame Relay and Frame-Relay-over-GRE support, from...