obnox/wireshark/wip.git
14 years agoFrom Kovarththanan Rajaratnam via bug 3548:
stig [Thu, 18 Jun 2009 21:30:42 +0000 (21:30 +0000)]
From Kovarththanan Rajaratnam via bug 3548:
(1) Trailing/leading spaces are removed from 'name's/'blurb's
(2) Duplicate 'blurb's are replaced with NULL
(3) Empty ("") 'blurb's are replaced with NULL
(4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields
    for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME,
    FT_PROTOCOL, FT_STRING and FT_STRINGZ field types
(5) Only allow non-zero value for 'display' if 'bitmask' is non-zero

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

14 years agoUse BASE_NONE for FT_BYTES.
stig [Thu, 18 Jun 2009 21:26:13 +0000 (21:26 +0000)]
Use BASE_NONE for FT_BYTES.

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

14 years agoFix for bug 3539: Address as signess issue for fcs_len.
tuexen [Thu, 18 Jun 2009 18:43:36 +0000 (18:43 +0000)]
Fix for bug 3539: Address as signess issue for fcs_len.
Bugfix scheduled for 1.2.1.

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

14 years agoFrom Anders:
stig [Wed, 17 Jun 2009 15:02:12 +0000 (15:02 +0000)]
From Anders:
Update to June specification.

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

14 years agoCall RRC dissector inside TRY/CATCH block, in order to:
martinm [Wed, 17 Jun 2009 12:13:29 +0000 (12:13 +0000)]
Call RRC dissector inside TRY/CATCH block, in order to:
- finish dissecton of other bodies
- make sure stats are updated in the face of RRC exceptions

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

14 years agoTrivial prettifications
martinm [Wed, 17 Jun 2009 09:43:56 +0000 (09:43 +0000)]
Trivial prettifications

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

14 years agoAdded missing lua_bitop.obj.
stig [Wed, 17 Jun 2009 01:16:13 +0000 (01:16 +0000)]
Added missing lua_bitop.obj.

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

14 years agoClean up a comment.
tuexen [Wed, 17 Jun 2009 00:46:38 +0000 (00:46 +0000)]
Clean up a comment.

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

14 years agoLet create_preference_option_menu() and create_preference_entry()
stig [Tue, 16 Jun 2009 21:04:43 +0000 (21:04 +0000)]
Let create_preference_option_menu() and create_preference_entry()
set the tooltips.

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

14 years agoSuggested by Anders...
tuexen [Tue, 16 Jun 2009 20:32:17 +0000 (20:32 +0000)]
Suggested by Anders...

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

14 years ago- Properly detect and use the perl command.
jmayer [Tue, 16 Jun 2009 05:52:16 +0000 (05:52 +0000)]
- Properly detect and use the perl command.
- Rename EDITCAP_... to editcap_... and the like.
  This should make it easier to later loop around some
  of the entries instead of processing each individually.

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

14 years agoBuild the other tools that don't depend on libwireshark
jmayer [Tue, 16 Jun 2009 05:37:46 +0000 (05:37 +0000)]
Build the other tools that don't depend on libwireshark
(editcap, capinfo, text2pcap, mergecap).

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

14 years agoAdded Lua BitOp, made by Mike Pall.
stig [Tue, 16 Jun 2009 05:26:46 +0000 (05:26 +0000)]
Added Lua BitOp, made by Mike Pall.

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

14 years agoWhitespace cleanups.
tuexen [Tue, 16 Jun 2009 05:03:33 +0000 (05:03 +0000)]
Whitespace cleanups.

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

14 years agoResize the list in the autocompletion popup when narrowing down the elements
stig [Tue, 16 Jun 2009 04:54:59 +0000 (04:54 +0000)]
Resize the list in the autocompletion popup when narrowing down the elements
to remove a possible horizontal scrollbar when not needed, also when using
backspace.

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

14 years agoUpdate svn:ignore for wiretap after ascend structure changes.
stig [Tue, 16 Jun 2009 04:23:13 +0000 (04:23 +0000)]
Update svn:ignore for wiretap after ascend structure changes.

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

14 years agoOK, so my last commit message was too optimistic - I was using
jmayer [Tue, 16 Jun 2009 04:12:30 +0000 (04:12 +0000)]
OK, so my last commit message was too optimistic - I was using
an installed version of wsutil. dumpcap now really builds on
Linux via cmake.

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

14 years agoSupport per packet dumping in wtap_encap_string() and wtap_encap_short_string().
stig [Tue, 16 Jun 2009 03:16:55 +0000 (03:16 +0000)]
Support per packet dumping in wtap_encap_string() and wtap_encap_short_string().

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

14 years agoLet create_preference_option_menu() and create_preference_entry()
stig [Mon, 15 Jun 2009 23:39:57 +0000 (23:39 +0000)]
Let create_preference_option_menu() and create_preference_entry()
set the tooltips.

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

14 years agoLet create_preference_check_button() set the tooltips.
stig [Mon, 15 Jun 2009 23:25:12 +0000 (23:25 +0000)]
Let create_preference_check_button() set the tooltips.

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

14 years agoFrom Ben Winslow via bug 3535:
gerald [Mon, 15 Jun 2009 22:25:05 +0000 (22:25 +0000)]
From Ben Winslow via bug 3535:

Because Lucent/Ascend equipment will sometimes omit the hex dump for a packet
or send two headers followed by two hex dumps, Wireshark needs to be very
lenient when parsing a Lucent/Ascend trace.  On a busy access server, a packet
like this is pretty likely to appear within a few minutes.

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

14 years agoUse upx 303w.
gerald [Mon, 15 Jun 2009 22:20:27 +0000 (22:20 +0000)]
Use upx 303w.

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

14 years agoBug 2833:
gal [Mon, 15 Jun 2009 19:43:29 +0000 (19:43 +0000)]
Bug 2833:
Naming attributes in subject DNs defined for Extended Validation Certificates
http://www.cabforum.org/EV_Certificate_Guidelines_draft11.pdf

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

14 years agoCMake now successfully builds dumpcap
jmayer [Mon, 15 Jun 2009 18:59:33 +0000 (18:59 +0000)]
CMake now successfully builds dumpcap

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

14 years agoRename all of the ascend files:
jmayer [Mon, 15 Jun 2009 18:56:46 +0000 (18:56 +0000)]
Rename all of the ascend files:
That way we hopefully won't need the runlex.sh hack any
more. Also the ylwrap stuff is (hopefully) obsolete.

ascend.[hc]      -> ascendtext.[hc]
ascend-scanner.l -> ascend_scanner.l
ascend-grammar.y -> ascend.y

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

14 years agoNote that non-ASCII characters in source files cause problems.
guy [Mon, 15 Jun 2009 16:54:07 +0000 (16:54 +0000)]
Note that non-ASCII characters in source files cause problems.

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

14 years agoAdded a preference to capture in Pcap-NG from GUI.
stig [Mon, 15 Jun 2009 16:36:02 +0000 (16:36 +0000)]
Added a preference to capture in Pcap-NG from GUI.

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

14 years agoIt appears Wireshark now has only ASCII in its source files; Treat non-ASCII chars...
morriss [Mon, 15 Jun 2009 15:16:52 +0000 (15:16 +0000)]
It appears Wireshark now has only ASCII in its source files; Treat non-ASCII chars as an error.

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

14 years agoRemove non-ASCII character
morriss [Mon, 15 Jun 2009 14:59:08 +0000 (14:59 +0000)]
Remove non-ASCII character

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

14 years agoFix bug reported by Stig: per packet encapsulation for
tuexen [Mon, 15 Jun 2009 12:55:42 +0000 (12:55 +0000)]
Fix bug reported by Stig: per packet encapsulation for
pcapng is supported.

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

14 years agoclean: remove directory of previous upx301.
wmeier [Mon, 15 Jun 2009 12:40:53 +0000 (12:40 +0000)]
clean: remove directory of previous upx301.

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

14 years agoproto_reg_handoff... doesn't need 'if (!inited) ...';
wmeier [Mon, 15 Jun 2009 12:36:50 +0000 (12:36 +0000)]
proto_reg_handoff... doesn't need 'if (!inited) ...';
Remove unneeded forward declaration;
Set emacs editor modelines value to a "safe" value.

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

14 years agoShow data-segment info in info column.
martinm [Mon, 15 Jun 2009 09:46:13 +0000 (09:46 +0000)]
Show data-segment info in info column.

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

14 years agoAdded missing 'const' for value_string.
stig [Mon, 15 Jun 2009 04:52:50 +0000 (04:52 +0000)]
Added missing 'const' for value_string.

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

14 years agoTrivial warning fixes:
jmayer [Mon, 15 Jun 2009 02:34:53 +0000 (02:34 +0000)]
Trivial warning fixes:
- Might be used uninitialized
- not a prototype
- comma at end of enum

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

14 years agoUse a unique data file name for our OpenStreetMap data. Print an error
gerald [Sun, 14 Jun 2009 22:19:08 +0000 (22:19 +0000)]
Use a unique data file name for our OpenStreetMap data. Print an error
if we don't have data for any hosts. Fixes bug 3530.

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

14 years agoFrom Didier Gautheron via bug 3531:
gerald [Sun, 14 Jun 2009 20:57:57 +0000 (20:57 +0000)]
From Didier Gautheron via bug 3531:

Recent glib versions always include signal.h in gbacktrace.h

On Linux PPC signal.h defines PT_R4 which is also defined by samba and
compilation fails.

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

14 years ago[Automatic manuf and enterprise-numbers update for 2009-06-14]
gerald [Sun, 14 Jun 2009 15:03:29 +0000 (15:03 +0000)]
[Automatic manuf and enterprise-numbers update for 2009-06-14]

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

14 years agoFix a typo.
wmeier [Sun, 14 Jun 2009 12:50:52 +0000 (12:50 +0000)]
Fix a typo.

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

14 years agoIf Makefile.nmake/config.nmake updated: Check versions of individual library packages.
wmeier [Sun, 14 Jun 2009 12:39:47 +0000 (12:39 +0000)]
If Makefile.nmake/config.nmake updated: Check versions of individual library packages.
This is in addition to the "tag checking" and will catch cases where a library file
has been updated w/o changing the tag. This patch re-enables checking previously done
except that now updates to config.nmake will also trigger the check.

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

14 years agoFix from yamisoe@gmail.com for Bug 3533.
tuexen [Sun, 14 Jun 2009 10:24:52 +0000 (10:24 +0000)]
Fix from yamisoe@gmail.com for Bug 3533.

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

14 years agoPrevent duplicate header field registrations.
jake [Sun, 14 Jun 2009 05:35:35 +0000 (05:35 +0000)]
Prevent duplicate header field registrations.

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

14 years agoFrom Didier Gautheron via bug 3532:
stig [Sat, 13 Jun 2009 23:32:08 +0000 (23:32 +0000)]
From Didier Gautheron via bug 3532:
Reset the detail pane protocol preferences menu on profile switching.

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

14 years agoUpdate to you the latest UPX executable/dll compressor.
gal [Sat, 13 Jun 2009 08:26:11 +0000 (08:26 +0000)]
Update to you the latest UPX executable/dll compressor.

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

14 years agoUpdate for the latest WinPcap and also installation of the VC redistributable.
gal [Sat, 13 Jun 2009 08:20:46 +0000 (08:20 +0000)]
Update for the latest WinPcap and also installation of the VC redistributable.

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

14 years agoAdd a Banana dissector. This is used by the Twisted Python framework for
gerald [Fri, 12 Jun 2009 17:48:39 +0000 (17:48 +0000)]
Add a Banana dissector. This is used by the Twisted Python framework for
data serialization.

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

14 years agoBack out the previous change, after reading the System Startup documentation.
gerald [Fri, 12 Jun 2009 15:37:28 +0000 (15:37 +0000)]
Back out the previous change, after reading the System Startup documentation.

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

14 years agoAs pointed out by Aaron Outhier, we need to call StartService instead of
gerald [Fri, 12 Jun 2009 15:26:34 +0000 (15:26 +0000)]
As pointed out by Aaron Outhier, we need to call StartService instead of
RunService.

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

14 years agoptvcursor_add_text_with_subtree(): Don't crash if called with a NULL tree.
morriss [Fri, 12 Jun 2009 14:32:32 +0000 (14:32 +0000)]
ptvcursor_add_text_with_subtree(): Don't crash if called with a NULL tree.
Also fix up some indenting.

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

14 years agoDecode id-data, usually found within S/MIME (CMS), as IMF/MIME.
gal [Fri, 12 Jun 2009 10:39:03 +0000 (10:39 +0000)]
Decode id-data, usually found within S/MIME (CMS), as IMF/MIME.

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

14 years agoAdd mergecap to see also.
jmayer [Fri, 12 Jun 2009 00:23:34 +0000 (00:23 +0000)]
Add mergecap to see also.

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

14 years agoFix tpyo.
guy [Thu, 11 Jun 2009 17:25:57 +0000 (17:25 +0000)]
Fix tpyo.

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

14 years ago(Minor) #include "alert_box.h" not req'd
wmeier [Thu, 11 Jun 2009 16:41:38 +0000 (16:41 +0000)]
(Minor) #include "alert_box.h" not req'd

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

14 years agoUpdates to Jun spec. version.
etxrab [Thu, 11 Jun 2009 16:26:31 +0000 (16:26 +0000)]
Updates to Jun spec. version.

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

14 years agoFrom Duncan Salerno:
etxrab [Thu, 11 Jun 2009 16:25:35 +0000 (16:25 +0000)]
From Duncan Salerno:
GTPv2 IE names incorrect/incomplete
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3525

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

14 years agoWindows transient to main window and destoyed with it.
etxrab [Thu, 11 Jun 2009 16:24:06 +0000 (16:24 +0000)]
Windows transient to main window and destoyed with it.

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

14 years agoTrivial: add spaces to info column string text.
martinm [Thu, 11 Jun 2009 14:05:31 +0000 (14:05 +0000)]
Trivial: add spaces to info column string text.

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

14 years agoSet length of proto item for status pdu.
martinm [Thu, 11 Jun 2009 13:58:08 +0000 (13:58 +0000)]
Set length of proto item for status pdu.

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

14 years agoAdd BSR reports into their own subtrees.
martinm [Thu, 11 Jun 2009 13:55:49 +0000 (13:55 +0000)]
Add BSR reports into their own subtrees.
Check frame length from context info against actual length.

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

14 years agoUpdate Lua menu defines and put Lua functions in Tools.
stig [Thu, 11 Jun 2009 13:08:06 +0000 (13:08 +0000)]
Update Lua menu defines and put Lua functions in Tools.

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

14 years agoRemove some warnings.
stig [Thu, 11 Jun 2009 11:52:42 +0000 (11:52 +0000)]
Remove some warnings.

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

14 years agoOptimized criteria for invalidate packet in row 0.
stig [Thu, 11 Jun 2009 11:50:05 +0000 (11:50 +0000)]
Optimized criteria for invalidate packet in row 0.

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

14 years agoFrom Jens Braeuer via bug 3522:
stig [Thu, 11 Jun 2009 11:35:45 +0000 (11:35 +0000)]
From Jens Braeuer via bug 3522:
Change "wps.serial_number" from bytes to string.

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

14 years agoWhen writing pcapng files use correct interface index
tuexen [Thu, 11 Jun 2009 11:24:29 +0000 (11:24 +0000)]
When writing pcapng files use correct interface index
of 0 instead of 1.

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

14 years agoUpdate the GPL statement used in dissectors.
stig [Thu, 11 Jun 2009 10:29:34 +0000 (10:29 +0000)]
Update the GPL statement used in dissectors.

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

14 years agoUpdate the address to FSF from http://www.gnu.org/licenses/gpl-2.0.txt
stig [Thu, 11 Jun 2009 10:28:04 +0000 (10:28 +0000)]
Update the address to FSF from gnu.org/licenses/gpl-2.0.txt

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

14 years agoFix a small indent issue in a comment.
stig [Thu, 11 Jun 2009 10:10:42 +0000 (10:10 +0000)]
Fix a small indent issue in a comment.

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

14 years agoAdd standard file heading.
stig [Thu, 11 Jun 2009 10:07:57 +0000 (10:07 +0000)]
Add standard file heading.

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

14 years agoRemove some "statement not reached" warnings.
stig [Thu, 11 Jun 2009 10:03:08 +0000 (10:03 +0000)]
Remove some "statement not reached" warnings.

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

14 years agoMake it compile with gtk < 2.6.
stig [Wed, 10 Jun 2009 22:03:31 +0000 (22:03 +0000)]
Make it compile with gtk < 2.6.

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

14 years agoUpdate to the GnuTLS 2.8.1
kukosa [Wed, 10 Jun 2009 21:08:01 +0000 (21:08 +0000)]
Update to the GnuTLS 2.8.1

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

14 years agoUpdate the GTK+/GLib libraries.
gerald [Wed, 10 Jun 2009 20:58:05 +0000 (20:58 +0000)]
Update the GTK+/GLib libraries.

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

14 years agoFrom yami via bug 3508:
stig [Wed, 10 Jun 2009 18:13:07 +0000 (18:13 +0000)]
From yami via bug 3508:
Fix a performance issue in filter autocomplete by disable sorting before
calling build_autocompletion_list() in filter_autocomplete_handle_backspace(),
and enable it after building list.

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

14 years agoUpdate the GTK+/GLib libraries.
gerald [Wed, 10 Jun 2009 18:06:33 +0000 (18:06 +0000)]
Update the GTK+/GLib libraries.

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

14 years ago*nix color_filters import/export: fix minor bug: failure to close dialog if a file...
wmeier [Wed, 10 Jun 2009 15:48:20 +0000 (15:48 +0000)]
*nix color_filters import/export: fix minor bug: failure to close dialog if a file open error.

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

14 years agoUpgrade to KFW 3.2.2.
gerald [Wed, 10 Jun 2009 01:30:49 +0000 (01:30 +0000)]
Upgrade to KFW 3.2.2.

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

14 years agoUpdate KFW to 2.6.5.
gerald [Tue, 9 Jun 2009 23:54:07 +0000 (23:54 +0000)]
Update KFW to 2.6.5.

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

14 years agoResize the list in the autocompletion popup when narrowing down the elements
stig [Tue, 9 Jun 2009 23:23:07 +0000 (23:23 +0000)]
Resize the list in the autocompletion popup when narrowing down the elements
to remove a possible horizontal scrollbar when not needed.

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

14 years agoAdd decoding of auto-neg capabilites in inverse (wrong) order as
jmayer [Tue, 9 Jun 2009 22:09:23 +0000 (22:09 +0000)]
Add decoding of auto-neg capabilites in inverse (wrong) order as
proposed in:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1455#c32

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

14 years agoFrom Edward J. Paradise via bug 3520:
stig [Tue, 9 Jun 2009 21:41:53 +0000 (21:41 +0000)]
From Edward J. Paradise via bug 3520:
From revision 00 to revision 01 the tlv values changed for the SCS TLV's.

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

14 years agoAdded missing $Id$ and convert to correct eol-style.
stig [Tue, 9 Jun 2009 21:30:41 +0000 (21:30 +0000)]
Added missing $Id$ and convert to correct eol-style.

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

14 years agoAdded missing $Id$.
stig [Tue, 9 Jun 2009 21:30:06 +0000 (21:30 +0000)]
Added missing $Id$.

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

14 years agoAdded missing $Id$ and svn:eol-style.
stig [Tue, 9 Jun 2009 21:21:41 +0000 (21:21 +0000)]
Added missing $Id$ and svn:eol-style.

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

14 years agoFor interfaces that don't support PacketOpenAdapter (such as TurboCap),
gerald [Tue, 9 Jun 2009 20:08:47 +0000 (20:08 +0000)]
For interfaces that don't support PacketOpenAdapter (such as TurboCap),
disable the "Details" button in the interface list. Update an error
dialog to try to be more helpful.

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

14 years agoPowervalue is in units of 100mW, print effective value and unit
jmayer [Tue, 9 Jun 2009 16:51:04 +0000 (16:51 +0000)]
Powervalue is in units of 100mW, print effective value and unit

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

14 years agoEnable Lua tcp tap userdata.
stig [Tue, 9 Jun 2009 14:51:00 +0000 (14:51 +0000)]
Enable Lua tcp tap userdata.

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

14 years agoRFC3576 states, that some messages will use port 3799 instead
jmayer [Tue, 9 Jun 2009 10:52:28 +0000 (10:52 +0000)]
RFC3576 states, that some messages will use port 3799 instead
of the "standard" radius ports. Register radius to that port
as well.

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

14 years agoUpdate the services file from IANA's port-numbers.
stig [Tue, 9 Jun 2009 07:39:58 +0000 (07:39 +0000)]
Update the services file from IANA's port-numbers.

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

14 years agoReverted part of SVN 27411. The "home" and "end" key bindings overruled
sake [Tue, 9 Jun 2009 06:23:37 +0000 (06:23 +0000)]
Reverted part of SVN 27411. The "home" and "end" key bindings overruled
the use of these keys while editing a filter in the filter toolbar.
The keys "ctrl-home" and "ctrl-end" already provide the functionality to
go to the first or last packet in the packet-list. I added these as
accelerator keys and updated the users guide accordingly.

Of course we can also make "home" and "end" work, without breaking
functionality in the filter toolbar, but that takes a little more
work (at least for me... maybe not after going to Steve's session
at Sharkfest :-)).

