aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-20Use tvb_bytes_to_str() instead of a homegrown version.Jeff Morriss1-16/+3
2011-05-20Use TVB accessor functions instead of tvb_get_ptr()Jeff Morriss2-10/+12
2011-05-20Use tvb_ether_to_str()Jeff Morriss2-11/+6
2011-05-20Fix annoying typo.Guy Harris1-1/+1
2011-05-20Use proto_tree_add_item() instead of proto_tree_add_xxx() with a pointer intoJeff Morriss7-71/+77
2011-05-20In at least some versions of OS X SystemStarter gets cranky if theGuy Harris1-0/+1
2011-05-19Add pdml2html.xsl to the source tarball.Guy Harris1-1/+2
2011-05-19Update the User's Guide.Gerald Combs3-3/+3
2011-05-19Drop privileges after opening all pcap devices, not after the first one...Michael Tüxen1-12/+20
2011-05-191.6 → 1.7.Gerald Combs1-1/+1
2011-05-19Don't assign to an unused 'proto item *': Coverity 1033 & 906Bill Meier2-5/+4
2011-05-19In case we have no interface information in the array, use the global value.Michael Tüxen3-4/+59
2011-05-19Create subtree under the correct parent tree: Coverity 1138.Bill Meier1-2/+2
2011-05-19Don't assign a value which is never used to a 'proto item *': Covertiy 1135;Bill Meier1-4/+2
2011-05-19Fix markup.Gerald Combs1-3/+3
2011-05-19Update the version and command output.Gerald Combs2-159/+177
2011-05-19#if 0 some not currently used code: Fixes Coverity 966 [UNUSED]Bill Meier1-430/+430
2011-05-19Remove unneeded variable and code; Rename a function arg; Fix usage of _U_: F...Bill Meier1-31/+29
2011-05-19FOP 0.95 → 1.0.Gerald Combs1-1/+1
2011-05-19From Dirk Jagdmann via bug 5875:Gerald Combs10-6/+267
2011-05-19Give some routines used for info levels that appear both in set and getGuy Harris3-80/+184
2011-05-19When capturing from multiple interface, indicate this in the main status bar.Michael Tüxen1-6/+41
2011-05-19Fix compilation.Michael Tüxen1-1/+1
2011-05-19Fix a typo.Anders Broman1-1/+1
2011-05-19Don't assign a value to a variable which is then not used: Coverity 1145Bill Meier1-1/+1
2011-05-19Subdissect 2 3GPP AVP:s that are actually text.Anders Broman1-78/+147
2011-05-19Don't assign to an unused variable; remove variable definition: Coverity 1144.Bill Meier1-2/+1
2011-05-19Don't assign a value to a variable which is then never used: Coverity 1160 [U...Bill Meier1-4/+4
2011-05-19When capturing from multiple interfaces, indicate this in the windowMichael Tüxen4-4/+45
2011-05-19Remove unused define.Michael Tüxen1-2/+0
2011-05-19It is not an error (anymore) to specify multiple capture filters.Michael Tüxen1-4/+0
2011-05-19The routines declared in packet-smb.h are defined in packet-smb.c;Guy Harris1-55/+54
2011-05-19Actually use the defaults from the last commit message.Michael Tüxen1-3/+3
2011-05-19Add a queue and byte limit to the capture queue. Current defaultMichael Tüxen1-8/+61
2011-05-19Fix warnings about unused variables in UI_MANAGER code.Jörg Mayer2-2/+2
2011-05-19Fix two warning in case of UIMANAGER:Jörg Mayer1-1/+3
2011-05-19Fix another old style function declaration warningJörg Mayer1-1/+1
2011-05-19When capturing from multiple interfaces, indicate this in theMichael Tüxen1-3/+29
2011-05-19Fix the capture info dialog. Reset the EOF state such that theMichael Tüxen1-10/+13
2011-05-19Fix an old style function declaration warning.Jörg Mayer1-4/+2
2011-05-19Update CMakeLists to follow commit 37219.Jörg Mayer2-1/+4
2011-05-19Move the debug output for the generated command line arguments to the correct...Michael Tüxen1-3/+3
2011-05-19For old times' sake: Fix bad dissection of Ethernet Router Hello Messages: Co...Bill Meier1-286/+280
2011-05-19Add a check that (plain) value_strings that are used in hf items don't haveMartin Mathieson1-0/+48
2011-05-19Only declare a variable if its going to be used.Martin Mathieson1-0/+4
2011-05-19Improve AM sequence analysis, check ACK looks sensible compared with latest S...Martin Mathieson1-7/+119
2011-05-19Set subheader root length to 1, so if contentsinvalid will already be correct...Martin Mathieson1-3/+9
2011-05-18Don't create 2 unneeded subtrees; Fixes Coverity 879 & 880 [UNUSED];Bill Meier1-5/+1
2011-05-18Don't assign to an unused 'proto_item *': Fixes Coverity 883 [UNUSED];Bill Meier1-10/+7
2011-05-18Create 2 subtrees using the correct 'proto_item *'; Fixes Coverity 900 & 901 ...Bill Meier1-4/+2