aboutsummaryrefslogtreecommitdiffstats
path: root/proto.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-14Fix some errors discovered by making GCC do format string/argumentGuy Harris1-8/+8
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-91/+545
2000-03-07Declare "proto_item_set_text()" in such a fashion as to make GCC 2.x andGuy Harris1-5/+3
2000-02-07Code changes, but not Makefile changes, for enabling plugins for Win32.Gilbert Ramirez1-11/+8
2000-01-22Add "proto_item_set_text()", which sets the "representation" field of anGuy Harris1-2/+33
1999-12-05As per Nathan Leulinger's suggestion, have a stub SNMP dissector ifGuy Harris1-7/+1
1999-11-21Enable IPX network name resolution by providing for an /etc/ipxnetsGilbert Ramirez1-2/+3
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-1/+48
1999-11-15Add "class" that understands IPv4 addresses and subnet masks.Gilbert Ramirez1-4/+11
1999-11-11Expanded bootparams dissector to handle decoding getfile calls and replies.Nathan Neulinger1-1/+11
1999-10-20Automatically generate a function to call the register routines for allGuy Harris1-134/+7
1999-10-17- add lpd protocol registrationLaurent Deniel1-1/+3
1999-10-16Added FT_UINT24 (FT_INT24 was already there) to glossary output soGilbert Ramirez1-1/+4
1999-10-16Add the missing proto_register_bgp().Laurent Deniel1-1/+3
1999-10-14Nathan Neulinger's NTP dissector.Guy Harris1-1/+3
1999-10-14Nathan Neulinger's dissector for the Yahoo messenger and pagerGuy Harris1-1/+3
1999-10-13Jun-ichiro itojun Hagino's code for PIM, and some fixes from him asGuy Harris1-1/+3
1999-10-13Use %d to sprintf FT_INT* into proto_tree instead of %u.Gilbert Ramirez1-12/+124
1999-10-12Jun-ichiro itojun Hagino's changes for IPv6 extension header decodingGuy Harris1-1/+3
1999-10-12Add FT_UINT24 and FT_INT24 to a spot where they were missing.Gilbert Ramirez1-1/+3
1999-10-12Fix byte-count of IPv6 addresses.Gilbert Ramirez1-2/+2
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-97/+373
1999-10-12Re-implemented fix to keep display filter from reading data from outsideGilbert Ramirez1-1/+54
1999-10-11- add handling of FT_IPv6 variablesLaurent Deniel1-1/+14
1999-10-08Christophe Tronche's BPDU dissector.Guy Harris1-1/+3
1999-10-04Removed dummy protocol and removed bug which prevented the firstGilbert Ramirez1-4/+1
1999-10-03packet-aarp.c:Laurent Deniel1-1/+4
1999-09-18Handle the missing FT_BYTES field type.Laurent Deniel1-1/+16
1999-09-17Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1-1/+3
1999-09-15Changed (again) the way that the FT_BOOLEAN field type works internally.Gilbert Ramirez1-3/+3
1999-09-14Peter Torvals' Internet Cache Protocol dissector.Guy Harris1-1/+3
1999-09-12Some old CPP or tools that take C code in input doLaurent Deniel1-3/+3
1999-09-12Add summary-vs-detail radio buttons to the print dialog box; detailGuy Harris1-4/+23
1999-09-11Added Guy's patch to use the pseudo header facility to pass up the AscendGerald Combs1-1/+3
1999-09-11Register cotp and clnp instead of simply osi to allowLaurent Deniel1-3/+5
1999-09-11Added support for PPP Multilink Protocol (MP). Modified dissect_ppp_stuffGerald Combs1-1/+3
1999-08-30Fixed problem with not being able to filt on field values.Gilbert Ramirez1-2/+6
1999-08-29Removed from the display filter/proto_tree code the assumption thatGilbert Ramirez1-50/+66
1999-08-26Introduces a new global gboolean variable: proto_tree_is_visible.Gilbert Ramirez1-4/+10
1999-08-26The dfilter yacc grammar now keeps track of every GNode that it allocates.Gilbert Ramirez1-2/+15
1999-08-20Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1-1/+3
1999-08-14Removed unneeded 'color' field from header_field_info.Gilbert Ramirez1-2/+1
1999-08-13Moved global memory alloction used in display filters (which was storedGilbert Ramirez1-3/+1
1999-08-10Jeff Foster's changes to add support for NetBEUI/NBF (NetBIOS atop 802.2Guy Harris1-1/+3
1999-08-07A further memory leak fix from Jochen Friedrich.Guy Harris1-1/+2
1999-08-04Fix a couple of memory leaks.Guy Harris1-9/+13
1999-08-03Checked in Johan's Updated RADIUS dissector which uses the new proto_treeGilbert Ramirez1-1/+3
1999-08-03Fixed #ifdef to call proto_register_snmp properly when SNMP is compiled in.Gilbert Ramirez1-1/+7
1999-08-02Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1-1/+5
1999-08-01Changed the display filter scanner from GLIB's GScanner to lex. The codeGilbert Ramirez1-20/+12