aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsvp.c
Commit message (Expand)AuthorAgeFilesLines
* Use "tvb_format_text()" to display a string, so that non-printableGuy Harris2004-03-241-4/+3
* Change return type of tvb_format_text from guint8* to gchar*.Jörg Mayer2004-01-231-2/+2
* From Mohammad Hanif: fix dissection of RSVP DETOUR object code.Guy Harris2003-11-111-5/+11
* From Mohammad Hanif:Guy Harris2003-11-081-9/+44
* From Akira Endoh: Diffserv MPLS signaling protocol support.Guy Harris2003-10-101-3/+154
* When registering a field, make sure its ID is -1 or 0 - if it's not,Guy Harris2003-10-061-5/+1
* Remove undefined code.Laurent Deniel2003-04-221-2/+2
* From Akira Endoh:Guy Harris2003-04-221-73/+198
* Panic if a preference starts with the name of the module to which itGuy Harris2003-01-281-2/+2
* From Albert Chin: get rid of trailing commas in enums, as Digital's,Guy Harris2003-01-241-3/+3
* Don't cast away constness, and fix variable and structure memberGuy Harris2002-12-021-8/+8
* Don't use "unsigned long" to mean "32-bit unsigned integer", as it's notGuy Harris2002-10-241-3/+3
* Added support for Label Request Type 2 (ATM Label Range) andAshok Narayanan2002-10-231-2/+75
* - Fixed RRO flag support that got dropped in the previous commit.Ashok Narayanan2002-10-081-46/+266
* Updates to RSVPAshok Narayanan2002-10-021-558/+585
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-706/+706
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* Don't loop forever in "find_rsvp_session_tempfilt()" orGuy Harris2002-07-311-3/+10
* Added support for dissecting RSVP Bundle MessagesAshok Narayanan2002-07-151-203/+290
* Add Booleans for the Ack and Srefresh messages, and move the Boolean forGuy Harris2002-07-141-5/+13
* Add a Boolean field for the Bundle message type.Guy Harris2002-07-141-1/+5
* Properly check for unknown RSVP message types.Guy Harris2002-06-061-19/+50
* Require that the LMP and RSVP message types be greater than 0.Gerald Combs2002-06-021-3/+10
* From Albert Chin: fix various non-GCC compiler warnings.Guy Harris2002-05-301-3/+3
* 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