obnox/wireshark/wip.git
13 years ago- Move cmake options into their own file, making it easier to
jmayer [Sat, 15 May 2010 20:41:53 +0000 (20:41 +0000)]
- Move cmake options into their own file, making it easier to
  use a locally modified version of the stuff
- Some (still preliminary) CPack changes
- Add -fexcess-precision=fast (configure.in and CmakeLists.txt)
  to the compileflags (new gcc-4.5 feature to maintain backward
  compatibility with gcc-4.4 and IMO we don't need the slower but
  more exact implementation gcc 4.5 offers.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32823 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoUse binary search when scanning the SANC and ISPC lists; correct a couple of
dimeg [Sat, 15 May 2010 20:14:52 +0000 (20:14 +0000)]
Use binary search when scanning the SANC and ISPC lists; correct a couple of
double entries in the ISPC lists.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32822 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoExport prefs_capture_device_monitor_mode().
guy [Sat, 15 May 2010 20:00:09 +0000 (20:00 +0000)]
Export prefs_capture_device_monitor_mode().

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32821 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoSupport monitor mode in the capture preferences.
guy [Sat, 15 May 2010 19:38:13 +0000 (19:38 +0000)]
Support monitor mode in the capture preferences.

Use prefs_is_capture_device_hidden() to find out whether a device should
be hidden - don't scan the list of hidden devices ourselves.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32820 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoUpdate to V9.2.0 (2010-03)
etxrab [Sat, 15 May 2010 10:27:45 +0000 (10:27 +0000)]
Update to V9.2.0 (2010-03)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32819 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoUpdate to V9.1.0 (2010-03).
etxrab [Sat, 15 May 2010 09:04:28 +0000 (09:04 +0000)]
Update to V9.1.0 (2010-03).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32818 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoUpdate to V9.2.0 (2010-03).
etxrab [Sat, 15 May 2010 08:49:39 +0000 (08:49 +0000)]
Update to V9.2.0 (2010-03).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32817 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFrom Torrey Atcitty: IEEE 802.1Qat (Multiple Stream Reservation Protocol) dissector
wmeier [Fri, 14 May 2010 22:55:55 +0000 (22:55 +0000)]
From  Torrey Atcitty:  IEEE 802.1Qat (Multiple Stream Reservation Protocol) dissector
See: Bug #4757: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4757

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32816 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFrom David Aggeler via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4762 :
morriss [Fri, 14 May 2010 21:54:48 +0000 (21:54 +0000)]
From David Aggeler via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4762 :

- Fixed HF to separate signed & unsigned values and to have BASE_DEC all signed
- Fixed private sequences with undefined length in ILE
- Fixed some spellings in comments

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32815 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoUpdate to V9.2.3 (2010-03)
etxrab [Fri, 14 May 2010 21:50:23 +0000 (21:50 +0000)]
Update to  V9.2.3 (2010-03)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32814 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoMNC, SANC and ISPC lists updated up to the latest OB, No 955
dimeg [Fri, 14 May 2010 21:12:48 +0000 (21:12 +0000)]
MNC, SANC and ISPC lists updated up to the latest OB, No 955

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32813 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoRework SMS reassembly:
morriss [Fri, 14 May 2010 19:27:11 +0000 (19:27 +0000)]
Rework SMS reassembly:

- Take out the if(tree) because for reassembly to work we need to do the
  reassembly on the first pass.
- Remove the (confusing) "try_dissect_message_fragment" preference (which
  caused us to dissect the message fragments) and replace it with a "reassembly"
  preference.  Dissect the message fragments regardless of whether reassembly is
  enabled or not (it's just SMS).  This solves the user confusion reported in
  https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4232 .
- Add the text of the SMS using proto_tree_add_string*() so that we an filter on
  the text.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32812 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFix a few usages of "" in the hfp] array 'blurb' field.
wmeier [Fri, 14 May 2010 18:56:28 +0000 (18:56 +0000)]
Fix a few usages of "" in the hfp] array 'blurb' field.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32811 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFix the tooltip for the "monitor mode" checkbox.
guy [Fri, 14 May 2010 17:36:17 +0000 (17:36 +0000)]
Fix the tooltip for the "monitor mode" checkbox.

