aboutsummaryrefslogtreecommitdiffstats
path: root/proto.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed from the display filter/proto_tree code the assumption thatGilbert Ramirez1999-08-291-50/+66
* Introduces a new global gboolean variable: proto_tree_is_visible.Gilbert Ramirez1999-08-261-4/+10
* The dfilter yacc grammar now keeps track of every GNode that it allocates.Gilbert Ramirez1999-08-261-2/+15
* Add support for reading Full Frontal ATM from an ATM Sniffer captureGuy Harris1999-08-201-1/+3
* Removed unneeded 'color' field from header_field_info.Gilbert Ramirez1999-08-141-2/+1
* Moved global memory alloction used in display filters (which was storedGilbert Ramirez1999-08-131-3/+1
* Jeff Foster's changes to add support for NetBEUI/NBF (NetBIOS atop 802.2Guy Harris1999-08-101-1/+3
* A further memory leak fix from Jochen Friedrich.Guy Harris1999-08-071-1/+2
* Fix a couple of memory leaks.Guy Harris1999-08-041-9/+13
* Checked in Johan's Updated RADIUS dissector which uses the new proto_treeGilbert Ramirez1999-08-031-1/+3
* Fixed #ifdef to call proto_register_snmp properly when SNMP is compiled in.Gilbert Ramirez1999-08-031-1/+7
* Check in Olivier Abad's patch to add dissectors for LAP-B and X.25, andGuy Harris1999-08-021-1/+5
* Changed the display filter scanner from GLIB's GScanner to lex. The codeGilbert Ramirez1999-08-011-20/+12
* Print FT_UINT{8,16,32} values with "%u", not "%d", as they're unsignedGuy Harris1999-07-311-2/+2
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-2/+70
* Converted UDP fields to new proto_tree functions.Gilbert Ramirez1999-07-221-1/+3