aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-radius.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-18From Bjørn Mork:Anders Broman1-0/+36
2008-12-29From Florian Lohoff:Anders Broman1-2/+77
2008-12-29From Florian Lohoff:Anders Broman1-4/+5
2008-09-30Minor cleanup related to proto_register, proto_reg_handoffBill Meier1-30/+29
2008-09-11Work around a problem with custom columns.Anders Broman1-2/+1
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-5/+9
2008-04-03http://www.wireshark.org/lists/wireshark-dev/200803/msg00308.htmlLuis Ontanon1-150/+132
2008-03-03Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2257Jörg Mayer1-1/+1
2008-01-14This patch adds support for configuration profiles, which can be used toStig Bjørlykke1-1/+1
2007-11-30use g_strconcat() which should be faster instead of g_strdup_printf()Tomas Kukosa1-5/+5
2007-09-30change dissect_radius() to become a new-style dissector that can reject Ronnie Sahlberg1-69/+123
2007-07-13Fix bugAnders Broman1-26/+47
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-1/+1
2007-04-30Add a header that redefines g_array_index() to throw in a "void *" castGuy Harris1-3/+4
2007-04-28The data in a GArray is guaranteed to be properly aligned; add a cast toGuy Harris1-3/+3
2007-04-10Get rid of some more g_assert*()'s in the dissectors. There are a fewJeff Morriss1-1/+1
2007-03-23fix a lot more warningsUlf Lamping1-1/+1