aboutsummaryrefslogtreecommitdiffstats
path: root/packet-x25.c
Commit message (Expand)AuthorAgeFilesLines
* Allow more than one circuit with the same circuit ID; a circuit has aGuy Harris2002-11-081-225/+47
* Update my email.Olivier Abad2002-09-011-2/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-6/+6
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* Process address lengths according to the X.25 spec.Guy Harris2002-05-091-38/+118
* From Martin Thomas: handle address lengths based on TOA bit in X.25.Guy Harris2002-05-091-1/+8
* Move the definition of the FROM_DCE bit in the "flags" field of aGuy Harris2002-04-091-34/+133
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-7/+6
* 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-57/+57
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-2/+3
* Add a heuristic dissector for protocols running atop X.25.Guy Harris2001-12-051-19/+31
* Add a routine tro look for a given port in a given dissector table and,Guy Harris2001-12-031-63/+41
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+5
* Add a new header file for X.264 transport protocol IDs.Guy Harris2001-12-021-11/+17
* An NLPID of 1 means T.70 when used as an X.263/ISO 9577 initial protocolGuy Harris2001-12-021-124/+273
* Switched from calling dissect_data to using call_dissectorEd Warnicke2001-11-251-2/+4
* Add support for SNA-over-X.25. Add QLLC dissector. I still need toGilbert Ramirez2001-11-151-30/+68
* - get_x25_pkt_len() :Olivier Abad2001-07-181-1/+6
* Fix a typo.Guy Harris2001-07-161-2/+2
* Dissect more diagnostic codes.Olivier Abad2001-07-141-13/+94
* fixed some warning: comparison between signed and unsignedOlivier Abad2001-07-051-4/+4
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-14/+14
* Mention RFC 1356 in the comment about handling NLPIDs other than theGuy Harris2001-04-071-3/+6
* NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI,Guy Harris2001-03-301-4/+1
* If you register more than one field with the same name, the dfilter codeGuy Harris2001-02-121-163/+93
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+9
* X.25-over-LLC support, from Paul Ionescu.Guy Harris2001-01-051-2/+5
* - replace x25 with x.25 in all protocol fieldsOlivier Abad2001-01-031-24/+56
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-3/+4
* Modify X.25 dissector to accept a search string of x.25 and ex.25, not x25 an...Richard Sharpe2000-12-291-3/+3
* The length of FT_BOOLEAN bitfields must be specified in bits, not bytes.Olivier Abad2000-11-271-7/+7
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-6/+6
* Register the OSI transport dissector by name, and make it static.Guy Harris2000-11-191-11/+23
* Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris2000-11-181-17/+14
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-2/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+7
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-2/+2
* Add support for OSI CLTP.Guy Harris2000-07-011-2/+2
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-44/+44
* 1 - Use "tvb_reported_length()" in the X.25 dissector.Olivier Abad2000-05-291-28/+28
* Changed my mail address to oabad@cybercable.fr (dhis.net is tooOlivier Abad2000-05-281-2/+2
* Properly register hf_x25_dbit and hf_ex25_dbit.Gilbert Ramirez2000-05-281-3/+3
* Convert X.25 dissector to use tvbuffs.Olivier Abad2000-05-251-544/+582
* 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-25/+21
* Add tvbuff class.Gilbert Ramirez2000-05-111-153/+153
* Ralf Schneider's changes to enhance to OSI CLNP, CLTP, and ISIS supportGuy Harris2000-04-151-1/+2
* Change the sub-dissector handoff registration routines so that theGilbert Ramirez2000-04-131-1/+8
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-8/+8