aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsvp.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-23Change return type of tvb_format_text from guint8* to gchar*.Jörg Mayer1-2/+2
2003-11-11From Mohammad Hanif: fix dissection of RSVP DETOUR object code.Guy Harris1-5/+11
2003-11-08From Mohammad Hanif:Guy Harris1-9/+44
2003-10-10From Akira Endoh: Diffserv MPLS signaling protocol support.Guy Harris1-3/+154
2003-10-06When registering a field, make sure its ID is -1 or 0 - if it's not,Guy Harris1-5/+1
2003-04-22Remove undefined code.Laurent Deniel1-2/+2
2003-04-22From Akira Endoh:Guy Harris1-73/+198
2003-01-28Panic if a preference starts with the name of the module to which itGuy Harris1-2/+2
2003-01-24From Albert Chin: get rid of trailing commas in enums, as Digital's,Guy Harris1-3/+3
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-8/+8
2002-10-24Don't use "unsigned long" to mean "32-bit unsigned integer", as it's notGuy Harris1-3/+3
2002-10-23Added support for Label Request Type 2 (ATM Label Range) andAshok Narayanan1-2/+75
2002-10-08- Fixed RRO flag support that got dropped in the previous commit.Ashok Narayanan1-46/+266
2002-10-02Updates to RSVPAshok Narayanan1-558/+585
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-706/+706
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-07-31Don't loop forever in "find_rsvp_session_tempfilt()" orGuy Harris1-3/+10
2002-07-15Added support for dissecting RSVP Bundle MessagesAshok Narayanan1-203/+290
2002-07-14Add Booleans for the Ack and Srefresh messages, and move the Boolean forGuy Harris1-5/+13
2002-07-14Add a Boolean field for the Bundle message type.Guy Harris1-1/+5
2002-06-06Properly check for unknown RSVP message types.Guy Harris1-19/+50
2002-06-02Require that the LMP and RSVP message types be greater than 0.Gerald Combs1-3/+10
2002-05-30From Albert Chin: fix various non-GCC compiler warnings.Guy Harris1-3/+3
2002-05-18Add a "break;" after a "default:" to fix an MSVC++ compilation error.Gerald Combs1-1/+2
2002-05-16- Major cleanup of the RSVP dissectorAshok Narayanan1-1741/+2702
2002-04-25Use "%.10g", rather than "%f", for floating-point numbers. That willGuy Harris1-15/+15
2002-04-24Use "tvb_get_ntohieee_float()" to fetch floating-point numbers.Guy Harris1-35/+34
2002-04-14From Joerg Mayer: get rid of some unused variables and arguments.Guy Harris1-2/+1
2002-04-14From Joerg Mayer:Guy Harris1-3/+4
2002-03-29Changed TBA GMPLS object numbers to proposed IETF numbers.Ashok Narayanan1-11/+57
2002-03-02"ulong" isn't defined on MacOS X (and probably isn't defined on someGuy Harris1-3/+3
2002-03-01Added RSVP support for the Administrative Status object.Ashok Narayanan1-1/+68
2002-02-14GMPLS extensions for OSPF Opaque LSAsAshok Narayanan1-3/+3
2002-02-02Put in a "break" statement after the "default:" clause; GCC may allowGuy Harris1-1/+2
2002-01-31Added support for LSP-TUNNEL INTERFACE-ID object.Ashok Narayanan1-35/+155
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-29Changes to RSVP:Ashok Narayanan1-151/+324
2001-12-26Added support for Generalized MPLS (GMPLS) to RSVPAshok Narayanan1-20/+406
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-7/+7
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+5
2001-10-26Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez1-2/+2
2001-06-26Add HFILL to explicitly fill in some additional structure members.Guy Harris1-4/+4
2001-06-23More IS-IS updates.Guy Harris1-5/+52
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-42/+42
2001-06-14Cosmetic: Corrected "Maximum policed unit" to "Maximum packet size"Ashok Narayanan1-7/+7
2001-05-01Bugfix: Removed an unnecessary and potentially spurious include from RSVP.Ashok Narayanan1-2/+1
2001-05-01- Added support for RSVP Refresh Reduction ExtensionsAshok Narayanan1-18/+215
2001-04-23Get rid of some unnecessary includes.Guy Harris1-2/+1
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris1-3/+3
2001-04-20All the object class-specific types are interior nodes, and the onlyGuy Harris1-23/+23