aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-radius.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-29Fix bug #5735Jakub Zawadzki1-1/+1
2012-05-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7186 :pascal1-1/+4
2012-05-10Don't create alternative fields for the encrypted value of a stringGuy Harris1-6/+12
2012-05-10Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-22/+51
2012-05-05Display CHAP password's Ident and String components.Chris Maynard1-1/+32
2012-05-02Properly decrypt user-password according to http://tools.ietf.org/html/rfc286...Chris Maynard1-38/+44
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-02-07small whitespace fixJörg Mayer1-1/+1
2012-01-15Rename crypt-xxx to xxxJörg Mayer1-1/+1
2011-12-25Use packet-radius.c to dissect embedded AVP:s.Anders Broman1-1/+4
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-09-14Update based upon latest names "packet-type-codes" list from the IANA:Bill Meier1-122/+114
2011-06-03Add some notes about attributes with a special format.Guy Harris1-0/+17
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier1-0/+4
2011-04-16Fix the warnings in Coverity CIDs 606-608.Gerald Combs1-1/+1
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-6/+6
2011-03-08Don't bother creating/finding conversations if we're encapsulated within anChris Maynard1-0/+10
2011-03-08Conversation tracking must be handled whether "tree" is NULL or not.Chris Maynard1-208/+205
2011-03-08Add support for the pre-rfc DAE port 1700Jörg Mayer1-0/+2
2011-01-21Introduce, and start using, tvb_eth_to_str().Jeff Morriss1-1/+1
2011-01-08Use report_failure() to report problems reading the RADIUS dictionary,Guy Harris1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-7/+7
2010-10-10Define some fcns & vars as static ...Bill Meier1-23/+23
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-2/+4
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-1/+1
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-1/+1
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-1/+1
2009-12-10Fix Bug 4316: Crash when using custom RADIUS dictionary.Bill Meier1-0/+1
2009-10-12Initialize radius_call, so it's null if we don't pass through the codeGuy Harris1-1/+1
2009-10-12Replace use of GMemChunks by se_alloc();Bill Meier1-575/+554
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+1
2009-08-26From Thierry Andry via bug 3941:Stig Bjørlykke1-1/+4
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-30Remove a couple of unused variables.Gerald Combs1-6/+0
2009-07-07From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-4/+4
2009-07-06Radius: Additional attribute handling:Bill Meier1-0/+10
2009-07-03From: Tobias Witek: Fix processing of radius 'vendor specific attributes'Bill Meier1-0/+5
2009-06-30packet-radius: Fix exception CLEANUP handling when malformed attribute list/p...Bill Meier1-12/+15
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-20/+20
2009-06-14Prevent duplicate header field registrations.Jaap Keuter1-5/+2
2009-06-09RFC3576 states, that some messages will use port 3799 insteadJörg Mayer1-0/+2
2009-05-13Apply some of the patches from:Anders Broman1-4/+4
2009-04-02From Naoyoshi Ueda:Anders Broman1-9/+324
2009-03-29More size_t casts.Anders Broman1-1/+1
2009-03-22P64 changes: Fix some cases for which size_t is not requiredBill Meier1-1/+1