aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsvp.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* 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