| Commit message (Expand) | Author | Age | Files | Lines |
* | Note that we should handle LAPD traffic other than Q.931 traffic. | Guy Harris | 2003-01-07 | 1 | -2/+6 |
* | To determine the direction of the traffic, use "pinfo->p2p_dir", rather | Guy Harris | 2002-10-31 | 1 | -2/+3 |
* | Discard the WTAP_ENCAP_LAPD encapsulation type in favor of a | Guy Harris | 2002-10-31 | 1 | -6/+3 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -5/+5 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -5/+1 |
* | Properly set the length of the top-level item. | Guy Harris | 2002-02-22 | 1 | -6/+12 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -13/+13 |
* | 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 | -3/+5 |
* | 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 | -8/+8 |
* | No need to include "packet-q931.h" any more, as we're calling the Q.931 | Guy Harris | 2001-05-27 | 1 | -2/+1 |
* | Call the Q.931 dissector through a handle. | Guy Harris | 2001-05-27 | 1 | -3/+10 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -8/+5 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+2 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | Wrap the dissect_fddi() call (with a 4th argument) with | Gilbert Ramirez | 2000-11-29 | 1 | -3/+8 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -6/+6 |
* | Tvbuffify the STP dissector, have it register itself and have the LLC | Guy Harris | 2000-11-16 | 1 | -3/+3 |
* | Make sure to pass the sent/received direction from pppdump.c in | Gilbert Ramirez | 2000-09-21 | 1 | -8/+8 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -3/+3 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -8/+8 |
* | Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper, | Gilbert Ramirez | 2000-05-31 | 1 | -31/+30 |
* | Add "tvb_reported_length()" to get the "reported length" of a tvbuff | Guy Harris | 2000-05-29 | 1 | -4/+6 |
* | Add wtap-int.h. Move definitions relevant to the internal workins of wiretap | Gilbert Ramirez | 2000-05-19 | 1 | -2/+2 |
* | Remove the "union pseudo_header" from the "frame_data" structure; | Guy Harris | 2000-05-18 | 1 | -3/+5 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -8/+8 |
* | Create a header file for every packet-*.c file. Prune the packet.h file. | Gilbert Ramirez | 2000-02-15 | 1 | -1/+2 |
* | xDLC frames other than I and UI frames may have a payload, e.g. TEST | Guy Harris | 2000-01-24 | 1 | -3/+4 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -12/+23 |
* | Add #defines for bits in the LAPD address field and for the LAPD SAPI | Guy Harris | 1999-11-11 | 1 | -16/+48 |
* | Add LAPD support. | Gilbert Ramirez | 1999-11-11 | 1 | -0/+154 |