Commit Graph

32421 Commits

Author SHA1 Message Date
Anders Broman 93f65bb572 Update the experimental code to use the UI manager.
svn path=/trunk/; revision=33743
2010-08-09 16:16:58 +00:00
Stig Bjørlykke 6f5b3e381c Make it compile without HAVE_C_ARES and HAVE_GETHOSTBYNAME2.
svn path=/trunk/; revision=33742
2010-08-09 11:19:15 +00:00
Guy Harris 414dadf6ba Add a note.
svn path=/trunk/; revision=33741
2010-08-08 23:32:40 +00:00
Guy Harris 1e5aeaac2a You can't free a string constant.
svn path=/trunk/; revision=33740
2010-08-08 21:38:36 +00:00
Guy Harris e85c2051ff Don't set the icon name:
1) the GTK+ documentation recommends against it;

	2) the X11 implementation of gtk_window_set_title() sets the
	   icon name to the title, so gdk_window_set_icon_name() doesn't
	   do anything interesting, and the Win32 and Quartz
	   implementations of gdk_window_set_icon_name() don't do
	   anything;

	3) gdk_window_set_icon_name() either crashes or complains if
	   it's handed a null pointer, which happens at startup.

Clean up indentation.

svn path=/trunk/; revision=33739
2010-08-08 21:26:39 +00:00
Guy Harris ad3d20d9c5 Don't speak of XQuartz - at least one person thought we meant that you
had to install XQuartz from Mac OS X Forge, rather than just installing
the X11 that comes with OS X.

svn path=/trunk/; revision=33736
2010-08-08 21:04:42 +00:00
Stig Bjørlykke fcc9f7a569 Protect tvb_* functions in a TRY-CATCH block.
This fixes bug 5087.

svn path=/trunk/; revision=33735
2010-08-08 19:04:35 +00:00
Anders Broman d7e5218d7a From Roberto Morro:
Added support for Organization Specific Slow Protocol (OSSP)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4966

svn path=/trunk/; revision=33734
2010-08-08 16:42:57 +00:00
Gerald Combs 82ce5f971f [Automatic manuf and enterprise-numbers update for 2010-08-08]
svn path=/trunk/; revision=33730
2010-08-08 15:03:36 +00:00
Anders Broman c9a7fade6a From Cal Turney:
Optionally display Wireshark version in the main window's title bar.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5040

svn path=/trunk/; revision=33729
2010-08-07 14:37:37 +00:00
Stig Bjørlykke 166ffa49aa From Jon Smirl:
Added "IEEE 802.15.4 Wireless PAN no fcs".

svn path=/trunk/; revision=33728
2010-08-07 09:44:54 +00:00
Jaap Keuter cdf617b620 From Jay Crisman:
I have attached a very simple patch to add the 'calv' packet type.

svn path=/trunk/; revision=33727
2010-08-06 17:52:59 +00:00
Jaap Keuter 4853835a36 From Tan Kean Siong:
Dissect the SMB Tree_Connect_Andx Request and Response properly with
extension request and response which are documented in [MS-SMB] — v20100711

svn path=/trunk/; revision=33726
2010-08-06 17:46:27 +00:00
Bill Meier c802a0918e From John Sullivan: Fix for 'Uninitialised pointer in packet-rtsp.c causes crash'
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5081

svn path=/trunk/; revision=33725
2010-08-06 14:34:14 +00:00
Bill Meier ae0b5bc5be Move proto_item_set_len() outside of an if statement so NPDU length is properly set;
Also: 'if (check_col())' no longer required;
      Minor revision of some comments;
      Whitespace cleanup;

svn path=/trunk/; revision=33724
2010-08-06 12:46:56 +00:00
Bill Meier 25c0d9a667 (Trivial) Whitespace cleanup.
svn path=/trunk/; revision=33723
2010-08-05 22:34:59 +00:00
Bill Meier 88953d2818 (Trivial) Define rpcprogs_packet() as returning gboolean; Whitespace cleanup.
svn path=/trunk/; revision=33722
2010-08-05 22:27:17 +00:00
Bill Meier 80fee5052b From Cal Turney: Need 6 dec places of SRT precision in WS SRT dialogs and the values should be rounded to the nearest 1us.
From me: 
 -Slight revision of the patch to prevent overflows 
   when time_t is 32 bits (eg: on 32 bit Linux);
 -Other minor changes.

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

