aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2012-06-20Makefile.common:Jörg Mayer2-3/+2
- ws80211_utils.c is only needed to build dumpcap, not to build wireshark. If it were different it would probably indicate a bad api design. ui/gtk/Makefile.common: - Sort in the toolbar in the right place (alphabetically) svn path=/trunk/; revision=43415
2012-06-20Comment back in the body of tb80211_do_set_channel to avoid warnings aboutJörg Mayer3-3/+53
unused parameters. Add the missing functions by applying the skipped patches to capture_sync.[hc] svn path=/trunk/; revision=43414
2012-06-20#if 0 out code to make it build in it's current stateAnders Broman1-2/+3
svn path=/trunk/; revision=43413
2012-06-20Followup to r43176, r43177, r43178, and r43179: prohibit FT_*INT*Jeff Morriss2-64/+78
with BASE_NONE (or other future display values). Don't use BASE_NONE with FT_UINT32s in the expert info fields. svn path=/trunk/; revision=43412
2012-06-20Add the toolbar of bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6973Anders Broman3-0/+458
sligtly modified to compile on Windows. See if it breaks any other platform. svn path=/trunk/; revision=43411
2012-06-20Add ws80211_utils.[ch] of bug ↵Anders Broman3-3/+744
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6973 sligtly modified to compile on Windows. See if it breaks any other platform. svn path=/trunk/; revision=43410
2012-06-20Fix compilation with gcc...Pascal Quantin1-3/+3
svn path=/trunk/; revision=43409
2012-06-20Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7383 :Pascal Quantin1-5/+5
Put back items into the correct dtap_tree tree and comment pd_tree that is unused for now svn path=/trunk/; revision=43408
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on aJeff Morriss1-5/+7
DATA chunk: having them in both places is helpful when looking at the messages but having them separate is helpful when graphing the RTTs. svn path=/trunk/; revision=43406
2012-06-20Revert http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43404.Anders Broman1-20/+19
(Needs rethinking). svn path=/trunk/; revision=43405
2012-06-20SDP data embeded in OCTET STRING.Anders Broman1-19/+20
svn path=/trunk/; revision=43404
2012-06-20Add a link to IANA registry.Anders Broman1-1/+2
svn path=/trunk/; revision=43403
2012-06-20Upadte e-mail.Anders Broman1-1/+1
svn path=/trunk/; revision=43402
2012-06-20- In INTERNAL HANDOVER COMMAND Circuit Identity Code is C(Coded optional in WS)Anders Broman1-2/+36
- be_speech_codec ( 3.2.2.104 Speech Codec) did not cover all codecs. svn path=/trunk/; revision=43401
2012-06-20Clean up white space (no tabs).Guy Harris1-34/+34
svn path=/trunk/; revision=43397
2012-06-20Handle the case where the user has added comments to a file that's notGuy Harris3-33/+243
in a format that supports comments and they do a "Save" by popping up a similar question to the one we pop up in the "Save As" case and, if they say "choose another format", pop up a "Save As" dialog box. svn path=/trunk/; revision=43395
2012-06-20MAke it compile by adding discard_comments = FALSEAnders Broman1-1/+1
svn path=/trunk/; revision=43394
2012-06-20If the file has an SHB comment or any packet comments, and the userGuy Harris5-18/+268
tries to do "Save As" in a format for which we don't support comments (currently, we only support them for pcap-ng), ask whether they want to discard the comments and save anyway or, *if* the file can be saved in a format for which we *do* support comments, they want to save the file in some other format. Keep a count of packet comments so that we don't have to scan all the frame_data structures to determine whether we have any comments. svn path=/trunk/; revision=43392
2012-06-19Use the first matched color instead of the last one, which is whatGerald Combs1-1/+4
Wireshark does. svn path=/trunk/; revision=43391
2012-06-19Add a list of release dates for major versions of GTK+ and GLib in caseGerald Combs1-0/+24
we want to have another Purging Of Old Code. svn path=/trunk/; revision=43390
2012-06-19Correct the IPv6 fragment offset shown in COL_INFO.Jeff Morriss2-11/+24
Make some Fragment header fields filterable (add_text() -> add_item()). Display (and make filterable) the reserved octet and bits. svn path=/trunk/; revision=43389
2012-06-19ascend_scanner.c includes ascend.h. Add corresponding makefileGerald Combs2-4/+8
dependencies, otherwise we might have a race condition when doing parallel makes. Hopefully this will fix intermitten buildbot failures we've been getting lately. svn path=/trunk/; revision=43387
2012-06-19Simplify proto_tree_add_string_format_value(..., val, "%s", val) with ↵Jakub Zawadzki1-5/+5
proto_tree_add_string. hash is 16-bytes hex dump (ASCII!). No need to use proto_tree_add_string_format_value(). svn path=/trunk/; revision=43386
2012-06-19Use tvb_get_ephemeral_string_enc() in combination with ↵Pascal Quantin4-4/+4
proto_tree_add_unicode_string() (as recommended by Jakub on the mailing list) svn path=/trunk/; revision=43385
2012-06-19AAAAARGH. Making the UI libs platform-dependent breaks dependencyGuy Harris2-5/+3
checking, so if a UI library changes Wireshark won't be relinked with it. Revert the change that made them platform-dependent; we may end up having to have separate targets for GTK+ Wireshark and Qt Wireshark. svn path=/trunk/; revision=43384
2012-06-19The GTK+ file chooser already *includes* UI code to ask the user whetherGuy Harris3-128/+92
they want to overwrite an existing file; just use that. (The Win32 file chooser also does that itself.) Just do UI for "do you want to overwrite this {user-immutable,unwritable} file?". svn path=/trunk/; revision=43381
2012-06-19The "save as" dialog is modal, so we don't need to worry about keepingGuy Harris1-85/+48
track of multiple such "save as" windows. Use modal dialog boxes to report errors, while we're at it. That lets us keep the dialog open if we get an error. svn path=/trunk/; revision=43380
2012-06-19Use newly introduced proto_tree_add_unicode_string() to add UTF-8 stringsPascal Quantin4-14/+42
svn path=/trunk/; revision=43379
2012-06-19Followup to r43370: don't install idl2wrs or its man page.Jeff Morriss3-3/+0
svn path=/trunk/; revision=43377
2012-06-19Mark another variable as volatile to pacify the buildbot.Jeff Morriss1-1/+1
svn path=/trunk/; revision=43376
2012-06-19Pontus FuchsJörg Mayer1-0/+30
add libnl detection to configure (not yet used until the missing part of bug 6973 has been committed) svn path=/trunk/; revision=43375
2012-06-19Replace last instance of airpcap_tb by wireless_tb forJörg Mayer1-1/+1
consistency. svn path=/trunk/; revision=43374
2012-06-19capture_dlg.h:Jörg Mayer2-4/+4
- Replace airpcap_tb in comment - Remove trailing whitespace main.c: - wireless_tb must always be defined now, even if compiling without HAVE_AIRPCAP svn path=/trunk/; revision=43373
2012-06-19set_menu_visible needs to be protected to avoid defined but unusedJörg Mayer1-0/+4
warning turned error. svn path=/trunk/; revision=43372
2012-06-19Remove what appears to be an errant vi/vim command and add a newline.Gerald Combs2-1/+2
svn path=/trunk/; revision=43371
2012-06-19Don't install idl2wrs except in Debian's special wireshark-dev package.Jeff Morriss3-5/+5
(Normal Wireshark installations can't be used to develop dissectors so there's no need to install it or its man page.) http://www.wireshark.org/lists/wireshark-dev/201206/msg00073.html (The Debian changes are untested.) svn path=/trunk/; revision=43370
2012-06-19gui.airpcap_toolbar_show is the old name for the wireless toolbar, not the ↵Jeff Morriss1-3/+3
old name of the filter toolbar. svn path=/trunk/; revision=43369