| Commit message (Expand) | Author | Age | Files | Lines |
* | Make tvb_get_ptr() return 'const guint8*', and clean up all the | Gilbert Ramirez | 2001-03-13 | 1 | -3/+3 |
* | In the DIAMETER dissector, clear the Info column before fetching | Guy Harris | 2001-02-20 | 1 | -80/+75 |
* | New tvbuffified DIAMETER dissector, from David Frascone. | Guy Harris | 2001-02-19 | 1 | -8/+1 |
* | Fix up some MSVC complaints about (narrowing) type conversions by | Guy Harris | 2001-02-05 | 1 | -2/+2 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -3/+1 |
* | Do not use "match_strval()" unless you're prepared to check whether it | Guy Harris | 2001-01-16 | 1 | -3/+3 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -5/+9 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | The SMI Network Management Private Enterprise Code for Ascend is 529, | Guy Harris | 2000-11-28 | 1 | -2/+10 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Add #include <string.h>, to get prototypes for mem* and str* functions. | Gilbert Ramirez | 2000-11-17 | 1 | -1/+2 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -5/+5 |
* | "rd_match_strval()" just does what "val_to_str()" does with a format | Guy Harris | 2000-07-30 | 1 | -9/+2 |
* | David Frascone's DIAMETER dissector. | Guy Harris | 2000-07-30 | 1 | -1/+8 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -2/+2 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -10/+10 |
* | Move calls to "dissector_add()" out of the register routines for TCP and | Guy Harris | 2000-04-08 | 1 | -2/+16 |
* | Add Attribute Tunnel-Password, from Florian Lohoff. | Gilbert Ramirez | 2000-04-05 | 1 | -1/+4 |
* | Some cleanup of the RADIUS AVP output (Tunnel Tagging Tag), and a bit of | Guy Harris | 2000-03-21 | 1 | -49/+79 |
* | Florian Lohoff's changes for RADIUS tunnel attributes and for the | Guy Harris | 2000-03-20 | 1 | -2/+88 |
* | Break proto_tree_add_item_format() into multiple functions: | Gilbert Ramirez | 2000-03-12 | 1 | -4/+4 |
* | Fix infinite loop on short packets or bad data in radius dissector. | Gilbert Ramirez | 1999-12-02 | 1 | -1/+7 |
* | Replace the ETT_ "enum" members, declared in "packet.h", with | Guy Harris | 1999-11-16 | 1 | -8/+16 |
* | New proto_tree header_field_info stuff. Header_field_infos now contain | Gilbert Ramirez | 1999-10-12 | 1 | -4/+9 |
* | Checked in Johan's Updated RADIUS dissector which uses the new proto_tree | Gilbert Ramirez | 1999-08-03 | 1 | -19/+58 |
* | Added support for compiling on win32 with Visual C and 'nmake'. It compiles, | Gilbert Ramirez | 1999-07-13 | 1 | -3/+2 |
* | Added Johan's RADIUS dissector, finally. I modified it to fit in with the | Gilbert Ramirez | 1999-07-08 | 1 | -0/+589 |