aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-radius.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-09Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written toJeff Morriss1-1/+1
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-14From beroset:Anders Broman1-27/+27
2012-12-05Fix numerous instances of a variable/parameter name "shadowing" a library fun...Bill Meier1-21/+21
2012-12-04Fix [-Wshadow] warning.Bill Meier1-4/+4
2012-10-26Create SET_ADDRESS_HF that takes an additional hf_ value that can beEvan Huus1-1/+1
2012-10-26Revert revision 44921.Evan Huus1-1/+1
2012-10-23Allways use sminmpec_values_ext to print the vendor id regardless if we have ...Anders Broman1-4/+2
2012-10-07Fix a couple of typos.Chris Maynard1-3/+3
2012-10-06Add modelines to packet-radius, and fix a bit of indentation.Evan Huus1-5/+18
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-15From Pontus Fuchs via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7728Evan Huus1-1/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-15convert GStrings to more "ephemeral friendly" use.Michael Mann1-9/+8
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-3/+3
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