aboutsummaryrefslogtreecommitdiffstats
path: root/packet-x25.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-07Put the "X.264 protocol identifier" and "X.264 sharing strategy" fieldsOlivier Abad1-3/+3
2003-04-20Add a pointer to an hf_ value for a "reassembled_in" field (which can beGuy Harris1-1/+2
2003-03-05Distinguish between the two directions of X.25 traffic when doingGuy Harris1-8/+48
2003-03-05When reassembling, test the correct M bit based on whether it's mod-8 orGuy Harris1-32/+47
2003-03-04From Laurent Meyer: reassemble fragmented X.25 packets, and fix up aGuy Harris1-5/+104
2003-03-01X.29 call user data in CALL REQUEST packets starts with an SPI and 3Guy Harris1-1/+10
2003-03-01If *all* you have in the user data portion of a Call Request packet isGuy Harris1-12/+22
2003-02-28From Laurent Meyer: let the user data in CALL REQUEST and CALL CONFIRMGuy Harris1-17/+27
2003-02-16According to ITU/X.25 (refer to table G.2), only the bits 1 to 6Laurent Deniel1-3/+3
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris1-2/+2
2003-01-11Only do stuff to circuits on the first pass.Guy Harris1-13/+20
2003-01-08Display the packet type as a bitfield for Data, RR, RNR, and REJGuy Harris1-24/+46
2003-01-06Show the M bit regardless of whether it's set or not.Guy Harris1-11/+9
2003-01-06Add an X.29 dissector.Guy Harris1-32/+51
2002-11-08Allow more than one circuit with the same circuit ID; a circuit has aGuy Harris1-225/+47
2002-09-01Update my email.Olivier Abad1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-6/+6
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-05-09Process address lengths according to the X.25 spec.Guy Harris1-38/+118
2002-05-09From Martin Thomas: handle address lengths based on TOA bit in X.25.Guy Harris1-1/+8
2002-04-09Move the definition of the FROM_DCE bit in the "flags" field of aGuy Harris1-34/+133
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-7/+6
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-57/+57
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-2/+3
2001-12-05Add a heuristic dissector for protocols running atop X.25.Guy Harris1-19/+31
2001-12-03Add a routine tro look for a given port in a given dissector table and,Guy Harris1-63/+41
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-2/+5
2001-12-02Add a new header file for X.264 transport protocol IDs.Guy Harris1-11/+17
2001-12-02An NLPID of 1 means T.70 when used as an X.263/ISO 9577 initial protocolGuy Harris1-124/+273
2001-11-25Switched from calling dissect_data to using call_dissectorEd Warnicke1-2/+4
2001-11-15Add support for SNA-over-X.25. Add QLLC dissector. I still need toGilbert Ramirez1-30/+68
2001-07-18- get_x25_pkt_len() :Olivier Abad1-1/+6
2001-07-16Fix a typo.Guy Harris1-2/+2
2001-07-14Dissect more diagnostic codes.Olivier Abad1-13/+94
2001-07-05fixed some warning: comparison between signed and unsignedOlivier Abad1-4/+4
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-14/+14
2001-04-07Mention RFC 1356 in the comment about handling NLPIDs other than theGuy Harris1-3/+6
2001-03-30NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI,Guy Harris1-4/+1
2001-02-12If you register more than one field with the same name, the dfilter codeGuy Harris1-163/+93
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+9
2001-01-05X.25-over-LLC support, from Paul Ionescu.Guy Harris1-2/+5
2001-01-03- replace x25 with x.25 in all protocol fieldsOlivier Abad1-24/+56
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-3/+4
2000-12-29Modify X.25 dissector to accept a search string of x.25 and ex.25, not x25 an...Richard Sharpe1-3/+3
2000-11-27The length of FT_BOOLEAN bitfields must be specified in bits, not bytes.Olivier Abad1-7/+7
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-6/+6
2000-11-19Register the OSI transport dissector by name, and make it static.Guy Harris1-11/+23
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris1-17/+14
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-2/+2