aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-radius.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-06-27fix a tiny memory leak where wireshark would lose a few kb once upon startup ...sahlberg1-0/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-01-16done:jmayer1-11/+18
2006-01-05Bill Meier:jmayer1-2/+2
2005-12-30From: Graeme Hewson lego1-1/+1
2005-12-20packet-radius.c, packet-xml.c:jmayer1-0/+2
2005-10-01propperly initialize vendor->ett if the vendor is not found while radius_regi...lego1-2/+3
2005-09-27Give more details about too-short AVPs, give up immediately for AVPsguy1-40/+36
2005-09-26Add a new "ipxnet" type for the RADIUS dictionary, for IPX networkguy1-214/+330
2005-09-25test the avp_vsa_len not the avp_lenght!lego1-1/+1
2005-09-25Don't ASSERT if a VSA is too short, add an item reporting the error and leave.lego1-1/+7
2005-09-24- There can be '/' in attribute names as welllego1-0/+3
2005-09-23Dont decrement the length by 2 if it is already less than twosahlberg1-0/+1
2005-09-19Change "Value" into "VSA" for Vendor SPecific Attributeslego1-1/+1
2005-09-19- allow multiple attributes inside one VSA (fixes bug 438)lego1-76/+145
2005-09-13Convert some more "tvb_memcpy()"s fetching IPv4 and IPv6 addresses toguy1-7/+6
2005-08-27sprintf removalsahlberg1-7/+6
2005-07-30Clean up some more const issues.guy1-2/+2
2005-07-29Use "PROTO_ITEM_SET_GENERATED()" to mark generated items as such; itguy1-4/+7
2005-07-26Don't add a new data source if we don't have any data.gerald1-1/+1
2005-07-25Get rid of a unused variablelego1-1/+0
2005-07-25Fix the IP address representation string (was inverted on little endians)lego1-2/+3
2005-07-25Break out of an infinite loop. Fixes bugs 296 and 297.gerald1-5/+11
2005-07-24Fix some typoes.guy1-120/+242
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchguy1-2/+2
2005-07-24- change the report_failure dialog for a less painful g_warninglego1-16/+18
2005-07-17Tweak the previous fix.gerald1-1/+1
2005-07-17Make the recent RADIUS changes work on IA64.gerald1-2/+2