aboutsummaryrefslogtreecommitdiffstats
path: root/proto.c
Commit message (Expand)AuthorAgeFilesLines
* Convert IPX-and-friend dissectors in packet-ipx.c to useGilbert Ramirez2000-06-151-4/+27
* Get rid of the only uses of proto_tree_add_item_old() andGilbert Ramirez2000-05-311-128/+1
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-155/+676
* Add protection against 0-length FT_BYTES being added to proto_tree.Gilbert Ramirez2000-05-191-9/+20
* Have "proto_tree_is_visible" false except when we're in the middle ofGuy Harris2000-05-181-2/+2
* Add tvbuff class.Gilbert Ramirez2000-05-111-41/+44
* Add proto_tree_add_int_format() function.Gilbert Ramirez2000-04-251-2/+58
* Change the sub-dissector handoff registration routines so that theGilbert Ramirez2000-04-131-18/+1
* Have proto_tree_set_boolean() call proto_tree_set_uint() so thatGilbert Ramirez2000-04-111-2/+2
* Add assertions from Ben Fowler <wapdev@leedsnet.com>.Gilbert Ramirez2000-04-041-2/+4
* Make "make-reg-dotc" generate a "register_all_protocol_handoffs()"Guy Harris2000-04-041-2/+8
* Rename find_hfinfo_record() to proto_registrar_get_nth() sinceGilbert Ramirez2000-04-041-23/+23
* Jeff Foster's patch to support attaching a hash table to a protocolGuy Harris2000-04-031-7/+20
* Fix some errors discovered by making GCC do format string/argumentGuy Harris2000-03-141-8/+8
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-91/+545
* Declare "proto_item_set_text()" in such a fashion as to make GCC 2.x andGuy Harris2000-03-071-5/+3
* Code changes, but not Makefile changes, for enabling plugins for Win32.Gilbert Ramirez2000-02-071-11/+8
* Add "proto_item_set_text()", which sets the "representation" field of anGuy Harris2000-01-221-2/+33
* As per Nathan Leulinger's suggestion, have a stub SNMP dissector ifGuy Harris1999-12-051-7/+1
* Enable IPX network name resolution by providing for an /etc/ipxnetsGilbert Ramirez1999-11-211-2/+3
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-1/+48
* Add "class" that understands IPv4 addresses and subnet masks.Gilbert Ramirez1999-11-151-4/+11
* Expanded bootparams dissector to handle decoding getfile calls and replies.Nathan Neulinger1999-11-111-1/+11
* Automatically generate a function to call the register routines for allGuy Harris1999-10-201-134/+7
* - add lpd protocol registrationLaurent Deniel1999-10-171-1/+3
* Added FT_UINT24 (FT_INT24 was already there) to glossary output soGilbert Ramirez1999-10-161-1/+4
* Add the missing proto_register_bgp().Laurent Deniel1999-10-161-1/+3
* Nathan Neulinger's NTP dissector.Guy Harris1999-10-141-1/+3
* Nathan Neulinger's dissector for the Yahoo messenger and pagerGuy Harris1999-10-141-1/+3
* Jun-ichiro itojun Hagino's code for PIM, and some fixes from him asGuy Harris1999-10-131-1/+3
* Use %d to sprintf FT_INT* into proto_tree instead of %u.Gilbert Ramirez1999-10-131-12/+124
* Jun-ichiro itojun Hagino's changes for IPv6 extension header decodingGuy Harris1999-10-121-1/+3
* Add FT_UINT24 and FT_INT24 to a spot where they were missing.Gilbert Ramirez1999-10-121-1/+3
* Fix byte-count of IPv6 addresses.Gilbert Ramirez1999-10-121-2/+2
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-97/+373
* Re-implemented fix to keep display filter from reading data from outsideGilbert Ramirez1999-10-121-1/+54
* - add handling of FT_IPv6 variablesLaurent Deniel1999-10-111-1/+14
* Christophe Tronche's BPDU dissector.Guy Harris1999-10-081-1/+3
* Removed dummy protocol and removed bug which prevented the firstGilbert Ramirez1999-10-041-4/+1
* packet-aarp.c:Laurent Deniel1999-10-031-1/+4
* Handle the missing FT_BYTES field type.Laurent Deniel1999-09-181-1/+16
* Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1999-09-171-1/+3
* Changed (again) the way that the FT_BOOLEAN field type works internally.Gilbert Ramirez1999-09-151-3/+3
* Peter Torvals' Internet Cache Protocol dissector.Guy Harris1999-09-141-1/+3
* Some old CPP or tools that take C code in input doLaurent Deniel1999-09-121-3/+3
* Add summary-vs-detail radio buttons to the print dialog box; detailGuy Harris1999-09-121-4/+23
* Added Guy's patch to use the pseudo header facility to pass up the AscendGerald Combs1999-09-111-1/+3
* Register cotp and clnp instead of simply osi to allowLaurent Deniel1999-09-111-3/+5
* Added support for PPP Multilink Protocol (MP). Modified dissect_ppp_stuffGerald Combs1999-09-111-1/+3
* Fixed problem with not being able to filt on field values.Gilbert Ramirez1999-08-301-2/+6