aboutsummaryrefslogtreecommitdiffstats
path: root/packet-x25.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+7
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-2/+2
2000-07-01Add support for OSI CLTP.Guy Harris1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-44/+44
2000-05-291 - Use "tvb_reported_length()" in the X.25 dissector.Olivier Abad1-28/+28
2000-05-28Changed my mail address to oabad@cybercable.fr (dhis.net is tooOlivier Abad1-2/+2
2000-05-28Properly register hf_x25_dbit and hf_ex25_dbit.Gilbert Ramirez1-3/+3
2000-05-25Convert X.25 dissector to use tvbuffs.Olivier Abad1-544/+582
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-25/+21
2000-05-11Add tvbuff class.Gilbert Ramirez1-153/+153
2000-04-15Ralf Schneider's changes to enhance to OSI CLNP, CLTP, and ISIS supportGuy Harris1-1/+2
2000-04-13Change the sub-dissector handoff registration routines so that theGilbert Ramirez1-1/+8
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-8/+8
2000-02-22Make "reinit_x25_hashtable()" static (it's not explicitly called fromGuy Harris1-3/+3
2000-02-19Used register_init_routine() to register "reinit_x25_hashtable()" as aOlivier Abad1-1/+2
2000-02-18Renamed init_dissect_x25() to reinit_x25_hashtable() and actually used it !Olivier Abad1-2/+2
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+3
2000-01-30Dissect the user data of an incoming CALL REQUEST/INCOMING CALL packetGuy Harris1-23/+94
2000-01-29The user data in an X.25 call request packet is - at least for IP and,Guy Harris1-2/+6
2000-01-24Fix a bunch of dissectors to use "pi.captured_len" rather thanGuy Harris1-37/+37
1999-12-12Finished improving display of facilities :Olivier Abad1-136/+378
1999-12-10Use decode_numeric_bitfield for address length in call packetsOlivier Abad1-7/+5
1999-12-09Class A facilities decoding :Olivier Abad1-51/+117
1999-12-09Put X.25 Facilities in call packets in a subtreeOlivier Abad1-60/+74
1999-11-29Change Olivier's e-mail address.Gilbert Ramirez1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-20/+26
1999-10-18Olivier Abad's patches to add:Guy Harris1-119/+234
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-3/+6
1999-09-12Patch from Olivier Abad:Guy Harris1-87/+126
1999-08-20Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1-21/+21
1999-08-05Put in an RCS ID.Guy Harris1-0/+2
1999-08-05"packet-udp.c" and "packet-x25.c" both have global variables namedGuy Harris1-1/+1
1999-08-04Patch from Olivier Abad to implement modulo 128 X.25 decoding, and toGuy Harris1-113/+535
1999-08-02Olivier Abad's patch to add dissectors for LAP-B and X.25, and wiretapGuy Harris1-0/+995