aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 ↵Michael Mann13-1727/+1667
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9606) From Michal Labedski 1. add support for new btsnoop "format" introduced by BlueZ team in "btmon" tool 2. Bluetooth: Make EIR, AD and COD more generic 3. Bluetooth: HCI/LL: Update Error Codes to Core 4.1 Specification 4. Ubertooth: Fix response command handling 5. Ubertooth: Update to support firmware version 6. Ubertooth: Dissect by Vendor Id/Product Id svn path=/trunk/; revision=54699
2014-01-11Clean up OPTSTRING, removing ':'s from options that don't expect args and ↵Chris Maynard1-1/+1
removing the G option completely, as it doesn't appear to be supported. svn path=/trunk/; revision=54698
2014-01-11Link wiretap library with tfshark. This is hopefully a "temporary" fix as ↵Michael Mann1-0/+1
the plan is to not have tfshark depend on wiretap. From Michal Labedzki svn path=/trunk/; revision=54697
2014-01-11Remove (ugly) hack in about_dialog.cpp (include main.cpp to have function to ↵Alexis La Goutte2-13/+5
set comp_info_str and runtime_info_str variable) Now About Dialog is start after main() and variables is set by main(), only extern variable in wireshark_applicatin.h svn path=/trunk/; revision=54696
2014-01-11Fix indent (use 4 spaces) and add modelinesAlexis La Goutte2-47/+73
svn path=/trunk/; revision=54695
2014-01-10Update the enterprise-numbers URL.Gerald Combs1-1/+1
svn path=/trunk/; revision=54694
2014-01-10Return other than 0 from RTSE when handling reassembly initiated from SES.Stig Bjørlykke1-0/+3
This bug was introduced in revision 53093 when updating to new-style dissector. svn path=/trunk/; revision=54693
2014-01-10Update a comment and fix some indentationMartin Mathieson1-4/+4
svn path=/trunk/; revision=54692
2014-01-10Move UEId to the beginning of summary shown in info column, plus only look ↵Martin Mathieson1-7/+8
for existing reassembly info when not starting a new SDU svn path=/trunk/; revision=54691
2014-01-10Note in a comment that with Gtk 3.4.4 reselecting UE+channel doesn't work as ↵Martin Mathieson1-0/+3
other UEs seem to get selected while list is being repopulated during retapping svn path=/trunk/; revision=54690
2014-01-10use a value string for the emiMartin Kaiser1-7/+20
correct the dot offset other minor cleanup svn path=/trunk/; revision=54689
2014-01-10dissect Digital Only Token and retention limitMartin Kaiser1-2/+25
svn path=/trunk/; revision=54688
2014-01-10correct a typo in a filter stringMartin Kaiser1-1/+1
svn path=/trunk/; revision=54687
2014-01-10Make internal functions staticAnders Broman3-4/+4
svn path=/trunk/; revision=54686
2014-01-10FixAnders Broman1-1/+3
tfshark.c:1676:102: warning: unused parameter ‘data_offset’ [-Wunused-parameter] tfshark.c:177:1: warning: ‘string_compare’ defined but not used [-Wunused-function] tfshark.c:184:1: warning: ‘string_elem_print’ defined but not used [-Wunused-function] svn path=/trunk/; revision=54685
2014-01-09From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9472 :Pascal Quantin1-1071/+2026
ANSI IS-637 SMS enhancements for CMAS (TIA-1149) and header dissection svn path=/trunk/; revision=54684
2014-01-09USB: Add DFU dissector. Bug 9610 ↵Michael Mann5-63/+670
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9610) From Michal Labedzki svn path=/trunk/; revision=54683
2014-01-09Set explicitly P2P direction for received SMSPascal Quantin1-0/+1
svn path=/trunk/; revision=54682
2014-01-09Revert "from me" changes of r54676. Checks for NULL were functional logic, ↵Michael Mann1-7/+24
not trying to NULL protect proto_item_append_text. svn path=/trunk/; revision=54681
2014-01-09From Marko HrastovecMartin Kaiser1-6/+356
dissect all elements of category 48 messages https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9629 svn path=/trunk/; revision=54680
2014-01-09From Marko HrastovecMartin Kaiser1-3/+3
rename RE field len to make it generic for all categories https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9624 svn path=/trunk/; revision=54679
2014-01-09Move cfile.c into SHARK_COMMON_SRC (as was done in nmake)Jörg Mayer3-11/+8
svn path=/trunk/; revision=54678
2014-01-09Mark an unused parameter as such.Guy Harris1-1/+1
svn path=/trunk/; revision=54677
2014-01-09Remove some global variables. Bug 9471 ↵Michael Mann1-540/+480
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9471) From Michael Lum From me: Remove a few proto_item* NULL checks because it's done by the underlying function. svn path=/trunk/; revision=54676
2014-01-09cfile.c is in WIRESHARK_COMMON_SRC so there's no need to add it again.Gerald Combs1-1/+0
svn path=/trunk/; revision=54675
2014-01-08make tfshark finally compile:Jörg Mayer1-1/+3
- Link against filetap - Add cfile.c to sources - Add the generated tshark-tap-register.c (which seems to be pulled in by one of the intermediate libraries with autotools) svn path=/trunk/; revision=54674
2014-01-08Add libfiletap.Guy Harris1-0/+1
svn path=/trunk/; revision=54673
2014-01-08TFShark doesn't capture traffic, so it doesn't needGuy Harris1-1/+0
SHARK_COMMON_CAPTURE_SRC. svn path=/trunk/; revision=54672
2014-01-08At least some of the files in PLATFORM_CAPTURE_SRC are needed byGuy Harris3-4/+4
programs that use {lib,win}pcap but that don't capture traffic, such as rawshark; rename it to PLATFORM_PCAP_SRC, to match CMake. svn path=/trunk/; revision=54671
2014-01-08At least some of the files in PLATFORM_CAPTURE_SRC are needed byGuy Harris1-4/+4
programs that use {lib,win}pcap but that don't capture traffic, such as rawshark; rename it to PLATFORM_PCAP_SRC, and include it in SHARK_COMMON_SRC rather than SHARK_COMMON_CAPTURE_SRC. svn path=/trunk/; revision=54670
2014-01-08Rename PLATFORM_SRC to PLATFORM_CAPTURE_SRC, to match the CMake name.Guy Harris3-4/+7
svn path=/trunk/; revision=54669
2014-01-08Rename WIRESHARK_COMMON_SRC to SHARK_COMMON_SRC - what's common about itGuy Harris1-13/+15
is that it includes files used in TShark and rawshark as well as Wireshark, and that name is what's used by the autotools. Add capture_sync.c to SHARK_COMMON_CAPTURE_SRC, as it's used both by Wireshark and TShark, but not by rawshark, and as it's in the autotools SHARK_COMMON_CAPTURE_SRC. Move PLATFORM_CAPTURE_SRC from (WIRE)SHARK_COMMON_SRC to SHARK_COMMON_CAPTURE_SRC, as it should only be used by programs that capture traffic. svn path=/trunk/; revision=54668
2014-01-08Add vendor-id="Acision"Anders Broman1-0/+1
svn path=/trunk/; revision=54667
2014-01-08use a DVB string for the text field in the extended event descriptorMartin Kaiser1-9/+21
check for text length 0 while we're at it svn path=/trunk/; revision=54666
2014-01-08remove duplicate editor modelinesMartin Kaiser1-4/+0
it's enough to have them at the end of the file svn path=/trunk/; revision=54665
2014-01-08From Antony BridleMartin Kaiser1-18/+121
Added dissection capabilities for ASTERIX Category 062 Reserved Expansion Field. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9624 svn path=/trunk/; revision=54664
2014-01-08Make it possible to use have_tap_listener() in a pluginPascal Quantin1-1/+1
svn path=/trunk/; revision=54663
2014-01-08Don't create About window when Wireshark Qt startAlexis La Goutte2-7/+6
svn path=/trunk/; revision=54662
2014-01-08merge two if statementsMartin Kaiser1-3/+0
svn path=/trunk/; revision=54661
2014-01-08Coverity 280379Martin Kaiser1-3/+2
if the key is missing, it's always a request svn path=/trunk/; revision=54660
2014-01-08Add file_access.cJörg Mayer1-0/+1
svn path=/trunk/; revision=54659
2014-01-08no need for if (tree)Martin Kaiser1-14/+9
svn path=/trunk/; revision=54658
2014-01-08Coverity 280335, 280336Martin Kaiser1-2/+4
check the return value of gtk_tree_selection_get_selected() svn path=/trunk/; revision=54657
2014-01-08Coverity 280334Martin Kaiser1-1/+2
check the return value of gtk_tree_selection_get_selected() if there was no selected item, wireshark would crash but this is very unlikely in practice svn path=/trunk/; revision=54656
2014-01-08Add libfiletap.Guy Harris2-0/+5
Add libwsutil to wireshark-dev.files - I'm not sure it's necessary, but code added to Wireshark has to be able to call routines from libwsutil. svn path=/trunk/; revision=54655
2014-01-08Don't put into the distribution files that don't exist.Guy Harris1-4/+1
svn path=/trunk/; revision=54654
2014-01-08Added a check for valid algorithm id.Stig Bjørlykke2-2/+2
svn path=/trunk/; revision=54653
2014-01-08Sorry, the bytes-to-read argument to file_read() is unsigned int, soGuy Harris1-49/+49
cast packet_size to unsigned int. Yes, that means that it can't read more than 65535 bytes. Clean up white space while we're at it. svn path=/trunk/; revision=54652
2014-01-08tfshark.c doesn't build without warnings, so default to "don't build it"Guy Harris1-2/+2
for now. svn path=/trunk/; revision=54651
2014-01-08Handle tfshark.Guy Harris1-11/+17
svn path=/trunk/; revision=54650