Commit Graph

46017 Commits

Author SHA1 Message Date
Martin Kaiser 2b59da3ff5 Coverity CID 280299
check return value of tvb_reported_length_remaining()

svn path=/trunk/; revision=48803
2013-04-09 21:16:29 +00:00
Martin Kaiser 83bee64565 Coverity CID 280448: Missing break in switch
svn path=/trunk/; revision=48802
2013-04-09 21:06:37 +00:00
Martin Kaiser 31435deea7 Coverity CID 281193: Dead code
svn path=/trunk/; revision=48801
2013-04-09 21:02:03 +00:00
Michael Tüxen ba9bacfd81 Update packet format according to upcoming working group draft.
This is also supported by Firefox Nightly starting from tomorrow.

svn path=/trunk/; revision=48800
2013-04-09 19:52:43 +00:00
Irene Rüngeler afb0e76c8b The default interface should now be selected also on Windows.
svn path=/trunk/; revision=48799
2013-04-09 08:41:01 +00:00
Jeff Morriss c2ced4a2ab Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written to
that directory since 2001 and reading from that directory was only left in for
backwards compatibility with versions prior to r4702.  I think it's now safe
to remove that backwards compatibility.

This eliminates the last argument of get_persconffile_path().

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

svn path=/trunk/; revision=48797
2013-04-09 02:48:03 +00:00
Jeff Morriss cfd03173b4 Fix the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8539 :
Bail out of the item length we get (which we use to increment the offset) is 0.
Otherwise the offset does not advance and we loop forever.

While we're in there: get the item length just once (there's no need to call
tvb_get_guint8() a half dozen times when one will do).

svn path=/trunk/; revision=48796
2013-04-09 02:05:39 +00:00
Pascal Quantin 435fe919d8 Fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8569 :
Do not display a warning when MCC/MNC is set to 0xffffff and identify country / network code as 'Unset'

svn path=/trunk/; revision=48793
2013-04-08 20:25:09 +00:00
Gerald Combs 10627830cb Nudge the fill another half pixel.
svn path=/trunk/; revision=48792
2013-04-08 18:32:51 +00:00
Gerald Combs e63161794b Decrease the width of the outer borders by half a pixel to match the
other icons more closely.

svn path=/trunk/; revision=48791
2013-04-08 18:28:33 +00:00
Gerald Combs e8aa604eed Try a blue fill for the stop capture button, using Windows Sound
Recorder as a cue.

svn path=/trunk/; revision=48790
2013-04-08 17:14:16 +00:00
Anders Broman 5f6b7f95bc Fix dissection of IMSI detach from non-EPS service type.
svn path=/trunk/; revision=48789
2013-04-08 16:44:15 +00:00
Irene Rüngeler 192b62f97b Set the default interface as selected.
svn path=/trunk/; revision=48788
2013-04-08 08:13:20 +00:00
Irene Rüngeler 616fb80a01 Fix bug in "Import Hex Dump" where data was overwritten in the buffer.
svn path=/trunk/; revision=48787
2013-04-08 07:15:50 +00:00
Alexis La Goutte c078009625 Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=48786
2013-04-07 18:57:06 +00:00
Alexis La Goutte 93873346ce Make fix-encodings-args Happy
svn path=/trunk/; revision=48785
2013-04-07 18:56:56 +00:00
Alexis La Goutte ee448bc87f Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=48784
2013-04-07 18:56:46 +00:00
Alexis La Goutte 639315a3c3 Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=48783
2013-04-07 18:56:35 +00:00
Alexis La Goutte 1ad2bb6aa9 Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=48782
2013-04-07 18:56:23 +00:00
Alexis La Goutte 3f57c74724 Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=48781
2013-04-07 18:55:54 +00:00
Gerald Combs 69ee73b5de Adjust the automatic update label.
svn path=/trunk/; revision=48780
2013-04-07 18:06:19 +00:00
Gerald Combs c0c0000b87 Adjust some wording.
svn path=/trunk/; revision=48779
2013-04-07 18:00:48 +00:00
Gerald Combs 102a6cc04b Expose the automatic update preference on Windows.
svn path=/trunk/; revision=48778
2013-04-07 17:59:44 +00:00
Gerald Combs b2f2059c41 Use a monospace font for the address resolution dialog so that tab
alignment will work. Add modelines and reindent.

svn path=/trunk/; revision=48777
2013-04-07 17:59:07 +00:00
Gerald Combs fc19abb965 Change the "stop capture" icon to a Great Big Huge Square to try to make
it more obvious (particularly at 16x16 pixels) that it and the "start
capture" icons work like media controls.

Update compress-pngs to match the latest version of pngcrush and
recompress our PNGs. Add a "clean-pixmaps" target to ui/gtk/Makefile.am
to make it easier to rebuild our pixbuf includes.

svn path=/trunk/; revision=48776
2013-04-07 17:40:28 +00:00
Alexis La Goutte 76d7baf32d From Masatake YAMATO via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8565
New dissector for PULSE protocol for Linux Virtual Server redundancy

very small dissector for PULSE protocol for Linux Virtual Server redundancy.
About pulse, see http://sourceware.org/piranha.

From me :
Add Modelines info
Replace tab by space

svn path=/trunk/; revision=48775
2013-04-07 17:32:03 +00:00
Jakub Zawadzki 1c249ca95c NPL stuff:
- stubs for more NPL built-ins
 - try to guess struct size
 - some work on property attribute.

svn path=/trunk/; revision=48774
2013-04-07 17:24:16 +00:00
Alexis La Goutte a0f8e6fd1c From Masatake YAMATO via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8565
New dissector for PULSE protocol for Linux Virtual Server redundancy

