aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-06-25Only allow "Save" ifGuy Harris4-14/+42
the file has unsaved changes, and we can save it in some format through Wiretap or the file is a temporary file and has no unsaved changes (so that "saving" it just means copying it). Only allow "Save As" if we can save it in some format through Wiretap or the file is a temporary file and has no unsaved changes (so that "saving" it just means copying it). This means that we don't support using "Save As" for just copying the file unless we can do that with Wiretap; copying the file byte-for-byte only works as "saving" if there are no unsaved changes *and* we're saving it in the same format that it's in *and* we're saving it with the same form of compression (if any) that it has. Rename cf_can_save_as() to cf_can_write_with_wiretap() to better reflect what it really does. svn path=/trunk/; revision=43477
2012-06-25In the "Save As" dialog box, default to compressed if the file isGuy Harris1-6/+16
compressed and the default file format supports compression. svn path=/trunk/; revision=43475
2012-06-25Fix dissection of NAS EPS Service Request message (broken in r42200)Pascal Quantin1-8/+21
svn path=/trunk/; revision=43474
2012-06-25Fix typo errorsPascal Quantin1-5/+5
svn path=/trunk/; revision=43473
2012-06-25From Rick Mortensen via ↵Jeff Morriss2-54/+203
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4128 : Add Ericsson-proprietary AVPs and Result-Codes for SCAP. Add Huawei as a known vendor. From me: Reindent the Ericsson XML file; sort the new AVPs by number. svn path=/trunk/; revision=43472
2012-06-24From Yair:Anders Broman1-7/+7
1. OAM cells are not automatically detected if the AAL type passed is AAL_UNKNOWN. 2. CRC10 calculation does not take into account the "crc_stripped" option, and uses a hardcoded offset of 5 bytes into the cell. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7385 svn path=/trunk/; revision=43471
2012-06-24From Martin Kaiser:Anders Broman3-0/+12
add oid for sha256. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7395 svn path=/trunk/; revision=43469
2012-06-24Fix up some white space (get rid of 4-space tabs.Jeff Morriss1-112/+112
svn path=/trunk/; revision=43468
2012-06-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7386 :Pascal Quantin1-4/+25
Fix dissection of Packet Receipt Times Report Block svn path=/trunk/; revision=43467
2012-06-24Pontus Fuchs via bug 6973:Jörg Mayer1-1/+67
Add last piece of the wireless toolbar: Use dumpcap to actually set the channel. svn path=/trunk/; revision=43466
2012-06-24Pontus Fuchs (via bug 6973):Jörg Mayer1-4/+4
Make the wireless toolbar actually appear. svn path=/trunk/; revision=43465
2012-06-24Also add ws80211_utils.c for CMake builds.Jörg Mayer1-0/+2
Build with -g to make debugging easier. The debug info will get removed on installation. svn path=/trunk/; revision=43464
2012-06-24Build Wireshark with ws80211_utils.cJörg Mayer1-1/+2
svn path=/trunk/; revision=43463
2012-06-24Pontus Fuchs (via bug 6973):Jörg Mayer2-0/+15
Add libnl version 1 support for wireless toolbar. svn path=/trunk/; revision=43462
2012-06-24Remove useless packet-spnego.h filePascal Quantin3-32/+0
svn path=/trunk/; revision=43461
2012-06-24FT_FLOAT and FT_DOUBLE share the same comparison functions -> use same ↵Pascal Quantin2-2/+2
filter name svn path=/trunk/; revision=43460
2012-06-24From Adam Langley:Anders Broman3-8/+21
Decrypt resumed, SSL sessions from keylog file- https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7396 svn path=/trunk/; revision=43458
2012-06-24From Pontus Fuchs:Anders Broman1-2/+2
strncpy -> strlcpy https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6973 svn path=/trunk/; revision=43457
2012-06-24From Evan Huus:Anders Broman1-4/+2
Simplify debugging ifdef in camel-persistantdata.c https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7398 svn path=/trunk/; revision=43456
2012-06-24From Evan Huus:Anders Broman3-0/+50
Size wrong in "File Set List" for just-finished captures. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7370 svn path=/trunk/; revision=43455
2012-06-24[Automatic manuf, services and enterprise-numbers update for 2012-06-24]Gerald Combs3-17/+246
svn path=/trunk/; revision=43452
2012-06-23Do not use same name for filters with incompatible typesPascal Quantin1-9/+9
svn path=/trunk/; revision=43451
2012-06-23Do not use same name for filters with incompatible typesPascal Quantin2-17/+17
svn path=/trunk/; revision=43450
2012-06-23Rename two entries to avoid having same filter name for entries with ↵Pascal Quantin1-2/+2
incompatible types svn path=/trunk/; revision=43449
2012-06-23Do not use same name for filters with incompatible typesPascal Quantin3-65/+59
svn path=/trunk/; revision=43448
2012-06-23Fix copy/paste errorsPascal Quantin1-4/+4
svn path=/trunk/; revision=43447
2012-06-23Do not use same name for filters with incompatible typesPascal Quantin1-3/+3
svn path=/trunk/; revision=43446
2012-06-23In the Windows capture file "Save As" dialog code, do the same sort ofGuy Harris3-61/+257
checks for the inability to save comments that we do for UN*X. This should fix bug 7222, although the UI isn't currently as nice, as the dialog boxes are Windows dialog boxes and we don't set the button labels to reflect the actual choices being offered to the user. (We may be able to do that by using template resources to construct the message boxes.) svn path=/trunk/; revision=43444
2012-06-22Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7391 :Pascal Quantin1-98/+114
Do not use same name for filters with incompatible types svn path=/trunk/; revision=43443
2012-06-22Give hint to check http://wiki.wireshark.org/CaptureSetup/CapturePrivileges ↵Balint Reczey1-5/+6
in Lua error messages related to running Wireshark as root svn path=/trunk/; revision=43442
2012-06-22Change #if USE_WIN32_FILE_DIALOGS to #ifdefJakub Zawadzki1-1/+1
It should fix buldbot compilation error: capture_file_dlg.c(2107) : fatal error C1017: invalid integer constant expression svn path=/trunk/; revision=43441
2012-06-21We now need <epan/filesystem.h> regardless of whether we're being builtGuy Harris1-2/+0
on Win32 or not, as we need test_for_directory(). svn path=/trunk/; revision=43440
2012-06-21Move a bunch of common code in the file chooser dialog loops into aGuy Harris4-123/+180
routine to run a file chooser dialog. On Windows, add to that code to resolve shell links ("shortcuts"), adopted from the Sylpheed mail reader. (That code requires a pile of OLE stuff, so link with the OLE library.) Make it a bit easier to configure ui/gtk/capture_file_dlg.c to use GTK+ dialogs on Windows, but continue to default to using the Win32 dialogs, at least for now. svn path=/trunk/; revision=43439
2012-06-21Make Docbook happy.Gerald Combs1-0/+4
svn path=/trunk/; revision=43438
2012-06-21Mark a couple more variables volatile.Jeff Morriss1-3/+3
svn path=/trunk/; revision=43437
2012-06-21The symbolic names for column indices are unused outside ofGuy Harris2-18/+21
capture_dlg.c; move them there. (There are no routines exported by capture_dlg.c that use them.) svn path=/trunk/; revision=43436
2012-06-21From Richard Sharpe via ↵Jeff Morriss1-2/+3
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7387 : Don't break/return out of a TRY/CATCH. svn path=/trunk/; revision=43434
2012-06-21Reset for the next major release.Gerald Combs1-222/+6
svn path=/trunk/; revision=43433
2012-06-21ws80211_init() only returned ENOTSUP back when it could be a stub when weJeff Morriss1-4/+2
did not HAVE_LIBNL. Now that we only compile the modules when we HAVE_LIBNL (and thus the stub no longer exists) there's no need to check for it. svn path=/trunk/; revision=43430
2012-06-21Try to fix tarball compilation on Windows.Gerald Combs2-2/+2
svn path=/trunk/; revision=43428
2012-06-21Remove some trailing whitespaceJörg Mayer1-4/+4
svn path=/trunk/; revision=43425
2012-06-21Try to use the gtk-compat macros correctly.Jeff Morriss1-2/+1
svn path=/trunk/; revision=43424
2012-06-21It's FindNL.cmake not FindLIBNL.cmakeJeff Morriss1-1/+1
svn path=/trunk/; revision=43423
2012-06-21GtkComboBoxText is only available in 2.24 and later; use GtkComboBox instead.Jeff Morriss1-1/+1
svn path=/trunk/; revision=43422
2012-06-20Complete cmake support for netlink detectionJörg Mayer5-0/+63
svn path=/trunk/; revision=43421
2012-06-20If we're making two passes and we have a display filter applied, createGerald Combs1-1/+5
a protocol tree in process_packet_first_pass(). Otherwise we crash with ERROR:dfvm.c:434:dfvm_apply: assertion failed: (tree) svn path=/trunk/; revision=43420
2012-06-20Remove HAVE_WIRELESS_TOOLBAR from the other build systems.Jörg Mayer4-7/+0
svn path=/trunk/; revision=43419
2012-06-20And another instance of HAVE_WIRELESS_TOOLBAR I missedJörg Mayer1-1/+0
svn path=/trunk/; revision=43418
2012-06-20Forgot to copy one more changeJörg Mayer1-3/+0
svn path=/trunk/; revision=43417
2012-06-20Copy over Makefile.common changes to CMakeListsJörg Mayer2-0/+2
svn path=/trunk/; revision=43416