aboutsummaryrefslogtreecommitdiffstats
path: root/proto.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added just enough fields to TCP to support "Follow TCP Stream". It works now.Gilbert Ramirez1999-07-171-1/+7
* Modified the proto_register_field_array usage again. Thanks to Guy'sGilbert Ramirez1999-07-151-8/+130
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-0/+620