Commit Graph

51401 Commits

Author SHA1 Message Date
Alexis La Goutte bf95d60829 Fix indent (use 4 spaces) and add modelines
svn path=/trunk/; revision=54695
2014-01-11 11:16:49 +00:00
Gerald Combs 1a279aca25 Update the enterprise-numbers URL.
svn path=/trunk/; revision=54694
2014-01-10 22:57:28 +00:00
Stig Bjørlykke 640e6f44ec Return other than 0 from RTSE when handling reassembly initiated from SES.
This bug was introduced in revision 53093 when updating to new-style dissector.

svn path=/trunk/; revision=54693
2014-01-10 18:58:56 +00:00
Martin Mathieson 830509b7dc Update a comment and fix some indentation
svn path=/trunk/; revision=54692
2014-01-10 17:56:55 +00:00
Martin Mathieson 92b1a4a112 Move UEId to the beginning of summary shown in info column, plus only look for existing reassembly info when not starting a new SDU
svn path=/trunk/; revision=54691
2014-01-10 12:51:57 +00:00
Martin Mathieson 4debda5779 Note in a comment that with Gtk 3.4.4 reselecting UE+channel doesn't work as other UEs seem to get selected while list is being repopulated during retapping
svn path=/trunk/; revision=54690
2014-01-10 12:36:17 +00:00
Martin Kaiser 5843e95163 use a value string for the emi
correct the dot offset
other minor cleanup

svn path=/trunk/; revision=54689
2014-01-10 09:23:36 +00:00
Martin Kaiser 8a99c0428c dissect Digital Only Token and retention limit
svn path=/trunk/; revision=54688
2014-01-10 09:15:08 +00:00
Martin Kaiser 80ed2d24bd correct a typo in a filter string
svn path=/trunk/; revision=54687
2014-01-10 08:48:38 +00:00
Anders Broman 05f7044bc7 Make internal functions static
svn path=/trunk/; revision=54686
2014-01-10 07:01:15 +00:00
Anders Broman 02eb787d13 Fix
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-10 06:49:25 +00:00
Pascal Quantin 70dc6197ec From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9472 :
ANSI IS-637 SMS enhancements for CMAS (TIA-1149) and header dissection

svn path=/trunk/; revision=54684
2014-01-09 21:58:09 +00:00
Michael Mann f42fa7abf1 USB: Add DFU dissector. Bug 9610 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9610)
From Michal Labedzki

svn path=/trunk/; revision=54683
2014-01-09 21:42:36 +00:00
Pascal Quantin 944db5d447 Set explicitly P2P direction for received SMS
svn path=/trunk/; revision=54682
2014-01-09 21:29:07 +00:00
Michael Mann 84dc9e9b4b Revert "from me" changes of r54676. Checks for NULL were functional logic, not trying to NULL protect proto_item_append_text.
svn path=/trunk/; revision=54681
2014-01-09 20:19:43 +00:00
Martin Kaiser 0fa16ed92a From Marko Hrastovec
dissect all elements of category 48 messages

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9629

