Update documentation about iptrace version support.
[metze/wireshark/wip.git] / proto.c
1999-11-21 Gilbert RamirezEnable IPX network name resolution by providing for...
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-11-15 Gilbert RamirezAdd "class" that understands IPv4 addresses and subnet...
1999-11-11 Nathan NeulingerExpanded bootparams dissector to handle decoding getfil...
1999-10-20 Guy HarrisAutomatically generate a function to call the register...
1999-10-17 Laurent Deniel- add lpd protocol registration
1999-10-16 Gilbert RamirezAdded FT_UINT24 (FT_INT24 was already there) to glossar...
1999-10-16 Laurent DenielAdd the missing proto_register_bgp().
1999-10-14 Guy HarrisNathan Neulinger's NTP dissector.
1999-10-14 Guy HarrisNathan Neulinger's dissector for the Yahoo messenger...
1999-10-13 Guy HarrisJun-ichiro itojun Hagino's code for PIM, and some fixes...
1999-10-13 Gilbert RamirezUse %d to sprintf FT_INT* into proto_tree instead of %u.
1999-10-12 Guy HarrisJun-ichiro itojun Hagino's changes for IPv6 extension...
1999-10-12 Gilbert RamirezAdd FT_UINT24 and FT_INT24 to a spot where they were...
1999-10-12 Gilbert RamirezFix byte-count of IPv6 addresses.
1999-10-12 Gilbert RamirezNew proto_tree header_field_info stuff. Header_field_in...
1999-10-12 Gilbert RamirezRe-implemented fix to keep display filter from reading...
1999-10-11 Laurent Deniel- add handling of FT_IPv6 variables
1999-10-08 Guy HarrisChristophe Tronche's BPDU dissector.
1999-10-04 Gilbert RamirezRemoved dummy protocol and removed bug which prevented...
1999-10-03 Laurent Denielpacket-aarp.c:
1999-09-18 Laurent DenielHandle the missing FT_BYTES field type.
1999-09-17 Guy HarrisAdd a "BYTES_ARE_IN_FRAME()" macro, to test whether...
1999-09-15 Gilbert RamirezChanged (again) the way that the FT_BOOLEAN field type...
1999-09-14 Guy HarrisPeter Torvals' Internet Cache Protocol dissector.
1999-09-12 Laurent DenielSome old CPP or tools that take C code in input do
1999-09-12 Guy HarrisAdd summary-vs-detail radio buttons to the print dialog...
1999-09-11 Gerald CombsAdded Guy's patch to use the pseudo header facility...
1999-09-11 Laurent DenielRegister cotp and clnp instead of simply osi to allow
1999-09-11 Gerald CombsAdded support for PPP Multilink Protocol (MP). Modifie...
1999-08-30 Gilbert RamirezFixed problem with not being able to filt on field...
1999-08-29 Gilbert RamirezRemoved from the display filter/proto_tree code the...
1999-08-26 Gilbert RamirezIntroduces a new global gboolean variable: proto_tree_i...
1999-08-26 Gilbert RamirezThe dfilter yacc grammar now keeps track of every GNode...
1999-08-20 Guy HarrisAdd support for reading Full Frontal ATM from an ATM...
1999-08-14 Gilbert RamirezRemoved unneeded 'color' field from header_field_info.
1999-08-13 Gilbert RamirezMoved global memory alloction used in display filters...
1999-08-10 Guy HarrisJeff Foster's changes to add support for NetBEUI/NBF...
1999-08-07 Guy HarrisA further memory leak fix from Jochen Friedrich.
1999-08-04 Guy HarrisFix a couple of memory leaks.
1999-08-03 Gilbert RamirezChecked in Johan's Updated RADIUS dissector which uses...
1999-08-03 Gilbert RamirezFixed #ifdef to call proto_register_snmp properly when...
1999-08-02 Guy HarrisCheck in Olivier Abad's patch to add dissectors for...
1999-08-01 Gilbert RamirezChanged the display filter scanner from GLIB's GScanner...
1999-07-31 Guy HarrisPrint FT_UINT{8,16,32} values with "%u", not "%d",...
1999-07-29 Gilbert RamirezMade the protocol (but not the fields) use the new...
1999-07-22 Gilbert RamirezConverted UDP fields to new proto_tree functions.
1999-07-17 Gilbert RamirezAdded just enough fields to TCP to support "Follow...
1999-07-15 Gilbert RamirezModified the proto_register_field_array usage again...
1999-07-07 Gilbert RamirezCreated a new protocol tree implementation and a new...