aboutsummaryrefslogtreecommitdiffstats
path: root/packet-x25.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-09Process address lengths according to the X.25 spec.guy1-38/+118
2002-05-09From Martin Thomas: handle address lengths based on TOA bit in X.25.guy1-1/+8
2002-04-09Move the definition of the FROM_DCE bit in the "flags" field of aguy1-34/+133
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-7/+6
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-57/+57
2001-12-08Attach a descriptive name field type and base to dissector tables; thatguy1-2/+3
2001-12-05Add a heuristic dissector for protocols running atop X.25.guy1-19/+31
2001-12-03Add a routine tro look for a given port in a given dissector table and,guy1-63/+41
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-2/+5
2001-12-02Add a new header file for X.264 transport protocol IDs.guy1-11/+17
2001-12-02An NLPID of 1 means T.70 when used as an X.263/ISO 9577 initial protocolguy1-124/+273
2001-11-25Switched from calling dissect_data to using call_dissectorhagbard1-2/+4
2001-11-15Add support for SNA-over-X.25. Add QLLC dissector. I still need togram1-30/+68
2001-07-18- get_x25_pkt_len() :oabad1-1/+6
2001-07-16Fix a typo.guy1-2/+2
2001-07-14Dissect more diagnostic codes.oabad1-13/+94
2001-07-05fixed some warning: comparison between signed and unsignedoabad1-4/+4
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-14/+14
2001-04-07Mention RFC 1356 in the comment about handling NLPIDs other than theguy1-3/+6
2001-03-30NLPID's of 0x08 and 0x09 should be labeled as Q.933 and LMI,guy1-4/+1
2001-02-12If you register more than one field with the same name, the dfilter codeguy1-163/+93
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+9
2001-01-05X.25-over-LLC support, from Paul Ionescu.guy1-2/+5
2001-01-03- replace x25 with x.25 in all protocol fieldsoabad1-24/+56
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-3/+4
2000-12-29Modify X.25 dissector to accept a search string of x.25 and ex.25, not x25 an...sharpe1-3/+3
2000-11-27The length of FT_BOOLEAN bitfields must be specified in bits, not bytes.oabad1-7/+7
2000-11-19For each column, have both a buffer into which strings for that columnguy1-6/+6
2000-11-19Register the OSI transport dissector by name, and make it static.guy1-11/+23
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIguy1-17/+14
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCguy1-2/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+7
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-2/+2
2000-07-01Add support for OSI CLTP.guy1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-44/+44
2000-05-291 - Use "tvb_reported_length()" in the X.25 dissector.oabad1-28/+28
2000-05-28Changed my mail address to oabad@cybercable.fr (dhis.net is toooabad1-2/+2
2000-05-28Properly register hf_x25_dbit and hf_ex25_dbit.gram1-3/+3
2000-05-25Convert X.25 dissector to use tvbuffs.oabad1-544/+582
2000-05-19Add wtap-int.h. Move definitions relevant to the internal workins of wiretapgram1-2/+2
2000-05-18Remove the "union pseudo_header" from the "frame_data" structure;guy1-25/+21
2000-05-11Add tvbuff class.gram1-153/+153
2000-04-15Ralf Schneider's changes to enhance to OSI CLNP, CLTP, and ISIS supportguy1-1/+2
2000-04-13Change the sub-dissector handoff registration routines so that thegram1-1/+8
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-8/+8
2000-02-22Make "reinit_x25_hashtable()" static (it's not explicitly called fromguy1-3/+3
2000-02-19Used register_init_routine() to register "reinit_x25_hashtable()" as aoabad1-1/+2
2000-02-18Renamed init_dissect_x25() to reinit_x25_hashtable() and actually used it !oabad1-2/+2
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-1/+3