summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey309-2661/+1801
Also remove old WS_VAR_IMPORT define and related Makefile magic everywhere in the project. svn path=/trunk/; revision=47992
2013-03-01Fix a cut-n-pasteo and add a const cast to quiet a warning.Jeff Morriss1-2/+2
svn path=/trunk/; revision=47991
2013-03-01From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8338Evan Huus3-17/+28
Centralize logic related to per-interface conversations, and expose it for use by class-specific dissectors. Class-specific descriptor dissectors also need to know the interface in whose context they are called to work. This is a prerequisite for a USB Video Class dissector, which needs to decode many class-specific descriptors. svn path=/trunk/; revision=47990
2013-03-01Backport const casts from sqlite lemon.Anders Broman1-26/+30
svn path=/trunk/; revision=47989
2013-03-01From beroset:Anders Broman1-86/+86
remove C++ incompatibilities from packet-xml.c https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=47988
2013-03-01try to remove C++ incompatibilities from lemonAnders Broman1-89/+95
svn path=/trunk/; revision=47987
2013-03-01From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-78/+78
Remove C++ incompatibilities from packet-asn1.c svn path=/trunk/; revision=47984
2013-03-01Revert r47839, it is not needed with r47979.Evan Huus1-1/+1
svn path=/trunk/; revision=47980
2013-03-01Add a much better workaround for bug #8382 and some expert info.Evan Huus1-4/+22
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8382 svn path=/trunk/; revision=47979
2013-03-01From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin3-84/+84
Remove C++ incompatibilities from WiMAX plugins svn path=/trunk/; revision=47978
2013-03-01From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-118/+118
Remove C++ incompatibilities from packet-smb.C svn path=/trunk/; revision=47977
2013-03-01Fix [-W shadow] issue in SVN #47958 in a slightly different manner than the ↵Bill Meier3-19/+19
fix SVN #47960. svn path=/trunk/; revision=47976
2013-03-01Whitespace changes: Convert spaces to tabs. Add modelines.Chris Maynard7-97/+147
svn path=/trunk/; revision=47975
2013-03-01Addendum to r47962, caught by Jakub Zawadzki viaEvan Huus1-2/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8379 Respect the offset given us by TCP when fetching PDU len. svn path=/trunk/; revision=47974
2013-03-01Fix Coverity CID 280396: Logically dead code.Chris Maynard1-12/+4
svn path=/trunk/; revision=47973
2013-03-01Fix Coverity CID 280371: Logically dead code.Chris Maynard1-3/+1
svn path=/trunk/; revision=47972
2013-03-01Fix warning: C++ style comments are not allowed in ISO C90 [enabled by default]Anders Broman1-2/+2
svn path=/trunk/; revision=47971
2013-03-01Fix Coverity CID 280369: Logically dead code.Chris Maynard1-2/+0
svn path=/trunk/; revision=47970
2013-03-01Convert spaces to tabs in capture_step_snapshot().Chris Maynard1-5/+5
(Maybe this will make the XP buildbot happy so test.sh succeeds again?) svn path=/trunk/; revision=47969
2013-03-01From beroset:Anders Broman2-6/+6
remove C++ incompatibilities from packet-pw-atm.c https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=47968
2013-03-01Fix Coverity CID 280367: Logically dead code.Chris Maynard1-3/+0
svn path=/trunk/; revision=47967
2013-03-01Fix Coverity CID 280365: Logically dead code.Chris Maynard1-1/+1
#BACKPORT (1.8, 1.6) svn path=/trunk/; revision=47966
2013-03-01Fix Coverity CID 280362: Logically dead code.Chris Maynard1-2/+3
#BACKPORT (1.8, 1.6) svn path=/trunk/; revision=47965
2013-03-01Fix Coverity CID 280391: Logically dead code.Chris Maynard1-2/+0
svn path=/trunk/; revision=47964
2013-03-01Fix Coverity CID 988967: Logically dead code.Chris Maynard1-1/+1
svn path=/trunk/; revision=47963
2013-03-01From Sebastiano Di Paola via ↵Evan Huus4-0/+392
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8379 New dissector for the honeypot-feeds protocol. From me: Misc. tweaks to expert info layout and remove a few unneeded initializers. svn path=/trunk/; revision=47962
2013-03-01Add some 'const's to satisfy latest GCC.Evan Huus1-4/+4
svn path=/trunk/; revision=47961
2013-02-28Rename a variable s/color_edit_dlg/color_edit_window/ to fix a -Wshadow errorEvan Huus1-12/+12
svn path=/trunk/; revision=47960
2013-02-28Re-add statement accidentally removed in r47950 that was resulting in aEvan Huus1-0/+1
variable being used uninitialized. svn path=/trunk/; revision=47959
2013-02-28color_edit_dlg update:Bill Meier5-403/+476
- Significantly simplify & rework code; - Use GtkColorChooser instead of GtkColorSelection if GTK 3.4 or newer. - Minor UI cleanup (default buttons & etc) - Fix crash which occurred in the (existing) GTK3 related code. - Fix some other relatively minor bugs (including some minor memory leaks); - Remove some old, commented-out code; - Use a more consistent naming scheme for certain variables. svn path=/trunk/; revision=47958
2013-02-28Make it so that alternate-prefix RPM builds actually work.Jeff Morriss2-8/+8
Use the prefix from 'configure' in the RPM (so: to build an RPM which installs in /opt do "./configure --prefix=/opt && make rpm-package"). (Maybe this approach should also be used for the other options in the .spec file.) Only clean up if building the RPM was successful. svn path=/trunk/; revision=47957
2013-02-28Replace proto_tree_add_text with proto_tree_add_item/expert_infoMichael Mann1-48/+77
svn path=/trunk/; revision=47956
2013-02-28Fix dissection of feedback with large CIDPascal Quantin1-0/+1
svn path=/trunk/; revision=47955
2013-02-28Revert "Fix MSVC build errors related to symbol visibility"Balint Reczey4-65/+0
This reverts commit r47952. The problem was different from what I originally thought, thus the commit was obsolete. svn path=/trunk/; revision=47954
2013-02-28Add -DWS_BUILD_DLL to wiretap Windows buildsBalint Reczey1-1/+1
It fixes symbol exporting from DLLs. svn path=/trunk/; revision=47953
2013-02-28Fix MSVC build errors related to symbol visibilityBalint Reczey4-0/+65
svn path=/trunk/; revision=47952
2013-02-28Add SVN keywordsPascal Quantin0-0/+0
svn path=/trunk/; revision=47951
2013-02-28Use proto_tree_add_item (or similar) instead of proto_item_add_text.Michael Mann1-162/+304
svn path=/trunk/; revision=47950
2013-02-28Convert proto_item_add_text to proto_item_add_item.Michael Mann1-618/+578
General whitespace cleanup, add modelines. svn path=/trunk/; revision=47949
2013-02-28Export libwiretap symbols using WS_DLL_PUBLIC defineBalint Reczey58-99/+240
TODO: hide flex-generated functions svn path=/trunk/; revision=47948
2013-02-28Update a comment.Guy Harris1-4/+4
svn path=/trunk/; revision=47947
2013-02-28Dissect japan ISUP Charging Info IE.Anders Broman1-13/+30
svn path=/trunk/; revision=47946
2013-02-28Avoid a packet rescan if we don't have an AirPcap adapter.Anders Broman1-5/+8
svn path=/trunk/; revision=47945
2013-02-28Be a little quieter (and do a little more cleanup) when building RPMs.Jeff Morriss1-2/+2
svn path=/trunk/; revision=47944
2013-02-28Add a #define for the default capture buffer size and use it.Jeff Morriss6-7/+9
svn path=/trunk/; revision=47942
2013-02-28Add ws_symbol_export.h WIRESHARK_COMMON_INCLUDES to fix failing distcheckBalint Reczey1-1/+2
svn path=/trunk/; revision=47941
2013-02-28From Anders: revert r47934: it doesn't work everywhere.Jeff Morriss1-5/+5
See email discussion on -dev. svn path=/trunk/; revision=47940
2013-02-28From Anders: more places to increase the default capture buffer size.Jeff Morriss2-3/+3
svn path=/trunk/; revision=47939
2013-02-28Export libwsutil symbols using WS_DLL_PUBLIC defineBalint Reczey28-157/+198
This change replaces *.def and *.sym file usage following the guideline at http://gcc.gnu.org/wiki/Visibility svn path=/trunk/; revision=47938
2013-02-28Default capture buffer size is now 2MB.Jeff Morriss3-6/+6
svn path=/trunk/; revision=47937