As the gtk2 directory is no longer needed (GTK1 and 2 are using the same sources...
[obnox/wireshark/wip.git] / packet-fr.c
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-01 guyUpdate the URL of FRF 3.2.
2004-05-24 guyHave two strings in an enum_val_t - one that's a short...
2004-01-18 guyAdd arguments to "dissect_xdlc_control()" to specify...
2004-01-03 guyHave "dissect_xdlc_control()" take a pointer to a struc...
2003-10-17 guyFix up some comments.
2003-09-06 sahlbergAdd Raw Ethernet "encapsulation type" to framerelay.
2003-09-03 guyFrom Josef Korelus <jkor [AT] quick.cz>: GPRS Network
2003-09-03 guyDon't include <epan/conversation.h> if you don't need it.
2003-09-03 guyQ.933 dissector. (Not complete.)
2003-09-02 guyThe first of those Trillium URLs referred to a collecti...
2003-09-02 guyFix up references to stuff on the Trillium Web site.
2003-09-02 guyAs noted earlier, Q.922 doesn't really specify the...
2003-09-02 guyUse "dissect_xdlc_control()" to dissect the control...
2003-09-02 guyDon't show the DTE/DCE direction indicators if they...
2003-09-02 guyQ.933 doesn't define the use of an NLPID in the payload...
2003-04-29 guyDon't export "osinl_subdissector_table" or "ppp_subdiss...
2003-01-31 guyAdd WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame...
2002-10-22 guyAdd in a notion of "circuits", which are for virtual...
2002-10-19 guyThe Frame Relay DLCI is a virtual circuit identifer...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-07-31 guyFrom Motonori Shindo: support for reading CoSine L2...
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...