Changed spec file for producing RPMs to ethereal.spec.in so that
[obnox/wireshark/wip.git] / packet-ip.c
1999-08-21 geraldRichard J�rgensen <ric@tbit.dk> pointed out that ICMP...
1999-08-18 guyDeclare the "packet_info" structure "pi" in "packet...
1999-08-17 gramConverted more of the IP fields to filterable fields.
1999-08-14 guyAdd ICMP to the set of packet types counted in the...
1999-08-10 guyFix the list of descriptions of codes in ICMP Unreachab...
1999-08-09 gramAdded John McDermott's patch for handling ICMP Unreacha...
1999-08-05 guyFix a "proto_tree_add_text()" call that should've been a
1999-07-31 denielRemove srcip and destip from packet_info since it is...
1999-07-29 gramMade the protocol (but not the fields) use the new...
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-08 gramAdded Johan's RADIUS dissector, finally. I modified...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-06-21 gramAdded "0x" to a couple of proto_tree_add_item printf...
1999-06-11 gramAdded RSVP protocol dissector.
1999-06-11 gramAdded PPPoE, PPTP, GRE, and ISAKMP dissectors.
1999-05-20 guyDissect ICMP Router Discovery packets (router advertise...
1999-05-12 denielMinor performance improvement and TCP option decoding...
1999-04-05 guyFTP, POP, and Telnet support from Richard Sharpe.
1999-03-30 hannesBugfix: The IP Precedence (first three bits in the...
1999-03-28 gramJun-ichiro's IPv6 patch is merged in with ethereal...
1999-03-23 gramRemoved all references to gtk objects from packet*...
1999-03-09 guyDecode more stuff in an ICMP packet.
1999-03-09 guyMake the arrays of pointers to strings for ICMP decodin...
1999-02-09 guyWhen doing a capture, decode enough of the incoming...
1999-02-08 gramI removed the bit-fields that depended upon gcc's abili...
1998-12-29 gerald* Added Joerg Mayer's Vines patch
1998-11-17 gerald* Added column formatting functionality.
1998-11-12 gramA lengthy patch to add the wiretap library. Wiretap...
1998-10-28 guy Add the "Maximize security" type of service for IP...
1998-10-20 guy Add a "val_to_str()" routine that calls "match_strval...
1998-10-16 gerald* Copied in the correct GNU license (I'm such a goober)
1998-10-13 guyAdd a routine to dissect IP or TCP options (and, from...
1998-10-10 gerald* Fixes for bugs introduced in last night's commit.
1998-10-10 gerald* OSPF alignment fixes (Gerald)
1998-09-27 geraldMerged in a _huge_ patch from Guy Harris. It adds...
1998-09-17 gerald* Added Mike Hall's TCP reconstruction code.
1998-09-16 geraldAdded ID tags to the beginning of each source file.
1998-09-16 geraldInitial revision