aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2011-05-20Use tvb_bytes_to_str() instead of a homegrown version.Jeff Morriss1-16/+3
svn path=/trunk/; revision=37321
2011-05-20Use TVB accessor functions instead of tvb_get_ptr()Jeff Morriss2-10/+12
svn path=/trunk/; revision=37320
2011-05-20Use tvb_ether_to_str()Jeff Morriss2-11/+6
svn path=/trunk/; revision=37319
2011-05-20Fix annoying typo.Guy Harris1-1/+1
svn path=/trunk/; revision=37318
2011-05-20Use proto_tree_add_item() instead of proto_tree_add_xxx() with a pointer intoJeff Morriss7-71/+77
the TVB. Introduce and start using tvb_get_manuf_name() and tvb_get_manuf_name_if_known() which do the same as the non-tvb versions but take a tvb and an offset instead of (commonly) a pointer into a TVB. svn path=/trunk/; revision=37317
2011-05-20In at least some versions of OS X SystemStarter gets cranky if theGuy Harris1-0/+1
startup item is group-writable. svn path=/trunk/; revision=37316
2011-05-19Add pdml2html.xsl to the source tarball.Guy Harris1-1/+2
(Can we have a macro that has everything in pkgdata_DATA except for COPYING, and use that macro in both the definition of pkgdata_DATA and EXTRA_DIST?) svn path=/trunk/; revision=37314
2011-05-19Update the User's Guide.Gerald Combs3-3/+3
svn path=/trunk/; revision=37312
2011-05-19Drop privileges after opening all pcap devices, not after the first one...Michael Tüxen1-12/+20
svn path=/trunk/; revision=37311
2011-05-191.6 → 1.7.Gerald Combs1-1/+1
svn path=/trunk/; revision=37309
2011-05-19Don't assign to an unused 'proto item *': Coverity 1033 & 906Bill Meier2-5/+4
svn path=/trunk/; revision=37308
2011-05-19In case we have no interface information in the array, use the global value.Michael Tüxen3-4/+59
This fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5935. svn path=/trunk/; revision=37307
2011-05-19Create subtree under the correct parent tree: Coverity 1138.Bill Meier1-2/+2
svn path=/trunk/; revision=37306
2011-05-19Don't assign a value which is never used to a 'proto item *': Covertiy 1135;Bill Meier1-4/+2
Remove some unneeded #includes. svn path=/trunk/; revision=37305
2011-05-19Fix markup.Gerald Combs1-3/+3
svn path=/trunk/; revision=37304
2011-05-19Update the version and command output.Gerald Combs2-159/+177
svn path=/trunk/; revision=37303
2011-05-19#if 0 some not currently used code: Fixes Coverity 966 [UNUSED]Bill Meier1-430/+430
Convert apparent "4 space tabs" to "4 spaces". svn path=/trunk/; revision=37302
2011-05-19Remove unneeded variable and code; Rename a function arg; Fix usage of _U_: ↵Bill Meier1-31/+29
Fixes Coverity 1146 [UNUSED] svn path=/trunk/; revision=37301
2011-05-19FOP 0.95 → 1.0.Gerald Combs1-1/+1
svn path=/trunk/; revision=37300
2011-05-19From Dirk Jagdmann via bug 5875:Gerald Combs10-6/+267
My attachment adds a link to a XSLT file to the preamble of the PDML. The XSLT will transform the PDML to a HTML page, and the HTML page features a look similar to Wireshark. See http://cubic.org/~doj/ebay/a.pdml for an example. The patch also contains a small perl program which converts the Wireshark colortable into javascript code which is used in the XSLT file. If you want to use a different color scheme you would execute the perl program and insert the generated javascript function into your XSLT file. To view the HTML you could either place the PDML and XSLT file on your webserver and verify that your webserver sends the PDML file as "text/xml". Then your webbrowser will find the linked XSLT file, download that as well and convert the PDML to HTML on the fly. You could also use an XSLT processor like xsltproc to convert the PDML and XSLT into a static HTML file. From me: Minor fixups. svn path=/trunk/; revision=37298
2011-05-19Give some routines used for info levels that appear both in set and getGuy Harris3-80/+184
names beginning with dissect_qspi_, and give some of them names with the info level structure in them rather than the SNIA CIFS specification section number. Have separate routines for SMB_INFO_STANDARD and SMB_INFO_QUERY_EA_SIZE; SMB_INFO_STANDARD is specified differently in the SNIA CIFS specification and the MS-CIFS specification, and some captures have the SNIA CIFS version, with the EA length and some have the MS-CIFS version without it. The dissector for SMB_INFO_STANDARD will dissect it if it's there and not say "this structure is truncated" if it's not there. Rename dissect_qfi_SMB_FILE_ALTERNATE_NAME_INFO() to dissect_qfi_SMB_FILE_NAME_INFO(), as it also dissects SMB_QUERY_FILE_NAME_INFO. Merge the dissectors for SMB_FILE_ALLOCATION_INFO and SMB_SET_FILE_ALLOCATION_INFO, and for SMB_FILE_END_OF_FILE_INFO and SMB_SET_FILE_END_OF_FILE_INFO, as the structures are the same. Dissect some presumed "passthrough info levels" the same way the corresponding official SMB infos are dissected. Expand some comments for info level dissectors to give the MS-CIFS section number and to give some other details. If an info level is truncated, put in an expert info error. If we don't know about a given info level, just dissect the body as "Information level unknown", rather than having it dissected as an "unknown information" trailer. svn path=/trunk/; revision=37297
2011-05-19When capturing from multiple interface, indicate this in the main status bar.Michael Tüxen1-6/+41
This patch is, as all other patches related to capturing from multiple interfaces, based on work of Irene Ruengeler. svn path=/trunk/; revision=37296
2011-05-19Fix compilation.Michael Tüxen1-1/+1
svn path=/trunk/; revision=37295
2011-05-19Fix a typo.Anders Broman1-1/+1
svn path=/trunk/; revision=37294
2011-05-19Don't assign a value to a variable which is then not used: Coverity 1145Bill Meier1-1/+1
svn path=/trunk/; revision=37293
2011-05-19Subdissect 2 3GPP AVP:s that are actually text.Anders Broman1-78/+147
svn path=/trunk/; revision=37292
2011-05-19Don't assign to an unused variable; remove variable definition: Coverity 1144.Bill Meier1-2/+1
svn path=/trunk/; revision=37291
2011-05-19Don't assign a value to a variable which is then never used: Coverity 1160 ↵Bill Meier1-4/+4
[UNUSED] svn path=/trunk/; revision=37290
2011-05-19When capturing from multiple interfaces, indicate this in the windowMichael Tüxen4-4/+45
title of the wireshark main window. svn path=/trunk/; revision=37289
2011-05-19Remove unused define.Michael Tüxen1-2/+0
svn path=/trunk/; revision=37288
2011-05-19It is not an error (anymore) to specify multiple capture filters.Michael Tüxen1-4/+0
This was wireshark -i lo0 -f sctp -i en0 -f udp -k will work. svn path=/trunk/; revision=37287
2011-05-19The routines declared in packet-smb.h are defined in packet-smb.c;Guy Harris1-55/+54
include packet-smb.h in packet-smb.c so that we check the declarations against the definitions. In query ops, info level 2 is Query EA Size, not Query EAs From List. In set ops, info level 2 is Set EAs, not Query EA Size. Expand the constants for the Trans2 subcodes to 16 bits. The tvb argument to dissect_find_file_unix_info2() is used. svn path=/trunk/; revision=37286
2011-05-19Actually use the defaults from the last commit message.Michael Tüxen1-3/+3
... and switch off debug output. svn path=/trunk/; revision=37285
2011-05-19Add a queue and byte limit to the capture queue. Current defaultMichael Tüxen1-8/+61
values: 1000 packets, 1 MB. Should be made configurable via command line options. svn path=/trunk/; revision=37284
2011-05-19Fix warnings about unused variables in UI_MANAGER code.Jörg Mayer2-2/+2
Move gsm_a_stat.c back to clean dissectors. svn path=/trunk/; revision=37283
2011-05-19Fix two warning in case of UIMANAGER:Jörg Mayer1-1/+3
- Unused variable - ‘graph_type’ may be used uninitialized Is the second part of the patch (added inside the else clause) correct? svn path=/trunk/; revision=37282
2011-05-19Fix another old style function declaration warningJörg Mayer1-1/+1
svn path=/trunk/; revision=37281