(will add this to inclusion list for 1.0.9 and 1.2.0)

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

14 years agoFixed some indents.
stig [Mon, 8 Jun 2009 19:59:31 +0000 (19:59 +0000)]
Fixed some indents.

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

14 years agoAdded a missing check for expired TreeItem.
stig [Mon, 8 Jun 2009 19:45:53 +0000 (19:45 +0000)]
Added a missing check for expired TreeItem.
Fixed some indents.

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

14 years agoMove init.lua from MAINTAINERCLEANFILES to DISTCLEANFILES.
gerald [Mon, 8 Jun 2009 19:02:49 +0000 (19:02 +0000)]
Move init.lua from MAINTAINERCLEANFILES to DISTCLEANFILES.

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

14 years agoCheck for libpcap 1.0's broken pcap-config, which put a space between -L
guy [Mon, 8 Jun 2009 17:23:00 +0000 (17:23 +0000)]
Check for libpcap 1.0's broken pcap-config, which put a space between -L
and its argument - that doesn't work on some platforms (e.g., OS X).

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

14 years ago(Trivial) Remove an obsolete comment related to GTK 1
wmeier [Mon, 8 Jun 2009 12:49:05 +0000 (12:49 +0000)]
(Trivial) Remove an obsolete comment related to GTK 1

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

