Use "tvb_get_ntohieee_float()" to fetch floating-point numbers from the
[obnox/wireshark/wip.git] / packet-radius.c
2002-04-14 guyFrom Joerg Mayer:
2002-04-08 gramMore static-ization.
2002-03-27 guyCisco updates from Adam Sulmicki.
2002-03-27 guyFrom Adam Sulmicki: enhanced Cisco support, Microsoft...
2002-03-22 guyAttach to all frames containing LEAP messages an indica...
2002-03-22 guyAdditional vendor (Issani) for Radius, and Issani VSA...
2002-02-26 guyAllow dissectors to be registered as "old-style" or...
2002-02-26 guyJust put a full EAP tree under the EAP-message TLV...
2002-02-25 guyAdd an EAP dissector that doesn't create a top-level...
2002-02-25 guyMark the columns non-writable before calling the EAP...
2002-02-25 guySmall fix from Adam Sulmicki to an off-by-2 problem.
2002-02-25 guyTypo fix, from Adam Sulmicki.
2002-02-22 guyFrom Adam Sulmicki: dissect EAP messages inside RADIUS.
2002-02-22 guyFrom Adam Sulmicki: additional AVPs for RADIUS. and...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-11-14 guyMake the RADIUS dissector handle bogus AVPs (AVPs with...
2001-10-23 guyAdditional items for RADIUS tunnels, from Pavel Novotny.
2001-10-01 sharpeDamn the torpedos[1], commit it anyway.
2001-09-30 sharpeCommit Montori Shindo's small patch.
2001-09-28 guyAdditional Ascend codes, and IETF codes, for Radius...
2001-08-21 guyAdditional AVPs, and Event-Timestamp support, in RADIUS...
2001-06-18 guyDon't list the attribute-value pairs if the length...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-06-14 guyAn Acct-Status-Type value of 3 is Interim-Update; thank...
2001-06-05 guyJuniper Networks vendor ID in RADIUS dissector, from...
2001-03-13 gramMake tvb_get_ptr() return 'const guint8*', and clean...
2001-02-20 guyIn the DIAMETER dissector, clear the Info column before...
2001-02-19 guyNew tvbuffified DIAMETER dissector, from David Frascone.
2001-02-05 guyFix up some MSVC complaints about (narrowing) type...
2001-01-22 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-16 guyDo not use "match_strval()" unless you're prepared...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-28 guyThe SMI Network Management Private Enterprise Code...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-11-17 gramAdd #include <string.h>, to get prototypes for mem...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-07-30 guy"rd_match_strval()" just does what "val_to_str()" does...
2000-07-30 guyDavid Frascone's DIAMETER dissector.
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-04-08 guyMove calls to "dissector_add()" out of the register...
2000-04-05 gramAdd Attribute Tunnel-Password, from Florian Lohoff.
2000-03-21 guySome cleanup of the RADIUS AVP output (Tunnel Tagging...
2000-03-20 guyFlorian Lohoff's changes for RADIUS tunnel attributes...
2000-03-12 gramBreak proto_tree_add_item_format() into multiple functions:
1999-12-02 gramFix infinite loop on short packets or bad data in radiu...
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-03 gramChecked in Johan's Updated RADIUS dissector which uses...
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-07-08 gramAdded Johan's RADIUS dissector, finally. I modified...