Speak of network adapters rather than network cards (most personal
computers these days have no network cards - the network adapters are on
the motherboard).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32810 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoSet SVN properties
morriss [Fri, 14 May 2010 17:05:50 +0000 (17:05 +0000)]
Set SVN properties

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32809 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoSynchronize Makefiles even more.
jake [Fri, 14 May 2010 16:48:17 +0000 (16:48 +0000)]
Synchronize Makefiles even more.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32808 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoAdd Cmake stuff to the source distribution so more people can try it out.
morriss [Fri, 14 May 2010 16:27:03 +0000 (16:27 +0000)]
Add Cmake stuff to the source distribution so more people can try it out.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32807 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFrom Tamas Regos:
etxrab [Fri, 14 May 2010 07:57:32 +0000 (07:57 +0000)]
From Tamas Regos:
diameter dictionary.xml update

AVP 1003:
- typo: Flow-Informatio <-> Flow-Information
- added: Monitoring-Key and AF-Signalling-Protocol
- whitespace corrections

AVP 1006:
- added code: 24-28 and 100
- whitespace correction

AVP 1001, 1007, 1013-1020: whitespace corrections
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4765

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32806 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFix compilation when we don't have pcap_create().
guy [Fri, 14 May 2010 07:48:50 +0000 (07:48 +0000)]
Fix compilation when we don't have pcap_create().

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32805 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoSupport monitor mode from the GUI.
guy [Fri, 14 May 2010 05:15:40 +0000 (05:15 +0000)]
Support monitor mode from the GUI.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32804 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoIf something is only supposed to be included if we have libpcap, don't
guy [Fri, 14 May 2010 02:47:13 +0000 (02:47 +0000)]
If something is only supposed to be included if we have libpcap, don't
put #ifdef HAVE_LIBPCAP in it.

Add multiple-inclusion protection to capture_errs.h.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32803 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoDon't include capture-related headers if we don't support capturing
guy [Fri, 14 May 2010 01:39:02 +0000 (01:39 +0000)]
Don't include capture-related headers if we don't support capturing
network traffic.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32802 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoUm, no, the problem with the Leopard x86 build is that we first do a
guy [Fri, 14 May 2010 00:49:28 +0000 (00:49 +0000)]
Um, no, the problem with the Leopard x86 build is that we first do a
build without libpcap, to make sure that works, and then do a build with
libpcap, to put into a binary release.  It's the former that's failing;
I'll back out the previous change and then work on that.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32801 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoWe already have a link to the IBM version of the 3270 manual; just refer
guy [Fri, 14 May 2010 00:16:59 +0000 (00:16 +0000)]
We already have a link to the IBM version of the 3270 manual; just refer
to that.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32800 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoSee whether the Leopard x86 buildbot is upset because of the name
guy [Fri, 14 May 2010 00:10:15 +0000 (00:10 +0000)]
See whether the Leopard x86 buildbot is upset because of the name
if_capabilities_t - it doesn't fail on Snow Leopard, even if I undefine
HAVE_PCAP_CREATE, and doesn't fail on the Leopard PPC buildbot, either.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32799 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoHandle the Set Buffer Address command differently; this gets rid of the
guy [Thu, 13 May 2010 23:56:31 +0000 (23:56 +0000)]
Handle the Set Buffer Address command differently; this gets rid of the
macro with the "give credit" license, so back that out of COPYING.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32798 f5534014-38df-0310-8fa8-9805f1628bb7