very small dissector for PULSE protocol for Linux Virtual Server redundancy.
About pulse, see http://sourceware.org/piranha.

From me :
Add Modelines info
Replace tab by space

svn path=/trunk/; revision=48773
2013-04-07 17:09:00 +00:00
Alexis La Goutte 0e3bb34fba From Loránd Jakab via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8555 More features for the Locator/ID Separation Protocol (LISP) dissector
This patch adds support in the LISP dissector for the following:

* dissect Map-Referral packet subtype
* dissect individual fields in mapping records, which are now filterable
* some code cleanup

The NAT traversal draft added another field to go together with the xTR-ID, the site-ID field.
Add support for this field as well.

svn path=/trunk/; revision=48772
2013-04-07 17:08:46 +00:00
Alexis La Goutte 5dcc13489b Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clang
svn path=/trunk/; revision=48771
2013-04-07 15:57:36 +00:00
Alexis La Goutte b828c33c23 Fix Indent (Replace Tabs by 4-spaces) Fix Trailing Whitespaces Add Modelines
svn path=/trunk/; revision=48770
2013-04-07 15:57:28 +00:00
Alexis La Goutte b7844a673b From report of Mark Phillips via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8561 802.11 QoS decode broken from 1.9.2
Wrong encoding type (ENC_BIG_ENDIAN => ENC_LITTLE_ENDIAN)
Also fix a wrong increment offset about TXOP

svn path=/trunk/; revision=48769
2013-04-07 15:57:20 +00:00
Alexis La Goutte 8576eb409f Move #define OUI include in ieee80211 dissector to epan/oui.h Add Modelines to epan/oui.h
svn path=/trunk/; revision=48768
2013-04-07 15:57:11 +00:00
Alexis La Goutte 5bd548e9b5 From report TheDarkEye via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8554 Part of Ping Reply Message in ICMPv6 Reply Message is marked as "Malformed Packet"
(Wrong offset variable...)

#BACKPORT(1.8)

svn path=/trunk/; revision=48767
2013-04-07 15:57:01 +00:00
Alexis La Goutte a09722c937 Enhance 802.11 Vendor Specific IE * Remove hf_ieee80211_tag_interpretation...
svn path=/trunk/; revision=48766
2013-04-07 15:56:52 +00:00
Alexis La Goutte f84fde9439 Enhance 802.11(n) Vendor Specific IE HT * Remove hf_ieee80211_tag_interpretation...
svn path=/trunk/; revision=48765
2013-04-07 15:56:37 +00:00
Gerald Combs a19b6929ed [Automatic manuf, services and enterprise-numbers update for 2013-04-07]
svn path=/trunk/; revision=48762
2013-04-07 14:03:28 +00:00
Guy Harris 84e57e766c Requiescat in pace epan/dissectors/packet-rtps2.h.
svn path=/trunk/; revision=48761
2013-04-07 01:23:10 +00:00
Michael Mann 94ed99dc06 Made IP address fields filterable as well as a few others.
Also added a preference to determine where to put the PIM payload.  Per http://www.wireshark.org/lists/wireshark-dev/201304/msg00019.html, I made the default off of the main tree instead of a subtree of PIM.

svn path=/trunk/; revision=48760
2013-04-06 23:25:16 +00:00
Gerald Combs 1cb1c73756 Looks like the licensing change only applies to GnuTLS 3.1.10.
svn path=/trunk/; revision=48759
2013-04-06 15:45:28 +00:00
Gerald Combs 3217be744a GnuTLS recently switched back to a compatible license (LGPLv2.1+).
Update our checks accordingly.

svn path=/trunk/; revision=48758
2013-04-06 15:39:39 +00:00
Jaap Keuter 4d802ca4b9 Show the PIMv2 register flags in the correct tree.
svn path=/trunk/; revision=48757
2013-04-06 11:53:58 +00:00
Pascal Quantin 02db28c2a9 Update User Guide
svn path=/trunk/; revision=48756
2013-04-06 11:03:27 +00:00
Guy Harris 98938830d5 Fix some bugs that showed up as format warnings.
Use "offset +" in the calls to fill in the Info column, as presumably
the values being put into that column are the same as the values being
put into the protocol tree, and those have offsets based on the offset
variable.

svn path=/trunk/; revision=48755
2013-04-05 23:46:20 +00:00
Anders Broman 63d3ef878f Add dissection from BCMCS spec.
svn path=/trunk/; revision=48754
2013-04-05 22:16:02 +00:00
Chris Maynard 4ac2441d7c Coalesce "-G fields2" and "-G fields3" into "-G fields", as discussed on -dev.
See: http://www.wireshark.org/lists/wireshark-dev/201304/msg00015.html

svn path=/trunk/; revision=48753
2013-04-05 21:58:43 +00:00
Pascal Quantin d40de83931 Put "Remote Interface" window on top of "Interface Management" window
svn path=/trunk/; revision=48752
2013-04-05 21:52:39 +00:00
Pascal Quantin 00b3acf9c5 Highlight the correct byte for Timezone
svn path=/trunk/; revision=48751
2013-04-05 20:50:24 +00:00
Chris Maynard 2603ad7e44 Match the new text2pcap max packet import size of 65KiB-1 from r48738.
svn path=/trunk/; revision=48750
2013-04-05 14:30:33 +00:00
Jeff Morriss 0e0c0f39ae Fix set-but-not-used warning turned error: use the newly created subtree in a few cases.
svn path=/trunk/; revision=48749
2013-04-05 14:07:34 +00:00