Have "do_capture()" take, as an argument, a pointer to the name of the
[obnox/wireshark/wip.git] / proto.c
1999-09-18 denielHandle the missing FT_BYTES field type.
1999-09-17 guyAdd a "BYTES_ARE_IN_FRAME()" macro, to test whether...
1999-09-15 gramChanged (again) the way that the FT_BOOLEAN field type...
1999-09-14 guyPeter Torvals' Internet Cache Protocol dissector.
1999-09-12 denielSome old CPP or tools that take C code in input do
1999-09-12 guyAdd summary-vs-detail radio buttons to the print dialog...
1999-09-11 geraldAdded Guy's patch to use the pseudo header facility...
1999-09-11 denielRegister cotp and clnp instead of simply osi to allow
1999-09-11 geraldAdded support for PPP Multilink Protocol (MP). Modifie...
1999-08-30 gramFixed problem with not being able to filt on field...
1999-08-29 gramRemoved from the display filter/proto_tree code the...
1999-08-26 gramIntroduces a new global gboolean variable: proto_tree_i...
1999-08-26 gramThe dfilter yacc grammar now keeps track of every GNode...
1999-08-20 guyAdd support for reading Full Frontal ATM from an ATM...
1999-08-14 gramRemoved unneeded 'color' field from header_field_info.
1999-08-13 gramMoved global memory alloction used in display filters...
1999-08-10 guyJeff Foster's changes to add support for NetBEUI/NBF...
1999-08-07 guyA further memory leak fix from Jochen Friedrich.
1999-08-04 guyFix a couple of memory leaks.
1999-08-03 gramChecked in Johan's Updated RADIUS dissector which uses...
1999-08-03 gramFixed #ifdef to call proto_register_snmp properly when...
1999-08-02 guyCheck in Olivier Abad's patch to add dissectors for...
1999-08-01 gramChanged the display filter scanner from GLIB's GScanner...
1999-07-31 guyPrint FT_UINT{8,16,32} values with "%u", not "%d",...
1999-07-29 gramMade the protocol (but not the fields) use the new...
1999-07-22 gramConverted UDP fields to new proto_tree functions.
1999-07-17 gramAdded just enough fields to TCP to support "Follow...
1999-07-15 gramModified the proto_register_field_array usage again...
1999-07-07 gramCreated a new protocol tree implementation and a new...