| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix up some comments. | Guy Harris | 2003-10-17 | 1 | -33/+41 |
* | Add Raw Ethernet "encapsulation type" to framerelay. | Ronnie Sahlberg | 2003-09-06 | 1 | -1/+13 |
* | From Josef Korelus <jkor [AT] quick.cz>: GPRS Network | Guy Harris | 2003-09-03 | 1 | -5/+42 |
* | Don't include <epan/conversation.h> if you don't need it. | Guy Harris | 2003-09-03 | 1 | -2/+1 |
* | Q.933 dissector. (Not complete.) | Guy Harris | 2003-09-03 | 1 | -1/+10 |
* | The first of those Trillium URLs referred to a collection of | Guy Harris | 2003-09-02 | 1 | -2/+1 |
* | Fix up references to stuff on the Trillium Web site. | Guy Harris | 2003-09-02 | 1 | -5/+6 |
* | As noted earlier, Q.922 doesn't really specify the NLPID-based | Guy Harris | 2003-09-02 | 1 | -4/+1 |
* | Use "dissect_xdlc_control()" to dissect the control field of Frame Relay | Guy Harris | 2003-09-02 | 1 | -16/+25 |
* | Don't show the DTE/DCE direction indicators if they're not supplied. | Guy Harris | 2003-09-02 | 1 | -16/+32 |
* | Q.933 doesn't define the use of an NLPID in the payload of a Frame Relay | Guy Harris | 2003-09-02 | 1 | -58/+194 |
* | Don't export "osinl_subdissector_table" or "ppp_subdissector_table" - | Guy Harris | 2003-04-29 | 1 | -2/+5 |
* | Add WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame Relay capture files | Guy Harris | 2003-01-31 | 1 | -1/+2 |
* | Add in a notion of "circuits", which are for virtual circuit-oriented | Guy Harris | 2002-10-22 | 1 | -1/+3 |
* | The Frame Relay DLCI is a virtual circuit identifer, not a source or | Guy Harris | 2002-10-19 | 1 | -6/+4 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -29/+29 |
* | From Motonori Shindo: support for reading CoSine L2 debug output. | Guy Harris | 2002-07-31 | 1 | -2/+3 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -17/+17 |
* | Attach a descriptive name field type and base to dissector tables; that | Guy Harris | 2001-12-08 | 1 | -2/+3 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -3/+6 |
* | An NLPID of 1 means T.70 when used as an X.263/ISO 9577 initial protocol | Guy Harris | 2001-12-02 | 1 | -3/+5 |
* | Make "fr_subdissector_table" static - it's not used outside the Frame | Guy Harris | 2001-11-30 | 1 | -4/+2 |
* | Get rid of some code to set "pinfo->current_proto"; let the Ethereal | Guy Harris | 2001-11-27 | 1 | -2/+1 |
* | Change "conversation_set_dissector()" to take a dissector handle, rather | Guy Harris | 2001-11-27 | 1 | -8/+6 |
* | Switched from using CHECK_DISPLAY_AS_DATA to using CHECK_DISPLAY_AS_X | Ed Warnicke | 2001-11-26 | 1 | -2/+2 |
* | Moved from using dissect_data to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -4/+7 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -13/+13 |
* | Move the declaration of "etype_vals[]" from "epan/packet.h" to | Guy Harris | 2001-04-17 | 1 | -1/+2 |
* | In various Frame Relay and PPP routines that set the length of the | Guy Harris | 2001-03-31 | 1 | -11/+12 |
* | Call the encapsulation described in Annex E of Q.933 "Q.933 | Guy Harris | 2001-03-30 | 1 | -4/+10 |
* | NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI, | Guy Harris | 2001-03-30 | 1 | -46/+158 |
* | Add WCP to the list of Ethernet types in "etype_vals[]", and add | Guy Harris | 2001-03-29 | 1 | -2/+2 |
* | Add a macro to extract the DLCI from the address field. | Guy Harris | 2001-03-23 | 1 | -21/+12 |
* | Pull the NLPID for Wellfleet compression into "nlpid.h". | Guy Harris | 2001-03-23 | 1 | -3/+1 |
* | Updated the frame relay dissector - dissect-fr.c | Jeff Foster | 2001-03-23 | 1 | -27/+109 |
* | Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSD | Guy Harris | 2001-03-15 | 1 | -14/+15 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-25 | 1 | -4/+1 |
* | Make GRE use a dissector table for its protocol types, and register | Guy Harris | 2001-01-13 | 1 | -5/+4 |
* | Make the stuff to handle SNAP frames (OUI, PID, payload) a routine of | Guy Harris | 2001-01-10 | 1 | -44/+126 |
* | Register the IPX dissector, make it static, and call it through a | Guy Harris | 2001-01-09 | 1 | -3/+12 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -3/+3 |
* | Code to handle Frame Relay Sniffer captures, from Jeff Foster. | Guy Harris | 2001-01-08 | 1 | -1/+6 |
* | Fix the Frame Relay dissector to call subdissectors regardless of | Guy Harris | 2001-01-07 | 1 | -17/+16 |
* | Frame Relay and Frame-Relay-over-GRE support, from Paul Ionescu. | Guy Harris | 2001-01-07 | 1 | -0/+146 |