13 years ago(Trivial) A little more whitespace cleanup.
wmeier [Thu, 13 May 2010 22:16:28 +0000 (22:16 +0000)]
(Trivial) A little more whitespace cleanup.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32797 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFrom Torrey Atcitty: [Dissector Enhancement] Added new functionality to existing...
wmeier [Thu, 13 May 2010 21:47:38 +0000 (21:47 +0000)]
From  Torrey Atcitty:  [Dissector Enhancement] Added new functionality to existing 1588v2 dissector to also support IEEE802.1AS.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32796 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFix up some indentation
morriss [Thu, 13 May 2010 20:39:56 +0000 (20:39 +0000)]
Fix up some indentation

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32795 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoReindent a bit
morriss [Thu, 13 May 2010 20:31:53 +0000 (20:31 +0000)]
Reindent a bit

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32794 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoUse find_or_create_conversation() in the example
morriss [Thu, 13 May 2010 18:59:35 +0000 (18:59 +0000)]
Use find_or_create_conversation() in the example

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32793 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoDocument find_or_create_conversation()
morriss [Thu, 13 May 2010 18:57:41 +0000 (18:57 +0000)]
Document find_or_create_conversation()

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32792 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoUse find_or_create_conversation() in some ASN.1 dissectors
morriss [Thu, 13 May 2010 18:55:31 +0000 (18:55 +0000)]
Use find_or_create_conversation() in some ASN.1 dissectors

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32791 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoAs suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075.html
morriss [Thu, 13 May 2010 18:28:34 +0000 (18:28 +0000)]
As suggested in wireshark.org/lists/wireshark-dev/200809/msg00075.html
(as referenced in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2907 ) and
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3411 :

Write a new convenience routine for finding a conversation and, if it is not
found, create it.  The frame number and addresses are taken from pinfo (as is
the common case).

Use this function in a bunch of dissectors.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32790 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFetch an indication of whether the interface supports capturing in
guy [Thu, 13 May 2010 17:37:39 +0000 (17:37 +0000)]
Fetch an indication of whether the interface supports capturing in
monitor mode at the same time that we fetch its list of link-layer
types.  Support fetching that list in monitor mode, as the list may be
different in regular and monitor mode.  If the interface supports
monitor mode, when printing the list of link-layer types, indicate
whether they're fetched in monitor mode or not, as tcpdump 4.1.x does.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32789 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFrom Hadar Shohami:
jake [Thu, 13 May 2010 17:22:53 +0000 (17:22 +0000)]
From Hadar Shohami:
Add support to option 17 sub option 2171 for Packet Cable 2.0 according to
CL-SP-CANN-DHCP-Reg-I03-090811.doc

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32788 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoAdd Robert Hogan. Also update my entry.
morriss [Thu, 13 May 2010 16:28:32 +0000 (16:28 +0000)]
Add Robert Hogan.  Also update my entry.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32787 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoRemove some unused hf_ entries
morriss [Thu, 13 May 2010 15:22:55 +0000 (15:22 +0000)]
Remove some unused hf_ entries

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32786 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFrom Robert Hogan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4257 :
morriss [Thu, 13 May 2010 15:19:40 +0000 (15:19 +0000)]
From Robert Hogan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4257 :

Correctly decode and display the buffer address in SBA orders.

Note: This includes a macro with a new license which is added to COPYING.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32785 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoUpdate to V9.2.1 (2010-04)
etxrab [Thu, 13 May 2010 13:29:31 +0000 (13:29 +0000)]
Update to  V9.2.1 (2010-04)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32784 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFrom Tamas Regos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4760 :
morriss [Thu, 13 May 2010 13:29:13 +0000 (13:29 +0000)]
From Tamas Regos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4760 :

Harmless typo bug in diam_dict.l

