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