aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-radius.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-30change dissect_radius() to become a new-style dissector that can reject sahlberg1-69/+123
2007-07-13Fix bugetxrab1-26/+47
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-1/+1
2007-04-30Add a header that redefines g_array_index() to throw in a "void *" castguy1-3/+4
2007-04-28The data in a GArray is guaranteed to be properly aligned; add a cast toguy1-3/+3
2007-04-10Get rid of some more g_assert*()'s in the dissectors. There are a fewmorriss1-1/+1
2007-03-23fix a lot more warningsulfl1-1/+1
2007-01-29Fix potential buffer overruns in address_to_str_buf() found by Andrej gerald1-2/+2
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. Removegerald1-137/+137
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...etxrab1-2/+2
2006-11-14nikai@nikai.net:jmayer1-1/+0
2006-10-24From Alejandro Vaquero:etxrab1-39/+389
2006-09-05Make smrse & radius dissectors findable by namemartinm1-0/+1
2006-08-27squelch some compiler warningsulfl1-1/+1