aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsvp.c
Commit message (Expand)AuthorAgeFilesLines
* Add a "break;" after a "default:" to fix an MSVC++ compilation error.Gerald Combs2002-05-181-1/+2
* - Major cleanup of the RSVP dissectorAshok Narayanan2002-05-161-1741/+2702
* Use "%.10g", rather than "%f", for floating-point numbers. That willGuy Harris2002-04-251-15/+15
* Use "tvb_get_ntohieee_float()" to fetch floating-point numbers.Guy Harris2002-04-241-35/+34
* From Joerg Mayer: get rid of some unused variables and arguments.Guy Harris2002-04-141-2/+1
* From Joerg Mayer:Guy Harris2002-04-141-3/+4
* Changed TBA GMPLS object numbers to proposed IETF numbers.Ashok Narayanan2002-03-291-11/+57
* "ulong" isn't defined on MacOS X (and probably isn't defined on someGuy Harris2002-03-021-3/+3
* Added RSVP support for the Administrative Status object.Ashok Narayanan2002-03-011-1/+68
* GMPLS extensions for OSPF Opaque LSAsAshok Narayanan2002-02-141-3/+3
* Put in a "break" statement after the "default:" clause; GCC may allowGuy Harris2002-02-021-1/+2
* Added support for LSP-TUNNEL INTERFACE-ID object.Ashok Narayanan2002-01-311-35/+155
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Changes to RSVP:Ashok Narayanan2001-12-291-151/+324
* Added support for Generalized MPLS (GMPLS) to RSVPAshok Narayanan2001-12-261-20/+406
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-7/+7
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+5
* Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez2001-10-261-2/+2
* Add HFILL to explicitly fill in some additional structure members.Guy Harris2001-06-261-4/+4
* More IS-IS updates.Guy Harris2001-06-231-5/+52
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-42/+42
* Cosmetic: Corrected "Maximum policed unit" to "Maximum packet size"Ashok Narayanan2001-06-141-7/+7
* Bugfix: Removed an unnecessary and potentially spurious include from RSVP.Ashok Narayanan2001-05-011-2/+1
* - Added support for RSVP Refresh Reduction ExtensionsAshok Narayanan2001-05-011-18/+215
* Get rid of some unnecessary includes.Guy Harris2001-04-231-2/+1
* Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris2001-04-231-3/+3
* All the object class-specific types are interior nodes, and the onlyGuy Harris2001-04-201-23/+23
* FT_UINTn and FT_INTn fields must always have a base selected for them;Guy Harris2001-04-191-33/+33
* Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris2001-04-171-1/+2
* L3PIDs are Ethertypes; display them as such.Guy Harris2001-02-041-14/+16
* Tvbuffify the RSVP dissector.Guy Harris2001-02-041-926/+707
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-10/+8
* Fix call to "pntohs()" - it was missing the "pd+", so it was justGuy Harris2001-01-101-2/+2
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+3
* Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez2001-01-031-5/+13
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Miscellaneous code cleaningLaurent Deniel2000-08-111-7/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-2/+2
* Correctly handle Resv Tear Confirm message.Gilbert Ramirez2000-06-021-14/+20
* Get rid of the only uses of proto_tree_add_item_old() andGilbert Ramirez2000-05-311-3/+3
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-16/+16
* Add tvbuff class.Gilbert Ramirez2000-05-111-234/+234
* Register an "ip.proto" dissector table for IPv4, and have dissectors forGuy Harris2000-04-161-3/+8
* Avoid using zero-length arrays - they're an extension that only someGuy Harris2000-04-071-6/+4
* Fix some errors discovered by making GCC do format string/argumentGuy Harris2000-03-141-3/+4
* New workaround for not using (ulong *) to dereference memory in RSVP.Ashok Narayanan2000-03-131-7/+17
* "ulong" is not a system-declared data type on all platforms;Guy Harris2000-03-101-6/+6
* Support for MultiProtocol Label Switching (MPLS). The following supportAshok Narayanan2000-03-091-134/+502