aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsvp.c
AgeCommit message (Expand)AuthorFilesLines
2004-06-19From Carles Kishimoto: add support for GMPLS extensions, as per the I-Dguy1-1/+13
2004-06-19Pick up the stuff I did for tcpdump to figure out the right strings toguy1-2/+2
2004-05-19Fixes to LMP for draft-09 support.ashokn1-3/+3
2004-03-24Use "tvb_format_text()" to display a string, so that non-printableguy1-4/+3
2004-01-23Change return type of tvb_format_text from guint8* to gchar*.jmayer1-2/+2
2003-11-11From Mohammad Hanif: fix dissection of RSVP DETOUR object code.guy1-5/+11
2003-11-08From Mohammad Hanif:guy1-9/+44
2003-10-10From Akira Endoh: Diffserv MPLS signaling protocol support.guy1-3/+154
2003-10-06When registering a field, make sure its ID is -1 or 0 - if it's not,guy1-5/+1
2003-04-22Remove undefined code.deniel1-2/+2
2003-04-22From Akira Endoh:guy1-73/+198
2003-01-28Panic if a preference starts with the name of the module to which itguy1-2/+2
2003-01-24From Albert Chin: get rid of trailing commas in enums, as Digital's,guy1-3/+3
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