Eliminate the packet_info pointer argument from routines that don't use
[metze/wireshark/wip.git] / packet-radius.c
2003-03-11 Guy HarrisWhen registering a string preference, if the value...
2003-02-13 Guy HarrisFetch the time stamp into a gint32, as it's known to...
2003-02-13 Guy HarrisCast "timeval" to "long", and print it with "%ld",...
2003-02-12 Guy HarrisMake the argument to "abs_time_secs_to_str()" a "time_t...
2003-02-11 Guy HarrisAdd a "abs_time_secs_to_str()" routine that takes a...
2003-01-28 Guy HarrisDo the usual "isprint()" workaround for versions of...
2002-12-17 Guy HarrisClean up the code a bit:
2002-12-17 Olivier AbadReplace #include "md5.h" with "crypt-md5.h".
2002-12-17 Gerald CombsFrom James Harris: Decrypt RADIUS user passwords.
2002-12-02 Guy HarrisDon't cast away constness, and fix variable and structu...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-26 Guy HarrisFrom Flavio Poletti: handle 3GPP QoS in RADIUS messages.
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-17 Guy HarrisFrom Kan Sasaki:
2002-07-10 Guy HarrisFrom Thierry Pelle: Redback vendor-specific items for...
2002-06-04 Guy HarrisGet rid of the "data_src" member of the "frame_data...
2002-05-24 Guy HarrisBug fix from Kan Sasaki.
2002-05-14 Guy HarrisUpdate from Kan Sasaki.
2002-05-14 Guy HarrisFrom Kan Sasaki: added some VSAs from the FreeRadius...
2002-05-13 Guy HarrisFrom Kan Sasaki:
2002-05-08 Guy HarrisFrom Kan Sasaki: VSA decoding and other changes to...
2002-05-06 Guy HarrisNote in comments that we should perhaps get all the...
2002-05-06 Guy HarrisFix a typo in a comment.
2002-04-14 Guy HarrisFrom Joerg Mayer:
2002-04-08 Gilbert RamirezMore static-ization.
2002-03-27 Guy HarrisCisco updates from Adam Sulmicki.
2002-03-27 Guy HarrisFrom Adam Sulmicki: enhanced Cisco support, Microsoft...
2002-03-22 Guy HarrisAttach to all frames containing LEAP messages an indica...
2002-03-22 Guy HarrisAdditional vendor (Issani) for Radius, and Issani VSA...
2002-02-26 Guy HarrisAllow dissectors to be registered as "old-style" or...
2002-02-26 Guy HarrisJust put a full EAP tree under the EAP-message TLV...
2002-02-25 Guy HarrisAdd an EAP dissector that doesn't create a top-level...
2002-02-25 Guy HarrisMark the columns non-writable before calling the EAP...
2002-02-25 Guy HarrisSmall fix from Adam Sulmicki to an off-by-2 problem.
2002-02-25 Guy HarrisTypo fix, from Adam Sulmicki.
2002-02-22 Guy HarrisFrom Adam Sulmicki: dissect EAP messages inside RADIUS.
2002-02-22 Guy HarrisFrom Adam Sulmicki: additional AVPs for RADIUS. and...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-11-14 Guy HarrisMake the RADIUS dissector handle bogus AVPs (AVPs with...
2001-10-23 Guy HarrisAdditional items for RADIUS tunnels, from Pavel Novotny.
2001-10-01 Richard SharpeDamn the torpedos[1], commit it anyway.
2001-09-30 Richard SharpeCommit Montori Shindo's small patch.
2001-09-28 Guy HarrisAdditional Ascend codes, and IETF codes, for Radius...
2001-08-21 Guy HarrisAdditional AVPs, and Event-Timestamp support, in RADIUS...
2001-06-18 Guy HarrisDon't list the attribute-value pairs if the length...
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-06-14 Guy HarrisAn Acct-Status-Type value of 3 is Interim-Update; thank...
2001-06-05 Guy HarrisJuniper Networks vendor ID in RADIUS dissector, from...
2001-03-13 Gilbert RamirezMake tvb_get_ptr() return 'const guint8*', and clean...
2001-02-20 Guy HarrisIn the DIAMETER dissector, clear the Info column before...
2001-02-19 Guy HarrisNew tvbuffified DIAMETER dissector, from David Frascone.
2001-02-05 Guy HarrisFix up some MSVC complaints about (narrowing) type...
2001-01-22 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-16 Guy HarrisDo not use "match_strval()" unless you're prepared...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-11-28 Guy HarrisThe SMI Network Management Private Enterprise Code...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-17 Gilbert RamirezAdd #include <string.h>, to get prototypes for mem...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-07-30 Guy Harris"rd_match_strval()" just does what "val_to_str()" does...
2000-07-30 Guy HarrisDavid Frascone's DIAMETER dissector.
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-04-08 Guy HarrisMove calls to "dissector_add()" out of the register...
2000-04-05 Gilbert RamirezAdd Attribute Tunnel-Password, from Florian Lohoff.
2000-03-21 Guy HarrisSome cleanup of the RADIUS AVP output (Tunnel Tagging...
2000-03-20 Guy HarrisFlorian Lohoff's changes for RADIUS tunnel attributes...
2000-03-12 Gilbert RamirezBreak proto_tree_add_item_format() into multiple functions:
1999-12-02 Gilbert RamirezFix infinite loop on short packets or bad data in radiu...
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-10-12 Gilbert RamirezNew proto_tree header_field_info stuff. Header_field_in...
1999-08-03 Gilbert RamirezChecked in Johan's Updated RADIUS dissector which uses...
1999-07-13 Gilbert RamirezAdded support for compiling on win32 with Visual C...
1999-07-08 Gilbert RamirezAdded Johan's RADIUS dissector, finally. I modified...