svn path=/trunk/; revision=33721
2010-08-05 22:14:16 +00:00
Jeff Morriss 79d1d439c7 Fix number of arguments to format
svn path=/trunk/; revision=33720
2010-08-05 19:33:20 +00:00
Jaap Keuter 93497759a3 Remove experimental marker from NEW_PACKET_LIST.
svn path=/trunk/; revision=33719
2010-08-05 19:11:35 +00:00
Anders Broman dd21be32a3 From Christian Durrer:
- Added more info for detecting S-Bus telegrams
- Added the display filter sbus.retry for finding re-sent request telegrams
- Added the possibility to jump from the request telegram to the response
telegram
- Added response time to the response telegram
- Added telegram types "Read/Write Block"
- Corrected the "Read System Info" telegram (CRC was not correctly calculated)
- Changed my EMail address
- Small typos corrected

svn path=/trunk/; revision=33718
2010-08-05 19:01:27 +00:00
Stig Bjørlykke 4a72d7eabc Initialize tmp_info to avoid warnings from clang:
"Assigned value is garbage or undefined".

svn path=/trunk/; revision=33714
2010-08-05 07:12:56 +00:00
Stig Bjørlykke 5dc817d6d6 Initialize tpcph to avoid warnings from clang:
"The left operand of '>>' is a garbage value".

svn path=/trunk/; revision=33713
2010-08-05 07:09:59 +00:00
Martin Mathieson b91b0515cc Update bit_offset whether calling MAC dissector or not.
svn path=/trunk/; revision=33711
2010-08-04 14:42:09 +00:00
Stig Bjørlykke 8e314dbb8f Ensure we don't index into a NULL pointer.
svn path=/trunk/; revision=33710
2010-08-04 13:34:50 +00:00
Stig Bjørlykke 1ce4466261 Initialize confounder to ensure it has a known value.
svn path=/trunk/; revision=33709
2010-08-04 13:34:05 +00:00
Stig Bjørlykke f4955fcae2 Avoid a possible dereference of null pointer.
svn path=/trunk/; revision=33708
2010-08-04 13:32:44 +00:00
Stig Bjørlykke faeed4e56e Avoid a possible dereference of null pointer.
svn path=/trunk/; revision=33707
2010-08-04 13:32:09 +00:00
Anders Broman 0848d851cf From Slava:
The Infiniband dissector currently uses a heuristic where it attempts to parse
IBA payloads as if they contained encapsulated traffic with an Ethertype
header. While a relatively common occurrence and thus a fairly useful feature,
this heuristic in many cases causes false-positives which invoke unneeded
dissectors and generate noise in the form of unjustified "malformed packet"
errors these dissectors cause. This patch adds a checkbox to the Infiniband
preferences menu that allows users to disable this feature if desired. The
option remains on by default.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5062

svn path=/trunk/; revision=33703
2010-08-03 17:08:52 +00:00
Anders Broman dff27826ec From Slava:
Infiniband RoCE dissection.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5060

svn path=/trunk/; revision=33702
2010-08-03 16:57:02 +00:00
Anders Broman 9c824270f7 From Brandon Skari:
MySQL dissector doesn't dissect query responses.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5058

svn path=/trunk/; revision=33701
2010-08-03 16:25:13 +00:00
Bill Meier 45a1908a85 (Trivial) Fix a typo.
svn path=/trunk/; revision=33700
2010-08-03 16:06:48 +00:00
Stephen Fisher 0056d74d01 Remove question marks in preference titles.
svn path=/trunk/; revision=33699
2010-08-03 15:29:51 +00:00
Martin Mathieson 7b5d7d2e33 Add a preference to call MAC for TBs (on by default).
Improve info column display for HS-DSCH Capacity Request messages.
Removed calls to check_col().
Removed a few tabs.

svn path=/trunk/; revision=33698
2010-08-03 14:26:35 +00:00
Stig Bjørlykke f8ec869e41 Decode Browse Domain Announcement version and signature if signature
matches 0xaa55.

