summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-radius.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-29Fix potential buffer overruns in address_to_str_buf() found by Andrej Gerald Combs1-2/+2
2007-01-02Move epan/crypt-md5.[ch] to epan/crypt. RemoveGerald Combs1-137/+137
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...Anders Broman1-2/+2
2006-11-14nikai@nikai.net:Jörg Mayer1-1/+0
2006-10-24From Alejandro Vaquero:Anders Broman1-39/+389
2006-09-05Make smrse & radius dissectors findable by nameMartin Mathieson1-0/+1
2006-08-27squelch some compiler warningsUlf Lamping1-1/+1
2006-06-27fix a tiny memory leak where wireshark would lose a few kb once upon startup ...Ronnie Sahlberg1-0/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-16done:Jörg Mayer1-11/+18
2006-01-05Bill Meier:Jörg Mayer1-2/+2
2005-12-30From: Graeme Hewson Luis Ontanon1-1/+1
2005-12-20packet-radius.c, packet-xml.c:Jörg Mayer1-0/+2
2005-10-01propperly initialize vendor->ett if the vendor is not found while radius_regi...Luis Ontanon1-2/+3
2005-09-27Give more details about too-short AVPs, give up immediately for AVPsGuy Harris1-40/+36
2005-09-26Add a new "ipxnet" type for the RADIUS dictionary, for IPX networkGuy Harris1-214/+330
2005-09-25test the avp_vsa_len not the avp_lenght!Luis Ontanon1-1/+1
2005-09-25Don't ASSERT if a VSA is too short, add an item reporting the error and leave.Luis Ontanon1-1/+7