aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-03-21From beroset:Bill Meier6-88/+88
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 attachment #10409 svn path=/trunk/; revision=48449
2013-03-21From beroset:Bill Meier73-428/+426
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 attachment #10408 Note: The following parts of the patch had been previously done: asn1/snmp/packet-snmp-template.c epan/dissectors/packet-snmp.c epan/dissectors/packet-x11.c svn path=/trunk/; revision=48448
2013-03-21From beroset:Bill Meier66-677/+679
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 attachment #10404 Note: The following parts of the patch had been previously done: asn1/snmp/packet-snmp-template.c epan/dissectors/packet-snmp.c epan/dissectors/packet-x11.c Also; hostlist_table.c: code under '#ifdef HAVE_GEOIP' didn't compile and needed a few additional patches. svn path=/trunk/; revision=48447
2013-03-20Reverse some logic.Gerald Combs1-1/+1
svn path=/trunk/; revision=48446
2013-03-20Add frame_new, which creates a frame that best conforms to the GNOME,Gerald Combs5-46/+118
Windows, and OS X HIGs. Use it in the capture options dialog. The capture options dialog is a bit taller now and could probably use a bit more tweaking. In the capture options, conversation, and endpoint dialogs use our best-guess dialog spacing and pad out some areas. svn path=/trunk/; revision=48445
2013-03-20Upgrade RRC dissector to v11.5.0Pascal Quantin8-3327/+5937
svn path=/trunk/; revision=48444
2013-03-20Upgrade LPP dissector to v11.2.0Pascal Quantin3-20/+238
svn path=/trunk/; revision=48443
2013-03-20Set up RTCP conversation too.Anders Broman1-0/+2
svn path=/trunk/; revision=48442
2013-03-20From beroset:Bill Meier3-17/+17
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 attachment #10401 svn path=/trunk/; revision=48441
2013-03-20svn path=/trunk/; revision=48440Anders Broman8-38/+62
2013-03-20[-Wmissing-prototypes]Anders Broman7-30/+51
Use explicit casts. svn path=/trunk/; revision=48439
2013-03-20 From beroset:Bill Meier56-151/+151
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 attachment #10397 svn path=/trunk/; revision=48438
2013-03-20Fix another case of "Widgets are not properly expanded in gtk3"Bill Meier1-3/+5
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7377#c21 svn path=/trunk/; revision=48437
2013-03-20Add empty placeholder wmem test suite. Hopefully my automake skills wereEvan Huus2-1/+51
up for the challenge. svn path=/trunk/; revision=48436
2013-03-20Trivial tweaks to clean up cppcheck warnings.Evan Huus3-4/+7
svn path=/trunk/; revision=48435
2013-03-20More block allocator fixes and cleanup. Most of the issues seem to have beenEvan Huus2-9/+61
from one case I consistently forgot when typing it up originally, even though it's clearly listed several places in my design notes. Also include an #if0-ed out block of code to redirect emem to wmem for easy testing (since there are very few common dissectors that use wmem right now). svn path=/trunk/; revision=48434
2013-03-19From Dirk Jagdmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8475Evan Huus1-8/+30
Tidy up the display of Bind and BindAck slightly for DCE-RPC. From me: - fix indentation - add modelines svn path=/trunk/; revision=48431
2013-03-19From beroset:Anders Broman64-178/+180
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48430
2013-03-19From beroset:Anders Broman28-78/+71
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48429
2013-03-19From beroset:Anders Broman1-7/+7
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48428
2013-03-19Upgrade NAS disssectors to v11.6.0Pascal Quantin3-3/+47
svn path=/trunk/; revision=48427
2013-03-19From beroset:Anders Broman52-119/+117
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48426
2013-03-19From beroset:Anders Broman42-124/+125
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48425
2013-03-19From beroset:Anders Broman13-18/+19
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48424
2013-03-19Don't calculate checksum for ICMP packsets with a partial IP packet.Anders Broman1-1/+1
svn path=/trunk/; revision=48423
2013-03-19Added TvbRange uncompress().Stig Bjørlykke1-0/+31
svn path=/trunk/; revision=48422
2013-03-19From chaitanya via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8497Alexis La Goutte1-0/+146
Add support for 11R RIC IE's: Data and Descriptors for both FT-Over-Air and FT-Over-DS Add 802.11 Tag RIC Data (57) Add 802.11 Tag RIC Descriptor (75) (Not tested...) From me: - Remove tabs and whitespace - Fix fix-encodings-args "warning" svn path=/trunk/; revision=48421
2013-03-19Remove release-notes.xml. We're no longer using it and AsciiDoc clobbersGerald Combs1-290/+0
it. svn path=/trunk/; revision=48418
2013-03-19And packet-isup.c is the first to fall to r48415.Evan Huus1-3/+0
From Anders via https://www.wireshark.org/lists/wireshark-dev/201303/msg00183.html svn path=/trunk/; revision=48417
2013-03-19Add more and stricter wmem block allocator debug functions.Evan Huus2-17/+40
Re-enable the block allocator by default in trunk since it is much better tested now - I've spent some time with a hack redirecting all emem allocations to wmem, so it's seen a lot of traffic. I will still likely turn it off for 1.10 whenever that branches, just to be safe. svn path=/trunk/; revision=48416
2013-03-19Warn if an extended value string falls back to linear search.Evan Huus1-0/+2
See https://www.wireshark.org/lists/wireshark-dev/201303/msg00179.html svn path=/trunk/; revision=48415
2013-03-19From Michal Labedzki via ↵Pascal Quantin22-151/+227
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 : Remove C++ incompatibilities from Bluetooth dissectors and switch to wmem API svn path=/trunk/; revision=48414
2013-03-19From Michal Labedzki:Anders Broman2-19/+15
Fix some compilation errors in dumpcap/plugins https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8304 svn path=/trunk/; revision=48413
2013-03-19From beroset:Anders Broman19-121/+122
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48412
2013-03-18Add capture file changes.Gerald Combs1-1/+20
svn path=/trunk/; revision=48411
2013-03-18Add a missing staticPascal Quantin1-1/+1
svn path=/trunk/; revision=48410
2013-03-18From beroset:Anders Broman3-23/+23
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48409
2013-03-18Some more tYpo/cut-and-pasteo fixes for my libnl changes.Guy Harris1-3/+3
svn path=/trunk/; revision=48408
2013-03-18As suggested by Evan Huus, use extended value_stringsPascal Quantin14-106/+121
svn path=/trunk/; revision=48407
2013-03-181.9.1 → 1.9.2.Gerald Combs6-7/+7
svn path=/trunk/; revision=48406
2013-03-18Add a wireshark-version:[] replacement and --sort-and-group-- blockGerald Combs3-13/+100
definition to asciidoc.conf. Add support for asciidoc.conf to make-version.pl. Set some SVN keywords. Fill in the new protocol list. svn path=/trunk/; revision=48405
2013-03-18From beroset:Anders Broman1-16/+16
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 (catch the one that almost slipped away) svn path=/trunk/; revision=48404
2013-03-18Fix some bugs in my libnl configuration changes found when testing onGuy Harris1-15/+20
Linux. svn path=/trunk/; revision=48403
2013-03-18Don't bother doing any of the Linux-specific libnl or nl80211 checks onGuy Harris1-48/+107
non-Linux systems. Warn the user if they specified --with-libnl on one of those systems. Allow the user to specify a particular libnl version with --with-libnl. If the user specifies --with-libnl=VERSION, and that libnl version isn't found, fail. No need to have an explicit "auto" argument - that's the default. Fix a typo in a definition message. svn path=/trunk/; revision=48402
2013-03-18Update a value_stringAnders Broman1-0/+4
svn path=/trunk/; revision=48401
2013-03-18From beroset:Anders Broman26-210/+210
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48400
2013-03-18From beroset:Anders Broman18-200/+202
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48399
2013-03-18Follow-up to r48395 and bug #8494.Evan Huus1-23/+28
Make libnl a --with flag instead of an --enable flag, since it is an optional package. Make it a three-way flag, where 'no' disables, 'yes' enables (and errors if it can't be found), and 'auto' enables (but doesn't complain if it can't be found). Default to 'auto', which was our old behaviour. [This is my first real foray into autoconf, so hopefully I got everything right] svn path=/trunk/; revision=48398
2013-03-18use enum values instead of hardcoded valuesPascal Quantin11-1103/+1100
(as suggested by Sylvain Munaut in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8487) svn path=/trunk/; revision=48397
2013-03-18From beroset:Anders Broman6-73/+73
remove C++ incompatibilities https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 svn path=/trunk/; revision=48396