aboutsummaryrefslogtreecommitdiffstats
path: root/packet-x25.c
Commit message (Expand)AuthorAgeFilesLines
* Put the "X.264 protocol identifier" and "X.264 sharing strategy" fieldsOlivier Abad2003-10-071-3/+3
* Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris2003-04-201-1/+2
* Distinguish between the two directions of X.25 traffic when doingGuy Harris2003-03-051-8/+48
* When reassembling, test the correct M bit based on whether it's mod-8 orGuy Harris2003-03-051-32/+47
* From Laurent Meyer: reassemble fragmented X.25 packets, and fix up aGuy Harris2003-03-041-5/+104
* X.29 call user data in CALL REQUEST packets starts with an SPI and 3Guy Harris2003-03-011-1/+10
* If *all* you have in the user data portion of a Call Request packet isGuy Harris2003-03-011-12/+22
* From Laurent Meyer: let the user data in CALL REQUEST and CALL CONFIRMGuy Harris2003-02-281-17/+27
* According to ITU/X.25 (refer to table G.2), only the bits 1 to 6Laurent Deniel2003-02-161-3/+3
* Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris2003-01-311-2/+2
* Only do stuff to circuits on the first pass.Guy Harris2003-01-111-13/+20
* Display the packet type as a bitfield for Data, RR, RNR, and REJGuy Harris2003-01-081-24/+46
* Show the M bit regardless of whether it's set or not.Guy Harris2003-01-061-11/+9
* Add an X.29 dissector.Guy Harris2003-01-061-32/+51
* 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