svn path=/trunk/; revision=54680
2014-01-09 13:45:51 +00:00
Martin Kaiser e830c290da From Marko Hrastovec
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-09 13:02:27 +00:00
Jörg Mayer 02b9cbb571 Move cfile.c into SHARK_COMMON_SRC (as was done in nmake)
svn path=/trunk/; revision=54678
2014-01-09 11:02:29 +00:00
Guy Harris 993a4d5b7c Mark an unused parameter as such.
svn path=/trunk/; revision=54677
2014-01-09 03:01:37 +00:00
Michael Mann 5ff31ef33d Remove some global variables. Bug 9471 (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-09 02:49:18 +00:00
Gerald Combs bbc7ad3c4e cfile.c is in WIRESHARK_COMMON_SRC so there's no need to add it again.
svn path=/trunk/; revision=54675
2014-01-09 01:30:25 +00:00
Jörg Mayer 2203d51591 make tfshark finally compile:
- 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-08 22:02:07 +00:00
Guy Harris 0cde948e34 Add libfiletap.
svn path=/trunk/; revision=54673
2014-01-08 21:27:44 +00:00
Guy Harris 8c916394ef TFShark doesn't capture traffic, so it doesn't need
SHARK_COMMON_CAPTURE_SRC.

svn path=/trunk/; revision=54672
2014-01-08 20:57:34 +00:00
Guy Harris 658e0b30e6 At least some of the files in PLATFORM_CAPTURE_SRC are needed by
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-08 20:50:52 +00:00
Guy Harris c81a43da68 At least some of the files in PLATFORM_CAPTURE_SRC are needed by
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-08 20:36:37 +00:00
Guy Harris 324a7c9043 Rename PLATFORM_SRC to PLATFORM_CAPTURE_SRC, to match the CMake name.
svn path=/trunk/; revision=54669
2014-01-08 20:22:13 +00:00
Guy Harris 005ff3f64d Rename WIRESHARK_COMMON_SRC to SHARK_COMMON_SRC - what's common about it
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-08 20:10:17 +00:00
Anders Broman 9f664e5bdf Add vendor-id="Acision"
svn path=/trunk/; revision=54667
2014-01-08 20:03:16 +00:00
Martin Kaiser 57c4d97664 use a DVB string for the text field in the extended event descriptor
check for text length 0 while we're at it

svn path=/trunk/; revision=54666
2014-01-08 18:42:26 +00:00
Martin Kaiser c05722e316 remove duplicate editor modelines
it's enough to have them at the end of the file

svn path=/trunk/; revision=54665
2014-01-08 18:21:33 +00:00
Martin Kaiser 5460e0960b From Antony Bridle
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-08 18:16:36 +00:00
Pascal Quantin a9725030e5 Make it possible to use have_tap_listener() in a plugin
svn path=/trunk/; revision=54663
2014-01-08 15:58:49 +00:00
Alexis La Goutte 7cbbf32324 Don't create About window when Wireshark Qt start
svn path=/trunk/; revision=54662
2014-01-08 14:43:41 +00:00
Martin Kaiser d18311376a merge two if statements
svn path=/trunk/; revision=54661
2014-01-08 13:57:02 +00:00
Martin Kaiser 10da33247d Coverity 280379
if the key is missing, it's always a request

svn path=/trunk/; revision=54660
2014-01-08 13:56:24 +00:00
Jörg Mayer e8c0ef0acf Add file_access.c
svn path=/trunk/; revision=54659
2014-01-08 13:01:01 +00:00
Martin Kaiser f9385077ea no need for if (tree)
svn path=/trunk/; revision=54658
2014-01-08 12:49:45 +00:00
Martin Kaiser 9979ebf12d Coverity 280335, 280336
check the return value of gtk_tree_selection_get_selected()

svn path=/trunk/; revision=54657
2014-01-08 12:38:27 +00:00
Martin Kaiser 0b4aeb3b63 Coverity 280334
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-08 11:06:31 +00:00
Guy Harris be9d2e6f3b Add libfiletap.
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-08 10:34:00 +00:00
Guy Harris 2f2bd943e9 Don't put into the distribution files that don't exist.
svn path=/trunk/; revision=54654
2014-01-08 09:21:26 +00:00
Stig Bjørlykke a7c8e678bf Added a check for valid algorithm id.
svn path=/trunk/; revision=54653
2014-01-08 08:19:51 +00:00
Guy Harris c79fb5464b Sorry, the bytes-to-read argument to file_read() is unsigned int, so
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-08 05:40:53 +00:00
Guy Harris 035526af10 tfshark.c doesn't build without warnings, so default to "don't build it"
for now.

svn path=/trunk/; revision=54651
2014-01-08 05:36:36 +00:00
Guy Harris cd7909ebdf Handle tfshark.
svn path=/trunk/; revision=54650
2014-01-08 05:34:02 +00:00
Guy Harris 276ac8d44a No generated C files in filetap, so no libfiletap_generated.
svn path=/trunk/; revision=54649
2014-01-08 05:32:55 +00:00
Guy Harris ffb31ecac8 Unused parameters are unused.
svn path=/trunk/; revision=54648
2014-01-08 05:05:23 +00:00
Michael Mann 92a567f20d Make global algorithm_id in x509af dissector a direct_reference instead. Bug 9573 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9573). Removes valgrind warnings as well as just being Good Code.
svn path=/trunk/; revision=54647
2014-01-08 04:55:59 +00:00
Michael Mann bf284da2ee TFShark (Terminal Fileshark) v.001. Bug 9607 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9607)
This is a VERY PRELIMINARY version of tfshark.  It's an attempt to jumpstart FileShark and its architecture.  Right now it's mostly just a very stripped down version of tshark with all of the necessary build modifications (including now building filetap library since tfshark depends on it)

This code has helped me identify what I believe to be all of the necessary layers for a complete fileshark architecture.  And those layers will slowly be added in time (patches always welcome!).

svn path=/trunk/; revision=54646
2014-01-08 04:35:28 +00:00