Set the svn:eol-style property on all text files to "native", so that
[obnox/wireshark/wip.git] / packet-rsvp.c
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-19 guyFrom Carles Kishimoto: add support for GMPLS extensions...
2004-06-19 guyPick up the stuff I did for tcpdump to figure out the...
2004-05-19 ashoknFixes to LMP for draft-09 support.
2004-03-24 guyUse "tvb_format_text()" to display a string, so that...
2004-01-23 jmayerChange return type of tvb_format_text from guint8*...
2003-11-11 guyFrom Mohammad Hanif: fix dissection of RSVP DETOUR...
2003-11-08 guyFrom Mohammad Hanif:
2003-10-10 guyFrom Akira Endoh: Diffserv MPLS signaling protocol...
2003-10-06 guyWhen registering a field, make sure its ID is -1 or...
2003-04-22 denielRemove undefined code.
2003-04-22 guyFrom Akira Endoh:
2003-01-28 guyPanic if a preference starts with the name of the modul...
2003-01-24 guyFrom Albert Chin: get rid of trailing commas in enums...
2002-12-02 guyDon't cast away constness, and fix variable and structu...
2002-10-24 guyDon't use "unsigned long" to mean "32-bit unsigned...
2002-10-23 ashoknAdded support for Label Request Type 2 (ATM Label Range...
2002-10-08 ashokn- Fixed RRO flag support that got dropped in the previo...
2002-10-02 ashoknUpdates to RSVP
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-31 guyDon't loop forever in "find_rsvp_session_tempfilt(...
2002-07-15 ashoknAdded support for dissecting RSVP Bundle Messages
2002-07-14 guyAdd Booleans for the Ack and Srefresh messages, and...
2002-07-14 guyAdd a Boolean field for the Bundle message type.
2002-06-06 guyProperly check for unknown RSVP message types.
2002-06-02 geraldRequire that the LMP and RSVP message types be greater...
2002-05-30 guyFrom Albert Chin: fix various non-GCC compiler warnings.
2002-05-18 geraldAdd a "break;" after a "default:" to fix an MSVC++...
2002-05-16 ashokn- Major cleanup of the RSVP dissector
2002-04-25 guyUse "%.10g", rather than "%f", for floating-point numbe...
2002-04-24 guyUse "tvb_get_ntohieee_float()" to fetch floating-point...
2002-04-14 guyFrom Joerg Mayer: get rid of some unused variables...
2002-04-14 guyFrom Joerg Mayer:
2002-03-29 ashoknChanged TBA GMPLS object numbers to proposed IETF numbers.
2002-03-02 guy"ulong" isn't defined on MacOS X (and probably isn...
2002-03-01 ashoknAdded RSVP support for the Administrative Status object.
2002-02-14 ashoknGMPLS extensions for OSPF Opaque LSAs
2002-02-02 guyPut in a "break" statement after the "default:" clause...
2002-01-31 ashoknAdded support for LSP-TUNNEL INTERFACE-ID object.
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-29 ashoknChanges to RSVP:
2001-12-26 ashoknAdded support for Generalized MPLS (GMPLS) to RSVP
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-10-26 gramFix the rest of the signed/unsigned comparison warnings.
2001-06-26 guyAdd HFILL to explicitly fill in some additional structu...
2001-06-23 guyMore IS-IS updates.
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-06-14 ashoknCosmetic: Corrected "Maximum policed unit" to "Maximum...
2001-05-01 ashoknBugfix: Removed an unnecessary and potentially spurious...
2001-05-01 ashokn- Added support for RSVP Refresh Reduction Extensions
2001-04-23 guyGet rid of some unnecessary includes.
2001-04-23 guyMove the declarations of IP protocol numbers to "ipprot...
2001-04-20 guyAll the object class-specific types are interior nodes...
2001-04-19 guyFT_UINTn and FT_INTn fields must always have a base...
2001-04-17 guyMove the declaration of "etype_vals[]" from "epan/packe...
2001-02-04 guyL3PIDs are Ethertypes; display them as such.
2001-02-04 guyTvbuffify the RSVP dissector.
2001-01-22 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-10 guyFix call to "pntohs()" - it was missing the "pd+",...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 gramEnsure that all value_string arrays end in {0, NULL...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-11 denielMiscellaneous code cleaning
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-06-02 gramCorrectly handle Resv Tear Confirm message.
2000-05-31 gramGet rid of the only uses of proto_tree_add_item_old...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-04-16 guyRegister an "ip.proto" dissector table for IPv4, and...
2000-04-07 guyAvoid using zero-length arrays - they're an extension...
2000-03-14 guyFix some errors discovered by making GCC do format...
2000-03-13 ashoknNew workaround for not using (ulong *) to dereference...
2000-03-10 guy "ulong" is not a system-declared data type on all...
2000-03-09 ashoknSupport for MultiProtocol Label Switching (MPLS). The...
2000-03-07 guyFix some "proto_tree_add_text()" calls.
2000-02-15 gramCreate a header file for every packet-*.c file. Prune...
2000-01-24 guyFix a bunch of dissectors to use "pi.captured_len"...
1999-12-13 gramCheck header->msg_type before using it.
1999-11-16 guyReplace the ETT_ "enum" members, declared in "packet...
1999-10-12 gramNew proto_tree header_field_info stuff. Header_field_in...
1999-08-29 gramFix some compilation warnings.
1999-08-28 gramUpdated RSVP with Ashok's patch. Fixes code for 64...
1999-08-27 gramUpdated RSVP decoder with Ashok's newest code.
1999-08-12 gramAdded Ashok's fix for RSVP and support for RSVP+.
1999-07-29 gramMade the protocol (but not the fields) use the new...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-06-11 gramAdded RSVP protocol dissector.