aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-26Add a "capture from stdin" test.Gerald Combs1-1/+35
2011-05-26Append received percentage after received/dropped counts.Chris Maynard1-7/+10
2011-05-26Provide consistent counters for received and dropped packets.Michael Tüxen1-22/+36
2011-05-26Fix the handling of pipes on Windows platforms.Michael Tüxen1-117/+113
2011-05-26Add SVN Id and GPL. Minor whitespace cleanup.Chris Maynard1-23/+43
2011-05-26Add the possibillity of adding custom extra dist files.Anders Broman1-0/+1
2011-05-26Change "captured/dropped" terminology to "received/dropped". Also, unlessChris Maynard1-18/+14
2011-05-26Add FindGMODULE2.cmake and FindGTHREAD2.cmake to the dist.Anders Broman1-0/+2
2011-05-26Escape the '.' in radius dictionary ATTRIBUTE names. This may fix the OSX-10...Jeff Morriss1-4/+4
2011-05-26Inspired by one of the changes from r37406 and bug 2794: detect hf abbreviationsJeff Morriss3-4/+8
2011-05-26From Michael Mann.Anders Broman13-155/+972
2011-05-26Allow the character '.' in radius dictionary ATTRIBUTE names;Bill Meier2-5/+8
2011-05-26From Michael Mann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5749 :Jeff Morriss2-328/+1218
2011-05-26From Florian Fainelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss4-0/+4253
2011-05-25Extended the SSL key log import routine to be able to read the following format:Sake Blok2-38/+111
2011-05-25Add some expert infos for unusual messages:Jeff Morriss2-155/+212
2011-05-25Filter out arg_list_utf_16to8.Gerald Combs1-1/+1
2011-05-25Remove a backslash.Gerald Combs1-1/+1
2011-05-25Copy-paste error.Anders Broman1-1/+1
2011-05-25Make it easier to add custom asn1 dissectors.Anders Broman3-1/+34
2011-05-25Use PI_UNDECODED instead.Anders Broman1-1/+1
2011-05-25Add a convinience function to add expert warnings for not dissected items.Anders Broman3-0/+25
2011-05-25Allow longer field names in the advanced filter control.Martin Mathieson1-1/+1
2011-05-25From tschardt via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5949Alexis La Goutte1-0/+2
2011-05-25From Florian Fainelli:Anders Broman2-0/+5
2011-05-25One "-Warray-bounds" suffices; as we're including it in the defaultGuy Harris1-1/+0
2011-05-25An Attribute Name with a '.' (Foundry-MAC-Authent-needs-802.1x) causes an acc...Bill Meier1-2/+4
2011-05-25Add new dictionary from freeradius.org: GIT 2.1.x branch.Bill Meier3-0/+20
2011-05-25Use freeradius.org version [from the GIT 2.1.x branch]Bill Meier1-15/+20
2011-05-25Tunnel related VALUEs are actually defined in dictionary.rfc2867.Bill Meier1-13/+3
2011-05-24Use latest version from FreeRadius 2.1.10 release.Bill Meier1-5/+4
2011-05-24Remove blank line added by mistake ...Bill Meier1-1/+0
2011-05-24Update list of radius dictionary files to reflect adds/deletes.Bill Meier2-4/+25
2011-05-24Obsolete; See dictionary.rfc2868Bill Meier1-61/+0
2011-05-24Obsolete; See dictionary.erxBill Meier1-93/+0
2011-05-24Updated dictionary files released as part of FreeRadius v2.1.7 thru v2.1.10Bill Meier12-109/+428
2011-05-24Some dictionary files added in FreeRadius v2.1.7 - 2.1.10.Bill Meier3-0/+678
2011-05-24Add new dictionary files from FreeRadius v2.1.7 thru 2.1.10Bill Meier10-1/+491
2011-05-24Don't print hidden columns.Guy Harris1-0/+3
2011-05-24Move the Windows argument list conversion code to a common routine.Gerald Combs14-119/+56
2011-05-23Fix various benign cases of Coverity [UNUSED]: 996,995,956,936,899,1133,1000Bill Meier7-29/+16
2011-05-23From Romain Fliedel via bug 5947: Fix the mask for extracting FMID.Chris Maynard2-1/+2
2011-05-23Use the 'proto_tree *' (not the 'proto_item *') for a proto_tree_add_item(): ...Bill Meier1-2/+2
2011-05-23Pass tap info into sequence analysis function.Martin Mathieson1-3/+4
2011-05-23Detect when padding non-final padding comes after other control subheaders.Martin Mathieson1-0/+17
2011-05-23(Trivial) Testing _MSC_FULL_VER can be done at compile time.Bill Meier1-15/+17
2011-05-23Fix compilation.Michael Tüxen1-0/+2
2011-05-23Remove an unneeded redundant line of code: Fixes Coverity 1001.Bill Meier1-1096/+1098
2011-05-23Use correct subtree in two cases: Fixes Coverity 920;Bill Meier1-53/+41
2011-05-23Fix compilation.Michael Tüxen1-1/+2