aboutsummaryrefslogtreecommitdiffstats
path: root/proto.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-07-31Print FT_UINT{8,16,32} values with "%u", not "%d", as they're unsignedGuy Harris1-2/+2
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-2/+70
1999-07-22Converted UDP fields to new proto_tree functions.Gilbert Ramirez1-1/+3
1999-07-17Added just enough fields to TCP to support "Follow TCP Stream". It works now.Gilbert Ramirez1-1/+7
1999-07-15Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez1-8/+130
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-0/+620