aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ospf.c
AgeCommit message (Expand)AuthorFilesLines
2001-05-14Updates to OSPF for the changes between drafts 3 and 4 ofGuy Harris1-5/+7
2001-05-02Additional OSPF LSA types and opaque-options flag, from MichaelGuy Harris1-7/+21
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris1-3/+3
2001-02-04Tvbuffify the RSVP dissector.Guy Harris1-4/+4
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-6/+5
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez1-1/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3
2000-12-28Always put the packet type in the Info column.Guy Harris1-4/+3
2000-12-27Tvbuffify the RIP and OSPF dissectors.Guy Harris1-645/+742
2000-12-14Check the checksum on OSPF packets, if possible.Guy Harris1-3/+44
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-09-13Changes from Craig Metz to:Guy Harris1-2/+6
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-3/+3
2000-07-14Enhancements/fixed to OSPF from Michael Rozhavsky:Guy Harris1-3/+9
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-2/+2
2000-05-11Add tvbuff class.Gilbert Ramirez1-114/+114
2000-04-16Register an "ip.proto" dissector table for IPv4, and have dissectors forGuy Harris1-8/+28
2000-03-14Fix some errors discovered by making GCC do format string/argumentGuy Harris1-4/+4
2000-03-09Support for MultiProtocol Label Switching (MPLS). The following supportAshok Narayanan1-4/+259
2000-03-07Fix some "proto_tree_add_text()" calls.Guy Harris1-3/+3
2000-02-11Fix from Nick Amato for a typo - "Link", in "Link State", shouldn't haveGuy Harris1-2/+2
1999-11-17Typo fixes, and fix to bug wherein when Ethereal sees a Network-LSA itGuy Harris1-4/+6
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-8/+26
1999-10-27Get rid of a presumed debugging "printf()".Guy Harris1-2/+1
1999-10-19Added Tony Hart's <thart@avici.com> patch to dissect MD5 authenticationGilbert Ramirez1-3/+28
1999-08-26Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or toGuy Harris1-11/+11
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-2/+15
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-85/+78
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-113/+117
1999-01-17Clean up some output lines, and show the checksum value on the line forGuy Harris1-5/+6
1998-11-17* Added column formatting functionality.Gerald Combs1-5/+6
1998-10-20 Add a "val_to_str()" routine that calls "match_strval()" and, ifGuy Harris1-24/+16
1998-10-13Squelch a number of "-Wall" errors by:Guy Harris1-2/+2
1998-10-10* OSPF alignment fixes (Gerald)Gerald Combs1-100/+101
1998-09-29Support for AS-external LSAs added.hannes1-3/+34
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-26/+25
1998-09-16Added ID tags to the beginning of each source file.Gerald Combs1-0/+2
1998-09-16Initial revisionGerald Combs1-0/+550