applictation_start <-> application_start

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32783 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoSupport of AUTOMATIC tagging environment
kukosa [Thu, 13 May 2010 13:16:26 +0000 (13:16 +0000)]
Support of AUTOMATIC tagging environment
(necessary for generating e.g. H.248 from original ASN.1 source)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32782 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoASN.1 compiler accepts version brackets in SEQUENCE and CHOICE extensions
kukosa [Thu, 13 May 2010 10:00:37 +0000 (10:00 +0000)]
ASN.1 compiler accepts version brackets in SEQUENCE and CHOICE extensions

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32781 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoUpdate to V9.2.0 (2010-03)
etxrab [Thu, 13 May 2010 08:03:04 +0000 (08:03 +0000)]
Update to V9.2.0 (2010-03)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32780 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoUpdate to V9.1.0 (2010-03)
etxrab [Thu, 13 May 2010 07:41:35 +0000 (07:41 +0000)]
Update to V9.1.0 (2010-03)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32779 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoUpdate to V9.1.0 (2010-03)
etxrab [Thu, 13 May 2010 07:40:31 +0000 (07:40 +0000)]
Update to V9.1.0 (2010-03)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32778 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoCreate a new REP_NA value for fields where there are no representations
guy [Thu, 13 May 2010 00:20:40 +0000 (00:20 +0000)]
Create a new REP_NA value for fields where there are no representations
from which to choose; use that for protocol fields in some protocols
(modify the CORBA generator to use it, and manually update the generated
CORBA dissectors accordingly).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32777 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoInstead of using private #defines for the last argument to
guy [Wed, 12 May 2010 23:45:16 +0000 (23:45 +0000)]
Instead of using private #defines for the last argument to
proto_tree_add_item(), use the new REP_BIG_ENDIAN and REP_LITTLE_ENDIAN
values.

