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