aboutsummaryrefslogtreecommitdiffstats
path: root/packet-x25.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make "reinit_x25_hashtable()" static (it's not explicitly called fromGuy Harris2000-02-221-3/+3
* Used register_init_routine() to register "reinit_x25_hashtable()" as aOlivier Abad2000-02-191-1/+2
* Renamed init_dissect_x25() to reinit_x25_hashtable() and actually used it !Olivier Abad2000-02-181-2/+2
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+3
* Dissect the user data of an incoming CALL REQUEST/INCOMING CALL packetGuy Harris2000-01-301-23/+94
* The user data in an X.25 call request packet is - at least for IP and,Guy Harris2000-01-291-2/+6
* Fix a bunch of dissectors to use "pi.captured_len" rather thanGuy Harris2000-01-241-37/+37
* Finished improving display of facilities :Olivier Abad1999-12-121-136/+378
* Use decode_numeric_bitfield for address length in call packetsOlivier Abad1999-12-101-7/+5
* Class A facilities decoding :Olivier Abad1999-12-091-51/+117
* Put X.25 Facilities in call packets in a subtreeOlivier Abad1999-12-091-60/+74
* Change Olivier's e-mail address.Gilbert Ramirez1999-11-291-2/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-20/+26
* Olivier Abad's patches to add:Guy Harris1999-10-181-119/+234
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-3/+6
* Patch from Olivier Abad:Guy Harris1999-09-121-87/+126