Use those #defines in variables that represent the byte order, as well.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32776 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoAdd REP_{BIG,LITTLE}_ENDIAN #defines, for possible future use in
guy [Wed, 12 May 2010 22:35:56 +0000 (22:35 +0000)]
Add REP_{BIG,LITTLE}_ENDIAN #defines, for possible future use in
proto_tree_add_item() and field definitions, and for current use if
somebody finds it more self-documenting (some dissectors already have
their own #defines for that purpose).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32775 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoDon't set the sensitivity of the Open button based on whether we can
guy [Wed, 12 May 2010 19:44:23 +0000 (19:44 +0000)]
Don't set the sensitivity of the Open button based on whether we can
open the currently-selected file; that button is also used to select the
file or directory typed in the location bar.  This should fix bug 1791.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32774 f5534014-38df-0310-8fa8-9805f1628bb7

13 years ago(Trivial) Use consistent indentation.
wmeier [Wed, 12 May 2010 17:34:11 +0000 (17:34 +0000)]
(Trivial) Use consistent indentation.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32773 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFrom Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4758 :
morriss [Wed, 12 May 2010 13:24:42 +0000 (13:24 +0000)]
From Dirk via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4758 :

The HTTP dissector uses strtoll() to convert the Content-Length string into a
64bit variable. But that string can contain a number larger (or less) than
64bit, which lets the strtoll() return INT_MAX (or INT_MIN). strtoll() then
indicates this with errno==ERANGE.

The attachted patch checks if errno is set this way and then treats that HTTP
Content-Length as unspecified, since we don't know the real size.

I haven't checked other occurences of strtoll() in the HTTP dissector if they
could benefit from the errno check, or if other dissectors could use it.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32772 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFrom Tamas Regos:
etxrab [Wed, 12 May 2010 10:31:41 +0000 (10:31 +0000)]
From Tamas Regos:
WSLUA improvement.

The existing ProtoField.bool looks like the following:
ProtoField.bool(abbr, [name], [desc])

But checking any protocol dissector with bool protofield, it can be seen that
in C code we have more options than thru the WSLUA interface.

E.g.: {&hf_gtp_qos_sig_ind,{"Signalling Indication", "gtp.sig_ind", FT_BOOLEAN,
8, TFS(&gtp_sig_ind), GTP_EXT_QOS_SIG_IND_MASK, NULL, HFILL}},

So I've extended ProtoField.bool to have more options like this:
ProtoField.bool(abbr, [name], [bitfield], [true_false_string], [mask], [desc])

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

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32771 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFrom Tamas Regos:
etxrab [Wed, 12 May 2010 08:08:01 +0000 (08:08 +0000)]
From Tamas Regos:
Whitspace changes

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32770 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoUpdate to V9.2.0 (2010-03)
etxrab [Wed, 12 May 2010 05:51:54 +0000 (05:51 +0000)]
Update to V9.2.0 (2010-03)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32769 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFrom Chris Maynard via bug 4722:
gerald [Wed, 12 May 2010 04:03:07 +0000 (04:03 +0000)]
From Chris Maynard via bug 4722:

When I submitted the USB and PPP changes, I had not previously tested with a
full insertion of a particular USB device.  Now that I have, I've found that
what used to be reported as an unknown interface class is now reported as a
vendor specific interface class.  Thus, in order for PPP/USB dissection to
work, the ppp dissector must register for that class as well.  The attached
trivial patch does just that.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32768 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoInitialize the GValues without triggering any warnings
dimeg [Tue, 11 May 2010 21:50:54 +0000 (21:50 +0000)]
Initialize the GValues without triggering any warnings

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32767 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoUpdate display filter scripts with new field types.
jake [Tue, 11 May 2010 21:49:30 +0000 (21:49 +0000)]
Update display filter scripts with new field types.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32766 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoStraighten out field type names.
jake [Tue, 11 May 2010 21:46:17 +0000 (21:46 +0000)]
Straighten out field type names.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32765 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoGrinding through the Operational Bulletins:
dimeg [Tue, 11 May 2010 21:40:33 +0000 (21:40 +0000)]
Grinding through the Operational Bulletins:
SANC and ISPC lists updated up to OB No 949

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32764 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoMake sure pcap_open_live points to something.
gerald [Tue, 11 May 2010 21:09:21 +0000 (21:09 +0000)]
Make sure pcap_open_live points to something.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32763 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoMake the changes compile on Linux also.
jake [Tue, 11 May 2010 20:57:15 +0000 (20:57 +0000)]
Make the changes compile on Linux also.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32762 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoIf we have pcap_open(), and we're *not* opening an rpcap URL, open the
guy [Tue, 11 May 2010 20:19:35 +0000 (20:19 +0000)]
If we have pcap_open(), and we're *not* opening an rpcap URL, open the
device, don't just execute whatever comes after the open code as an else
clause.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32761 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFrom Yaniv Kaul: Fix errors found by clang static code analyzer and add some consts.
wmeier [Tue, 11 May 2010 20:14:37 +0000 (20:14 +0000)]
From Yaniv Kaul:  Fix errors found by clang static code analyzer and add some consts.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32760 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoStart to replace deprecated gtk_combo_new() with
etxrab [Tue, 11 May 2010 19:52:40 +0000 (19:52 +0000)]
Start to replace deprecated gtk_combo_new() with
gtk_combo_box_entry_new_text().

(I'll try to get back to this tomorrow)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32759 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFrom Paul J. Metzger: Add support for decoding DIS Electromagnetic Emission packets.
wmeier [Tue, 11 May 2010 19:03:33 +0000 (19:03 +0000)]
From Paul J. Metzger:  Add support for decoding DIS Electromagnetic Emission packets.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32758 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoAllow for heuristic dissection of Unicode XML.
jake [Tue, 11 May 2010 19:01:56 +0000 (19:01 +0000)]
Allow for heuristic dissection of Unicode XML.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32757 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoShow version as generated field.
jake [Tue, 11 May 2010 18:04:03 +0000 (18:04 +0000)]
Show version as generated field.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32756 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoUse consistent indentation; Whitesapce & formatting cleanup.
wmeier [Tue, 11 May 2010 16:54:55 +0000 (16:54 +0000)]
Use consistent indentation; Whitesapce & formatting cleanup.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32755 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoUse consistent indentation; Whitespace & formatting cleanup.
wmeier [Tue, 11 May 2010 15:34:57 +0000 (15:34 +0000)]
Use consistent indentation; Whitespace & formatting cleanup.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32754 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoReflect changes made in SVN #32752
wmeier [Tue, 11 May 2010 15:12:13 +0000 (15:12 +0000)]
Reflect changes made in SVN #32752

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32753 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFix handling of pa-data-type KRB5_PA_PAC_REQUEST (& KRB5_PA_S4U2SELF).
wmeier [Tue, 11 May 2010 14:34:16 +0000 (14:34 +0000)]
Fix handling of pa-data-type KRB5_PA_PAC_REQUEST (& KRB5_PA_S4U2SELF).

-Define pa-data-type KRB5_PA_PAC_REQUEST properly so that it is recognized.
  Fixes bug #4752 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4752)
-Also revert definition of  KRB5_PA_S4U2SELF (to be a positive number).
(All of the above reverts part of SVN #31400).

-Display pa-data-type as FT_INT32.
-Display the value for pa-data-type KRB5_PA_PAC_REQUEST as Boolean (not Int).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32752 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFrom Jay Moran via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4697 :
morriss [Tue, 11 May 2010 13:42:13 +0000 (13:42 +0000)]
From Jay Moran via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4697 :

Fix generation of ~/.wireshark-etc/pangorc to fix font issue.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32751 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoReplace deprecated gtk_input_add_full()
etxrab [Tue, 11 May 2010 08:36:16 +0000 (08:36 +0000)]
Replace deprecated gtk_input_add_full()

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32750 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFixwes to 3GPP AVP:s from Tamás Regõs.
etxrab [Tue, 11 May 2010 06:53:03 +0000 (06:53 +0000)]
Fixwes to 3GPP AVP:s from Tamás Regõs.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32749 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoAdd a little more code to avoid not-very-useful blurbs:
morriss [Tue, 11 May 2010 03:53:31 +0000 (03:53 +0000)]
Add a little more code to avoid not-very-useful blurbs:
  - Change spaces in the name to underscores before comparing it to the blurb.
  - Check if the type simply as T_ prepended to the name.
  - Don't put in a blurb of "NULL".

and regenerate the dissectors.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32748 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoRegenerate a few more of the ASN.1 dissectors
morriss [Tue, 11 May 2010 02:58:27 +0000 (02:58 +0000)]
Regenerate a few more of the ASN.1 dissectors

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32747 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoRegenerate a few more of the ASN.1 dissectors
morriss [Tue, 11 May 2010 02:51:39 +0000 (02:51 +0000)]
Regenerate a few more of the ASN.1 dissectors

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32746 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoRegenerate a few more of the ASN.1 dissectors
morriss [Tue, 11 May 2010 02:37:46 +0000 (02:37 +0000)]
Regenerate a few more of the ASN.1 dissectors

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32745 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoRegenerate a few more of the ASN.1 dissectors
morriss [Tue, 11 May 2010 02:33:30 +0000 (02:33 +0000)]
Regenerate a few more of the ASN.1 dissectors

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32744 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFollow on to rev 32593: apparently delaying the start of resolv_update_cb() isn't...
morriss [Tue, 11 May 2010 02:25:22 +0000 (02:25 +0000)]
Follow on to rev 32593: apparently delaying the start of resolv_update_cb() isn't always enough.  Delaying it further is would require adding the function call to several cases of an already complicated if/then/else + #ifdef/#else, so instead just put in a NULL check before calling gdk_window_invalidate_rect().

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32743 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoRegenerate a few of the ASN.1 dissectors
morriss [Tue, 11 May 2010 02:13:26 +0000 (02:13 +0000)]
Regenerate a few of the ASN.1 dissectors

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32742 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoAdd new packet list open bugs to the "known bugs" list.
gerald [Mon, 10 May 2010 22:10:59 +0000 (22:10 +0000)]
Add new packet list open bugs to the "known bugs" list.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32741 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoUpdates for 1.4.
gerald [Mon, 10 May 2010 21:58:44 +0000 (21:58 +0000)]
Updates for 1.4.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32740 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFix for bug 4720:
jake [Mon, 10 May 2010 21:31:12 +0000 (21:31 +0000)]
Fix for bug 4720:
Assume all fields, except ProducerID, being LE, i.s.o. BE (network order).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32739 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoUpdate the ISPC lists up to ITU Operational Bulletin 940
dimeg [Mon, 10 May 2010 21:04:08 +0000 (21:04 +0000)]
Update the ISPC lists up to ITU Operational Bulletin 940

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32738 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFix a gcc -Wshadow warning.
wmeier [Mon, 10 May 2010 16:51:09 +0000 (16:51 +0000)]
Fix a gcc -Wshadow warning.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32737 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFix a gcc -Wshadow warning.
wmeier [Mon, 10 May 2010 16:39:53 +0000 (16:39 +0000)]
Fix a gcc -Wshadow warning.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32736 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoIndentation & whitespace cleanup (including: "4 space tabs" ==> spaces)
wmeier [Mon, 10 May 2010 15:54:57 +0000 (15:54 +0000)]
Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32735 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoFix non-libz build.
martinm [Mon, 10 May 2010 12:56:01 +0000 (12:56 +0000)]
Fix non-libz build.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32734 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoBring back "1 min" and "10 min" in IO Graph Tick interval.
stig [Mon, 10 May 2010 10:48:45 +0000 (10:48 +0000)]
Bring back "1 min" and "10 min" in IO Graph Tick interval.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32733 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoAdd missing textify.sh to source distribution
kukosa [Mon, 10 May 2010 06:54:16 +0000 (06:54 +0000)]
Add missing textify.sh to source distribution

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32732 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoAllow for proto_tree_add_item() with FT_ABSOLUTE_TIME and FT_RELATIVE_TIME.
jake [Mon, 10 May 2010 06:32:31 +0000 (06:32 +0000)]
Allow for proto_tree_add_item() with FT_ABSOLUTE_TIME and FT_RELATIVE_TIME.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32731 f5534014-38df-0310-8fa8-9805f1628bb7

13 years ago[Automatic manuf and enterprise-numbers update for 2010-05-09]
gerald [Sun, 9 May 2010 15:03:37 +0000 (15:03 +0000)]
[Automatic manuf and enterprise-numbers update for 2010-05-09]

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32728 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoAs of release 1.5, MIT Kerberos moved krb5.h to krb5/krb5.h. Check both
sfisher [Sun, 9 May 2010 06:33:03 +0000 (06:33 +0000)]
As of release 1.5, MIT Kerberos moved krb5.h to krb5/krb5.h.  Check both
places.  Fix prompted by report on -dev from Jeff Blaine using MIT Kerberos
1.8.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32727 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoClean comments and indentation.
jake [Sun, 9 May 2010 05:40:29 +0000 (05:40 +0000)]
Clean comments and indentation.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32726 f5534014-38df-0310-8fa8-9805f1628bb7

13 years ago(Trivial) Fix some indentation.
wmeier [Sat, 8 May 2010 16:33:59 +0000 (16:33 +0000)]
(Trivial) Fix some indentation.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32725 f5534014-38df-0310-8fa8-9805f1628bb7

13 years ago(Trivial) Fix a typo & some indentation
wmeier [Sat, 8 May 2010 16:12:29 +0000 (16:12 +0000)]
(Trivial) Fix a typo & some indentation

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32724 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoEnable "Decode As..." for ethertype 0x0000 (fix for bug 4721)
sake [Sat, 8 May 2010 07:55:12 +0000 (07:55 +0000)]
Enable "Decode As..." for ethertype 0x0000 (fix for bug 4721)

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32723 f5534014-38df-0310-8fa8-9805f1628bb7

13 years agoInclude inet_v6defs.h after include the Windows socket headers, so it
guy [Sat, 8 May 2010 01:37:36 +0000 (01:37 +0000)]
Include inet_v6defs.h after include the Windows socket headers, so it
knows whether AF_INET6 is needed.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32722 f5534014-38df-0310-8fa8-9805f1628bb7