aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-radius.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.cmaynard1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-2/+2
2011-09-14Update based upon latest names "packet-type-codes" list from the IANA:wmeier1-122/+114
2011-06-03Add some notes about attributes with a special format.guy1-0/+17
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;wmeier1-0/+4
2011-04-16Fix the warnings in Coverity CIDs 606-608.gerald1-1/+1
2011-04-04Change the signature of elem_fcn():ns to include pinfo.etxrab1-6/+6
2011-03-08Don't bother creating/finding conversations if we're encapsulated within ancmaynard1-0/+10
2011-03-08Conversation tracking must be handled whether "tree" is NULL or not.cmaynard1-208/+205
2011-03-08Add support for the pre-rfc DAE port 1700jmayer1-0/+2
2011-01-21Introduce, and start using, tvb_eth_to_str().morriss1-1/+1
2011-01-08Use report_failure() to report problems reading the RADIUS dictionary,guy1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-7/+7
2010-10-10Define some fcns & vars as static ...wmeier1-23/+23
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];wmeier1-2/+4
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-1/+1
2010-02-28Added svn:ignore targets.stig1-1/+1
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-1/+1
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()guy1-1/+1
2009-12-10Fix Bug 4316: Crash when using custom RADIUS dictionary.wmeier1-0/+1
2009-10-12Initialize radius_call, so it's null if we don't pass through the codeguy1-1/+1
2009-10-12Replace use of GMemChunks by se_alloc();wmeier1-575/+554
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-0/+1
2009-08-26From Thierry Andry via bug 3941:stig1-1/+4
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-30Remove a couple of unused variables.gerald1-6/+0
2009-07-07From Kovarththanan Rajaratnam via bug 3548:stig1-4/+4
2009-07-06Radius: Additional attribute handling:wmeier1-0/+10
2009-07-03From: Tobias Witek: Fix processing of radius 'vendor specific attributes'wmeier1-0/+5
2009-06-30packet-radius: Fix exception CLEANUP handling when malformed attribute list/p...wmeier1-12/+15
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-20/+20
2009-06-14Prevent duplicate header field registrations.jake1-5/+2
2009-06-09RFC3576 states, that some messages will use port 3799 insteadjmayer1-0/+2
2009-05-13Apply some of the patches from:etxrab1-4/+4
2009-04-02From Naoyoshi Ueda:etxrab1-9/+324
2009-03-29More size_t casts.etxrab1-1/+1
2009-03-22P64 changes: Fix some cases for which size_t is not requiredwmeier1-1/+1
2009-03-18From Bjørn Mork:etxrab1-0/+36
2008-12-29From Florian Lohoff:etxrab1-2/+77
2008-12-29From Florian Lohoff:etxrab1-4/+5
2008-09-30Minor cleanup related to proto_register, proto_reg_handoffwmeier1-30/+29
2008-09-11Work around a problem with custom columns.etxrab1-2/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orglego1-1/+1
2008-05-14Fix some of the Errors/warnings detected by checkapi.wmeier1-5/+9
2008-04-03http://www.wireshark.org/lists/wireshark-dev/200803/msg00308.htmllego1-150/+132
2008-03-03Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2257jmayer1-1/+1
2008-01-14This patch adds support for configuration profiles, which can be used tostig1-1/+1
2007-11-30use g_strconcat() which should be faster instead of g_strdup_printf()kukosa1-5/+5