aboutsummaryrefslogtreecommitdiffstats
path: root/packet-lapd.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-02Use "dissect_xdlc_control()" to dissect the control field of Frame RelayGuy Harris1-2/+2
2003-01-07Note that we should handle LAPD traffic other than Q.931 traffic.Guy Harris1-2/+6
2002-10-31To determine the direction of the traffic, use "pinfo->p2p_dir", ratherGuy Harris1-2/+3
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris1-6/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-5/+5
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-02-22Properly set the length of the top-level item.Guy Harris1-6/+12
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-13/+13
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+5
2001-11-25Moved from using dissect_data to using call_dissector()Ed Warnicke1-3/+5
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-2/+2
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-8/+8
2001-05-27No need to include "packet-q931.h" any more, as we're calling the Q.931Guy Harris1-2/+1
2001-05-27Call the Q.931 dissector through a handle.Guy Harris1-3/+10
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-8/+5
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-11-29Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez1-3/+8
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-6/+6
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-3/+3
2000-09-21Make sure to pass the sent/received direction from pppdump.c inGilbert Ramirez1-8/+8
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-3/+3
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-8/+8
2000-05-31Convert LAPD and V.120 dissector to use tvbuff. Convert xdlc dissector-helper,Gilbert Ramirez1-31/+30
2000-05-29Add "tvb_reported_length()" to get the "reported length" of a tvbuffGuy Harris1-4/+6
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapGilbert Ramirez1-2/+2
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;Guy Harris1-3/+5
2000-05-11Add tvbuff class.Gilbert Ramirez1-8/+8
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+2
2000-01-24xDLC frames other than I and UI frames may have a payload, e.g. TESTGuy Harris1-3/+4
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-12/+23
1999-11-11Add #defines for bits in the LAPD address field and for the LAPD SAPIGuy Harris1-16/+48
1999-11-11Add LAPD support.Gilbert Ramirez1-0/+154