I don't know the historic reason for decoding this as "Mysterious Field",
but newer of Network Monitor (3.4) does show this as version and signature.

svn path=/trunk/; revision=33696
2010-08-03 11:22:08 +00:00
Stig Bjørlykke ea7db26373 Added some missing elements from MS Certificate:
- Previous Cert Hash
- Virtual Base
- Next Publisher

svn path=/trunk/; revision=33695
2010-08-03 08:55:07 +00:00
Gerald Combs 7e0e3b696b Revert r30979, which removed the window size in SYN packets. People were
asking where it went.

svn path=/trunk/; revision=33694
2010-08-03 00:09:41 +00:00
Gerald Combs 68d6299fc6 Remove the up/down arrow images. They haven't been used in a very long
time.

svn path=/trunk/; revision=33693
2010-08-03 00:08:14 +00:00
Bill Meier dac0bf77ed Fix cases where the type of a for loop variable is smaller than the type of the "end" variable.
In some cases the usage may have been benign since it can be seen by code inspection that the maximum value of the end variable can't exceed the maximum value of the loop variable.
However, on general principles, all the usages have been fixed.

svn path=/trunk/; revision=33692
2010-08-02 13:09:01 +00:00
Stig Bjørlykke f3d2b22899 Mark encryptedData as unused, to avoid warnings when not HAVE_LIBGCRYPT.
svn path=/trunk/; revision=33691
2010-08-02 08:52:39 +00:00
Stig Bjørlykke 33099036fe Added missing include <string.h>.
svn path=/trunk/; revision=33690
2010-08-02 08:46:36 +00:00
Anders Broman 9092ed1aa2 Try to fix the GTP' header dissection a bit.
svn path=/trunk/; revision=33689
2010-08-01 20:55:29 +00:00
Gerald Combs 081ff40308 [Automatic manuf and enterprise-numbers update for 2010-08-01]
svn path=/trunk/; revision=33685
2010-08-01 15:03:31 +00:00
Balint Reczey dba9b31fbe Fix Windows builds broken by previous commit
svn path=/trunk/; revision=33684
2010-08-01 11:14:49 +00:00
Balint Reczey a89c52939f Use local copy of Wireshark documentation on UNIX if it's available.
Installation has to be done manually to the location specified by --docdir
configure option.

svn path=/trunk/; revision=33683
2010-08-01 10:45:42 +00:00
Jörg Mayer ed7871ca54 - Comment: some abbreviations used
- Fix dissection of MU_RF_STATS_BLOCK
- Try to dissect embedded 802.11 frames (only works for the
  header, there seems to be a constant value of 0xa8b7 between
  wireless header and wireless data.

svn path=/trunk/; revision=33682
2010-07-30 20:11:37 +00:00
Bill Meier 74450c6cfb 'extern gint popup_menu_handler' ==> 'extern gboolean popup_menu_handler' to match just committed menus.c
svn path=/trunk/; revision=33680
2010-07-30 12:56:37 +00:00
Bill Meier 6cdec04e59 (Minor) Cleanup some "event callback" function declarations/definitions:
- Add missing 'user_data' arg as needed;
- Use gboolean rather than int as the type of the value returned.
Also: Cleanup whitespace & reformat long lines in a few cases.

svn path=/trunk/; revision=33679
2010-07-30 12:41:56 +00:00
Guy Harris 11b9ed0426 Define WTAP_ENCAP_IEEE802_15_4_NOFCS, for use in file formats that don't
include the FCS, and use it for the Daintree SNA file format.  While
we're at it, explicitly check to make sure the purported packet length
gives it at least one byte of packet data, and fix some print formats to
use %u for unsigned values.

svn path=/trunk/; revision=33678
2010-07-30 02:30:50 +00:00
Bill Meier 9a7e8cdddf Minor code cleanup:
- Define several event callback functions with the correct number of args;
- Remove several unnecessary 'if (!user_data)  exit(10);' code sequences;
- Use 'user_data' arg of event callbacks instead of an object property
  in several cases;
- Reformat some long lines.


svn path=/trunk/; revision=33677
2010-07-30 00:17:49 +00:00