aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ldp.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-137/+137
2002-08-27From Motonori Shindo: support forGuy Harris1-3/+58
2002-08-15LDP VC FEC dissection fix, from Motonori Shindo.Guy Harris1-2/+2
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-05-01#if out an unused argument, using the same #if as the references to theGuy Harris1-1/+9
2002-04-29Removal (or, at least, #ifdeffing out) of unused variables andGuy Harris1-2/+5
2002-04-28Make the LDP dissectors new-style dissectors, so they can reject packetsGuy Harris1-91/+191
2002-04-25Use "%.10g", rather than "%f", for floating-point numbers. That willGuy Harris1-6/+6
2002-04-24Show the "negotiable/non-negotiable" flags as such.Guy Harris1-8/+13
2002-04-24Use "tvb_get_ntohieee_float()" to fetch floating-point numbers from theGuy Harris1-16/+13
2002-04-24CRLDP support, and assorted byg fixes, from Michael Rozhavsky.Guy Harris1-65/+627
2002-04-08More static-ization.Gilbert Ramirez1-2/+2
2002-04-02Fix a bunch of bits of code that used "tvb_get_ntohl()" to fetch IPGuy Harris1-9/+9
2002-03-16From Aamer Akhter: LDP support for draft-martini-l2circuit-trans-mpls,Guy Harris1-7/+181
2002-03-16Fix a couple of incorrect calls to "proto_tree_add_boolean()" to callGuy Harris1-3/+3
2002-01-22From Ricardo Barroetave�a: don't give a PDU ordinal number forGuy Harris1-2/+2
2002-01-21From Ricardo Barroetave�a: support for all TLVs and messages in RFCGuy Harris1-526/+1327
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2002-01-20Fix some problems in protocol preferences blurbs.Guy Harris1-3/+3
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris1-3/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-10/+10
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-8/+13
2001-11-27Note that LDP is documented in RFC 3036.Guy Harris1-2/+2
2001-11-27Handle the case of multiple LDP PDUs per TCP segment. (Still needs toGuy Harris1-31/+87
2001-07-21There is really no need to have the BGP dissector and the LDP dissectorGuy Harris1-16/+3
2001-07-16Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length,Guy Harris1-5/+5
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-23/+23
2001-06-05Compensate better for invalid (at least for IPv4) prefix lengths inGuy Harris1-3/+10
2001-05-21Fix to LDP prefix FEC dissection for IPv4, from Eran Mann.Guy Harris1-8/+28
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-6/+3
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-3/+3
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeGuy Harris1-8/+8
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-12-04Fix egregious error with AF_ types. I relied on a Linux header file ratherRichard Sharpe1-7/+22
2000-12-04Don't loop infinitely if we see a Host Address or unknown ForwardingGuy Harris1-1/+16
2000-12-03Stealing time again to compulsively code this beast.Richard Sharpe1-2/+107
2000-12-02Dissect Common Hello Params TLV ...Richard Sharpe1-10/+82
2000-12-02Some tvbuffified dissectors weren't setting "pinfo->current_proto", soGuy Harris1-1/+3
2000-12-01Fix one small type WRT Forwarding Equivalence Classes and handle theRichard Sharpe1-1/+1
2000-12-01A much more complete LDP dissector.Richard Sharpe1-31/+220
2000-11-30Step-wise improvement on this thing ... next to dissect each message typeRichard Sharpe1-53/+105
2000-11-30More work in progress on the Label Distribution Protocol dissector ...Richard Sharpe1-12/+150
2000-11-29Initial coding of the dissector for the Label Distribution Protocol.Richard Sharpe1-0/+252