aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-23Use correct subtree in a few cases: Fixes Coverity 921,894,878 & 1136;Bill Meier4-26/+29
2011-05-23Use correct subtree in several 'proto_tree_add_text(...)' statements: Fixes C...Bill Meier1-3/+3
2011-05-23Use correct subtree in 'call dissector(...)': Fixes Coverity 962 [UNUSED].Bill Meier1-1/+1
2011-05-23Add a missing line of code: Fixes Coverity 967 [UNUSED].Bill Meier1-0/+1
2011-05-23Use correct subtree for proto_tree_add_item in several places: Coverity 1130 ...Bill Meier1-224/+227
2011-05-23Add missing braces.Martin Mathieson1-2/+4
2011-05-237.3.2.25 or 802.11-2007 gives an example of length 20, so it is unclear where...Jörg Mayer1-2/+2
2011-05-23Clean duplicated contributors.Jakub Zawadzki1-2/+0
2011-05-23Delete unused header field entries found by running checkhf.pl.Chris Maynard5-67/+3
2011-05-23Added Michael Mann for his contributions to bug 2794.Chris Maynard1-0/+1
2011-05-23From Micheal Mann via bug 2794: Fix some display filter field names.Chris Maynard12-68/+68
2011-05-22From Yaniv Kaul: Some 'set but not used' compilation fixes;Bill Meier1-24/+27
2011-05-22[Automatic manuf, services and enterprise-numbers update for 2011-05-22]Gerald Combs2-8/+154
2011-05-22Fix the case where you start with interfaces on the command lineMichael Tüxen3-0/+46
2011-05-21Use appropriate temporary filename when capturing from multiple interfaces.Michael Tüxen1-5/+9
2011-05-21As suggested on the dev list: Use pcapng and threadsMichael Tüxen1-2/+7
2011-05-21Fix the capturing from the GUI. Honor the iface variable.Michael Tüxen3-19/+24
2011-05-21Pass a pcap_options * instead of a pcap_options **.Gerald Combs1-4/+4
2011-05-20Don't assign to a variable which is then not referenced: Coverity 998 [UNUSED].Bill Meier1-1/+1
2011-05-20Don't assign to an unused variable: Fixes Coverity 874 [UNUSED].Bill Meier1-4/+3
2011-05-20Fix a typo ...Bill Meier1-1/+1
2011-05-20Remove unneeded code: Fixes Coverity 890 [UNUSED].Bill Meier1-6/+2
2011-05-20Use (what appears to be) the correct tvb for a function call: Fixes Coverity ...Bill Meier1-3/+1
2011-05-20Remove unused code: Fixes Coverity 972 [UNUSED].Bill Meier1-3/+0
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier20-33/+77
2011-05-20Add bugs 4985 and 5580 to the list of known problems.Gerald Combs1-0/+9
2011-05-20Don't assign to a proto_item* if the value won't be used:Bill Meier9-124/+110
2011-05-20Add to comment about using a heuristic; Fix a typo.Bill Meier1-1/+3
2011-05-20Use correct parent tree when creating a subtree: Fixes Coverity 902 [UNUSED];Bill Meier1-166/+163
2011-05-20'#if 0' code related to already commented out code: Fixes Coverity 881.Bill Meier1-6/+11
2011-05-20Don't assign to a proto_item* if the value won't be used: Coverity 975 [UNUSED]Bill Meier1-470/+462
2011-05-20Prettify som 3GPP AVP:sAnders Broman2-5/+77
2011-05-20gtk_menu_item_set_label() is from gtk 2.16.Stig Bjørlykke1-1/+3
2011-05-20Include the profile name in the Delete item in the profiles popup.Stig Bjørlykke3-11/+26
2011-05-20Copy data from the TVB into ep_alloc'd memory, rather than saving a pointer i...Jeff Morriss1-2/+5
2011-05-20Use tvb_get_ephemeral_string() instead of tvb_get_ptr().Jeff Morriss1-3/+3