Note that capture filters don't work on Linux loopback devices with the
[obnox/wireshark/wip.git] / proto.c
2000-01-22 guyAdd "proto_item_set_text()", which sets the "representa...
1999-12-05 guyAs per Nathan Leulinger's suggestion, have a stub SNMP...
1999-11-21 gramEnable IPX network name resolution by providing for...
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-11-15 gramAdd "class" that understands IPv4 addresses and subnet...
1999-11-11 nneulExpanded bootparams dissector to handle decoding getfil...
1999-10-20 guyAutomatically generate a function to call the register...
1999-10-17 deniel- add lpd protocol registration
1999-10-16 gramAdded FT_UINT24 (FT_INT24 was already there) to glossar...
1999-10-16 denielAdd the missing proto_register_bgp().
1999-10-14 guyNathan Neulinger's NTP dissector.
1999-10-14 guyNathan Neulinger's dissector for the Yahoo messenger...
1999-10-13 guyJun-ichiro itojun Hagino's code for PIM, and some fixes...
1999-10-13 gramUse %d to sprintf FT_INT* into proto_tree instead of %u.
1999-10-12 guyJun-ichiro itojun Hagino's changes for IPv6 extension...
1999-10-12 gramAdd FT_UINT24 and FT_INT24 to a spot where they were...
1999-10-12 gramFix byte-count of IPv6 addresses.
1999-10-12 gramNew proto_tree header_field_info stuff. Header_field_in...
1999-10-12 gramRe-implemented fix to keep display filter from reading...
1999-10-11 deniel- add handling of FT_IPv6 variables
1999-10-08 guyChristophe Tronche's BPDU dissector.
1999-10-04 gramRemoved dummy protocol and removed bug which prevented...
1999-10-03 denielpacket-aarp.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...