aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsvp.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-02Don't cast away constness, and fix variable and structure memberguy1-8/+8
2002-10-24Don't use "unsigned long" to mean "32-bit unsigned integer", as it's notguy1-3/+3
2002-10-23Added support for Label Request Type 2 (ATM Label Range) andashokn1-2/+75
2002-10-08- Fixed RRO flag support that got dropped in the previous commit.ashokn1-46/+266
2002-10-02Updates to RSVPashokn1-558/+585
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-706/+706
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
2002-07-31Don't loop forever in "find_rsvp_session_tempfilt()" orguy1-3/+10
2002-07-15Added support for dissecting RSVP Bundle Messagesashokn1-203/+290
2002-07-14Add Booleans for the Ack and Srefresh messages, and move the Boolean forguy1-5/+13
2002-07-14Add a Boolean field for the Bundle message type.guy1-1/+5
2002-06-06Properly check for unknown RSVP message types.guy1-19/+50
2002-06-02Require that the LMP and RSVP message types be greater than 0.gerald1-3/+10
2002-05-30From Albert Chin: fix various non-GCC compiler warnings.guy1-3/+3
2002-05-18Add a "break;" after a "default:" to fix an MSVC++ compilation error.gerald1-1/+2
2002-05-16- Major cleanup of the RSVP dissectorashokn1-1741/+2702
2002-04-25Use "%.10g", rather than "%f", for floating-point numbers. That willguy1-15/+15
2002-04-24Use "tvb_get_ntohieee_float()" to fetch floating-point numbers.guy1-35/+34
2002-04-14From Joerg Mayer: get rid of some unused variables and arguments.guy1-2/+1
2002-04-14From Joerg Mayer:guy1-3/+4
2002-03-29Changed TBA GMPLS object numbers to proposed IETF numbers.ashokn1-11/+57
2002-03-02"ulong" isn't defined on MacOS X (and probably isn't defined on someguy1-3/+3
2002-03-01Added RSVP support for the Administrative Status object.ashokn1-1/+68
2002-02-14GMPLS extensions for OSPF Opaque LSAsashokn1-3/+3
2002-02-02Put in a "break" statement after the "default:" clause; GCC may allowguy1-1/+2
2002-01-31Added support for LSP-TUNNEL INTERFACE-ID object.ashokn1-35/+155
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2001-12-29Changes to RSVP:ashokn1-151/+324
2001-12-26Added support for Generalized MPLS (GMPLS) to RSVPashokn1-20/+406
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-7/+7
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-3/+5
2001-10-26Fix the rest of the signed/unsigned comparison warnings.gram1-2/+2
2001-06-26Add HFILL to explicitly fill in some additional structure members.guy1-4/+4
2001-06-23More IS-IS updates.guy1-5/+52
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-42/+42
2001-06-14Cosmetic: Corrected "Maximum policed unit" to "Maximum packet size"ashokn1-7/+7
2001-05-01Bugfix: Removed an unnecessary and potentially spurious include from RSVP.ashokn1-2/+1
2001-05-01- Added support for RSVP Refresh Reduction Extensionsashokn1-18/+215
2001-04-23Get rid of some unnecessary includes.guy1-2/+1
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromguy1-3/+3
2001-04-20All the object class-specific types are interior nodes, and the onlyguy1-23/+23
2001-04-19FT_UINTn and FT_INTn fields must always have a base selected for them;guy1-33/+33
2001-04-17Move the declaration of "etype_vals[]" from "epan/packet.h" toguy1-1/+2
2001-02-04L3PIDs are Ethertypes; display them as such.guy1-14/+16
2001-02-04Tvbuffify the RSVP dissector.guy1-926/+707
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-10/+8
2001-01-10Fix call to "pntohs()" - it was missing the "pd+", so it was justguy1-2/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+3
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awaygram1-5/+13
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3