14 years agoMove declaration of yymx.
stig [Mon, 8 Jun 2009 11:54:38 +0000 (11:54 +0000)]
Move declaration of yymx.

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

14 years agoRemove resetting useCnt in errsym, as it seems to disable some error checking
stig [Mon, 8 Jun 2009 10:03:41 +0000 (10:03 +0000)]
Remove resetting useCnt in errsym, as it seems to disable some error checking
we need to validate the filter syntax.

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

14 years agoFixed check for no_of_bits in tvb_get_bits16(), tvb_get_bits32() and
stig [Mon, 8 Jun 2009 08:28:42 +0000 (08:28 +0000)]
Fixed check for no_of_bits in tvb_get_bits16(), tvb_get_bits32() and
tvb_get_bits64().

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

14 years agoAllocate correct lengths for int64 and uint64.
stig [Mon, 8 Jun 2009 08:15:29 +0000 (08:15 +0000)]
Allocate correct lengths for int64 and uint64.

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

14 years agoFrom Sam Roberts:
stig [Mon, 8 Jun 2009 08:14:36 +0000 (08:14 +0000)]
From Sam Roberts:
Added TvbRange:range()

From me:
Added TvbRange:bitfield()
Fixed some indents.

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

14 years agoChanged g_strdup_printf -> ep_strdup_printf.
stig [Mon, 8 Jun 2009 08:02:15 +0000 (08:02 +0000)]
Changed g_strdup_printf -> ep_strdup_printf.
Use correct modifier for converting gint64 and guint64 to string.
Added __gc for Int64 and UInt64.
Fixed some indents.

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