| Commit message (Expand) | Author | Age | Files | Lines |
* | Move dissectors to epan/dissectors directory. | Gilbert Ramirez | 2004-07-18 | 1 | -750/+0 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Add arguments to "dissect_xdlc_control()" to specify value_string | Guy Harris | 2004-01-18 | 1 | -2/+2 |
* | Have "dissect_xdlc_control()" take a pointer to a structure containing | Guy Harris | 2004-01-03 | 1 | -1/+88 |
* | Have a pseudo-header for Ethernet packets, giving the size of the FCS - | Guy Harris | 2003-10-01 | 1 | -2/+2 |
* | As with the Cisco OUI, so with the Nortel OUI. | Guy Harris | 2003-09-03 | 1 | -24/+2 |
* | Fix up the API for adding support for new OUI's to the LLC dissector. | Guy Harris | 2003-09-03 | 1 | -39/+26 |
* | Use "dissect_xdlc_control()" to dissect the control field of Frame Relay | Guy Harris | 2003-09-02 | 1 | -2/+2 |
* | Add an API to let a dissector register a dissector table and field for a | Guy Harris | 2003-08-28 | 1 | -3/+72 |
* | From Giles Scott: Nortel/SynOptics Network Management Protocol support. | Guy Harris | 2003-08-28 | 1 | -1/+23 |
* | Add support for some additional SAPs for Netware and OSI. | Guy Harris | 2003-06-10 | 1 | -4/+10 |
* | Handle non-SNAP LLC Vines packets as such when capturing. | Guy Harris | 2003-04-18 | 1 | -1/+7 |
* | From Jochen Friedrich: add support for: | Guy Harris | 2003-03-02 | 1 | -3/+3 |
* | From Jochen Friedrich: | Guy Harris | 2003-02-13 | 1 | -10/+32 |
* | From Dave Richards: BACNET-over-ARCNET is BACNET-over-802.2-over-ARCNET, | Guy Harris | 2003-01-25 | 1 | -1/+8 |
* | Move the handling of the Network_Header for full FC frames into the FC | Guy Harris | 2002-12-10 | 1 | -1/+4 |
* | Do LLC handoff from the IP-over-FC dissector the way it's done for other | Guy Harris | 2002-12-08 | 1 | -2/+1 |
* | From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FC | Gerald Combs | 2002-12-08 | 1 | -1/+2 |
* | From Dave Richards: support BACNET over 802.2. | Guy Harris | 2002-11-16 | 1 | -1/+2 |
* | Show the SAP values in RPL packets symbolically if possible. | Guy Harris | 2002-11-05 | 1 | -2/+2 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -19/+19 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -6/+2 |
* | From Jochen Friedrich: RFC 2353 SNA-over-LLC-over-UDP support, and RFC 2043 | Guy Harris | 2002-05-29 | 1 | -1/+16 |
* | From Joerg Mayer: get rid of extra arguments to capture routines. | Guy Harris | 2002-04-24 | 1 | -43/+17 |
* | From Joerg Mayer: get rid of unused function arguments. | Guy Harris | 2002-03-31 | 1 | -3/+2 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOL | Guy Harris | 2002-01-20 | 1 | -2/+2 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -9/+9 |
* | Attach a descriptive name field type and base to dissector tables; that | Guy Harris | 2001-12-08 | 1 | -3/+5 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -3/+5 |
* | Moved from using dissect_data to using call_dissector() | Ed Warnicke | 2001-11-25 | 1 | -8/+10 |
* | Make the capture routines take an additional argument giving the amount | Guy Harris | 2001-11-20 | 1 | -11/+10 |
* | Hopefully the last time I have to change my e-mail address. | Gilbert Ramirez | 2001-11-13 | 1 | -2/+2 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -9/+9 |
* | The Cisco 802.11 bridges used 0000F8, i.e. OUI_CISCO_90, not 000078; | Guy Harris | 2001-06-02 | 1 | -14/+5 |
* | Some Cisco 802.11 bridges apparently change the OUI of packets from | Guy Harris | 2001-06-01 | 1 | -4/+15 |
* | NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI, | Guy Harris | 2001-03-30 | 1 | -2/+1 |
* | Move appletalk- and sna-related address routines out of the dissectors | Gilbert Ramirez | 2001-03-22 | 1 | -2/+2 |
* | Remove some more "CHECK_DISPLAY_AS_DATA()" calls and code to set | Guy Harris | 2001-01-21 | 1 | -5/+1 |
* | Pull the handling of trailers in Ethernet (as opposed to 802.3) frames | Guy Harris | 2001-01-18 | 1 | -2/+2 |
* | "dissect_llc()" is called for RFC 2684 LLC Encapsulation over ATM, so | Guy Harris | 2001-01-11 | 1 | -12/+2 |
* | Make the stuff to handle SNAP frames (OUI, PID, payload) a routine of | Guy Harris | 2001-01-10 | 1 | -77/+168 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -3/+4 |
* | X.25-over-LLC support, from Paul Ionescu. | Guy Harris | 2001-01-05 | 1 | -6/+6 |
* | Clear the Info column before fetching anything from the packet, so that | Guy Harris | 2001-01-05 | 1 | -1/+4 |
* | Have the TR MAC and LLC dissectors register themselves, make them | Guy Harris | 2001-01-03 | 1 | -2/+4 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -3/+3 |
* | Tvbuffify the CDP, CGMP, ISL, and VTP dissectors. | Guy Harris | 2000-12-28 | 1 | -27/+8 |
* | Wrap the dissect_fddi() call (with a 4th argument) with | Gilbert Ramirez | 2000-11-29 | 1 | -1/+2 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |