aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-05-24Some dictionary files added in FreeRadius v2.1.7 - 2.1.10.Bill Meier3-0/+678
(These aren't list in the dictionary file). svn path=/trunk/; revision=37376
2011-05-24Add new dictionary files from FreeRadius v2.1.7 thru 2.1.10Bill Meier10-1/+491
svn path=/trunk/; revision=37375
2011-05-24Don't print hidden columns.Guy Harris1-0/+3
svn path=/trunk/; revision=37374
2011-05-24Move the Windows argument list conversion code to a common routine.Gerald Combs14-119/+56
svn path=/trunk/; revision=37372
2011-05-23Fix various benign cases of Coverity [UNUSED]: 996,995,956,936,899,1133,1000Bill Meier7-29/+16
svn path=/trunk/; revision=37371
2011-05-23From Romain Fliedel via bug 5947: Fix the mask for extracting FMID.Chris Maynard2-1/+2
svn path=/trunk/; revision=37370
2011-05-23Use the 'proto_tree *' (not the 'proto_item *') for a proto_tree_add_item(): ↵Bill Meier1-2/+2
Coverity 963 {UNUSED] svn path=/trunk/; revision=37369
2011-05-23Pass tap info into sequence analysis function.Martin Mathieson1-3/+4
svn path=/trunk/; revision=37368
2011-05-23Detect when padding non-final padding comes after other control subheaders.Martin Mathieson1-0/+17
svn path=/trunk/; revision=37367
2011-05-23(Trivial) Testing _MSC_FULL_VER can be done at compile time.Bill Meier1-15/+17
svn path=/trunk/; revision=37366
2011-05-23Fix compilation.Michael Tüxen1-0/+2
svn path=/trunk/; revision=37365
2011-05-23Remove an unneeded redundant line of code: Fixes Coverity 1001.Bill Meier1-1096/+1098
Also: Use a separate ett variable for a subtree; Convert what appears to be '4 space tabs' to '4 spaces'. svn path=/trunk/; revision=37364
2011-05-23Use correct subtree in two cases: Fixes Coverity 920;Bill Meier1-53/+41
Also: Remove a number of unneeded #include statements; Do some whitespace cleanup. svn path=/trunk/; revision=37363
2011-05-23Fix compilation.Michael Tüxen1-1/+2
svn path=/trunk/; revision=37362
2011-05-23Use correct subtree in a few cases: Fixes Coverity 921,894,878 & 1136;Bill Meier4-26/+29
svn path=/trunk/; revision=37361
2011-05-23Use correct subtree in several 'proto_tree_add_text(...)' statements: Fixes ↵Bill Meier1-3/+3
Coverity 938 [UNUSED]. svn path=/trunk/; revision=37360
2011-05-23Use correct subtree in 'call dissector(...)': Fixes Coverity 962 [UNUSED].Bill Meier1-1/+1
svn path=/trunk/; revision=37359
2011-05-23Add a missing line of code: Fixes Coverity 967 [UNUSED].Bill Meier1-0/+1
svn path=/trunk/; revision=37358
2011-05-23Use correct subtree for proto_tree_add_item in several places: Coverity 1130 ↵Bill Meier1-224/+227
[UNUSED]; Also: Reformat a few lines and do some whitespace cleanup. svn path=/trunk/; revision=37357
2011-05-23Add missing braces.Martin Mathieson1-2/+4
svn path=/trunk/; revision=37356
2011-05-237.3.2.25 or 802.11-2007 gives an example of length 20, so it is unclear ↵Jörg Mayer1-2/+2
where the 24 came from (unintentionally fixes bug 5942) svn path=/trunk/; revision=37355
2011-05-23Clean duplicated contributors.Jakub Zawadzki1-2/+0
svn path=/trunk/; revision=37354
2011-05-23Delete unused header field entries found by running checkhf.pl.Chris Maynard5-67/+3
svn path=/trunk/; revision=37353
2011-05-23Added Michael Mann for his contributions to bug 2794.Chris Maynard1-0/+1
svn path=/trunk/; revision=37352
2011-05-23From Micheal Mann via bug 2794: Fix some display filter field names.Chris Maynard12-68/+68
svn path=/trunk/; revision=37351
2011-05-22From Yaniv Kaul: Some 'set but not used' compilation fixes;Bill Meier1-24/+27
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5858 From me: 2 corrections to the patch and sevral other minor changes. svn path=/trunk/; revision=37350
2011-05-22[Automatic manuf, services and enterprise-numbers update for 2011-05-22]Gerald Combs2-8/+154
svn path=/trunk/; revision=37346
2011-05-22Fix the case where you start with interfaces on the command lineMichael Tüxen3-0/+46
(so using ifaces) and then using the GUI (which only deals with iface). These kind of problems will completely disappear when the old strucuture components like iface have completely be retired. This is the next thing we will work on. svn path=/trunk/; revision=37345
2011-05-21Use appropriate temporary filename when capturing from multiple interfaces.Michael Tüxen1-5/+9
svn path=/trunk/; revision=37344
2011-05-21As suggested on the dev list: Use pcapng and threadsMichael Tüxen1-2/+7
when capturing on multiple interfaces even if not specified on the command line. svn path=/trunk/; revision=37343
2011-05-21Fix the capturing from the GUI. Honor the iface variable.Michael Tüxen3-19/+24
The next step is to retire the iface variable and use the ifaces array only. This should simplify things and fix the cases, where you start wireshark with command line arguments and also use the GUI. svn path=/trunk/; revision=37342
2011-05-21Pass a pcap_options * instead of a pcap_options **.Gerald Combs1-4/+4
svn path=/trunk/; revision=37341
2011-05-20Don't assign to a variable which is then not referenced: Coverity 998 [UNUSED].Bill Meier1-1/+1
svn path=/trunk/; revision=37340
2011-05-20Don't assign to an unused variable: Fixes Coverity 874 [UNUSED].Bill Meier1-4/+3
svn path=/trunk/; revision=37339
2011-05-20Fix a typo ...Bill Meier1-1/+1
svn path=/trunk/; revision=37338
2011-05-20Remove unneeded code: Fixes Coverity 890 [UNUSED].Bill Meier1-6/+2
svn path=/trunk/; revision=37337
2011-05-20Use (what appears to be) the correct tvb for a function call: Fixes Coverity ↵Bill Meier1-3/+1
919 [UNUSED]; #include <stdlib.h> not req'd. svn path=/trunk/; revision=37336
2011-05-20Remove unused code: Fixes Coverity 972 [UNUSED].Bill Meier1-3/+0
svn path=/trunk/; revision=37335
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier20-33/+77
(In many cases I previously incorrectly removed the #include <stdlib.h>). svn path=/trunk/; revision=37334
2011-05-20Add bugs 4985 and 5580 to the list of known problems.Gerald Combs1-0/+9
svn path=/trunk/; revision=37333
2011-05-20Don't assign to a proto_item* if the value won't be used:Bill Meier9-124/+110
Fixes Coverity 903,935,968,985,997,999,1024,1025,1134; Remove unneeded #includes; Do whitespace cleanup. svn path=/trunk/; revision=37331
2011-05-20Add to comment about using a heuristic; Fix a typo.Bill Meier1-1/+3
svn path=/trunk/; revision=37330
2011-05-20Use correct parent tree when creating a subtree: Fixes Coverity 902 [UNUSED];Bill Meier1-166/+163
Remove unneeded #includes; Do some whitespace cleanup. svn path=/trunk/; revision=37329
2011-05-20'#if 0' code related to already commented out code: Fixes Coverity 881.Bill Meier1-6/+11
svn path=/trunk/; revision=37328
2011-05-20Don't assign to a proto_item* if the value won't be used: Coverity 975 [UNUSED]Bill Meier1-470/+462
Remove unneeded prefs callback in prefs registration; Remove 'if (!initialized)' test from proto_reg_handoff...(); Remove unneeded #include; Do some whitespace cleanup. svn path=/trunk/; revision=37327
2011-05-20Prettify som 3GPP AVP:sAnders Broman2-5/+77
svn path=/trunk/; revision=37326
2011-05-20gtk_menu_item_set_label() is from gtk 2.16.Stig Bjørlykke1-1/+3
svn path=/trunk/; revision=37325
2011-05-20Include the profile name in the Delete item in the profiles popup.Stig Bjørlykke3-11/+26
Fixed creating a new profile from the popup without setting a create from. Removed some unneeded ep_strdup_printf. svn path=/trunk/; revision=37324
2011-05-20Copy data from the TVB into ep_alloc'd memory, rather than saving a pointer ↵Jeff Morriss1-2/+5
into the TVB. svn path=/trunk/; revision=37323
2011-05-20Use tvb_get_ephemeral_string() instead of tvb_get_ptr().Jeff Morriss1-3/+3
svn path=/trunk/; revision=37322