aboutsummaryrefslogtreecommitdiffstats
path: root/proto.c
AgeCommit message (Expand)AuthorFilesLines
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