obnox/wireshark/wip.git
15 years agoPut the contents of each CIC range parameter in a REG_REQ in its own tree
morriss [Fri, 24 Oct 2008 19:33:19 +0000 (19:33 +0000)]
Put the contents of each CIC range parameter in a REG_REQ in its own tree
with a textual summary of the CIC range at the root of the tree.
This makes these parameters much easier to read when there are many of them
in a single message.

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

15 years agoFrom Tom Hughes:
jake [Fri, 24 Oct 2008 18:45:03 +0000 (18:45 +0000)]
From Tom Hughes:
The attached patch extends the X11 protocol dissector to decode MappingNotify events.

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

15 years agoAdd an option to look for the presence of Imendio's Mac OS X integration
gerald [Fri, 24 Oct 2008 18:08:32 +0000 (18:08 +0000)]
Add an option to look for the presence of Imendio's Mac OS X integration
functions in GTK+.

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

15 years agoAdded proto_get_protocol_long_name.
stig [Fri, 24 Oct 2008 10:54:54 +0000 (10:54 +0000)]
Added proto_get_protocol_long_name.

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

15 years agoShow both short and long protocol name in the Filter Expression dialog.
stig [Fri, 24 Oct 2008 07:48:09 +0000 (07:48 +0000)]
Show both short and long protocol name in the Filter Expression dialog.

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

15 years agoFrom Alexander Dupuy:
jake [Fri, 24 Oct 2008 07:32:16 +0000 (07:32 +0000)]
From Alexander Dupuy:
More complete support for IPFIX RFC 5103 biflows.

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

15 years agoWindows build: #include winsock2.h only when needed.
wmeier [Fri, 24 Oct 2008 00:42:09 +0000 (00:42 +0000)]
Windows build: #include winsock2.h only when needed.
#include winsock2.h pulls in about 90 distinct .h files
and about 140 total .h files.
Currently winsock2.h is (mostly unnecessarily) included
for each dissector via packet.h/wtap.h.
This patch removes #include winsock2.h from wtap.h and
then includes winsock2.h (or windows.h) in the
few specific places required.
With this patch, my Windows Wireshark build takes
about 30% less time.

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

15 years agoTake out extra */ to fix compile.
sfisher [Thu, 23 Oct 2008 21:26:19 +0000 (21:26 +0000)]
Take out extra */ to fix compile.

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

15 years agoSet a title on the splash window even though it's not decorated.
jake [Thu, 23 Oct 2008 21:13:58 +0000 (21:13 +0000)]
Set a title on the splash window even though it's not decorated.
This sets the title/icon of the taskbar item created when the splash screen is up.

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

15 years agoRemove extra tags.
gerald [Thu, 23 Oct 2008 21:05:36 +0000 (21:05 +0000)]
Remove extra tags.

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

15 years agoLet the dissectors fill the Protocol and Info columns by calling the even when tree...
jake [Thu, 23 Oct 2008 21:01:04 +0000 (21:01 +0000)]
Let the dissectors fill the Protocol and Info columns by calling the even when tree == NULL.

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

15 years agoUpdate towards 48.008 8.4.0
etxrab [Thu, 23 Oct 2008 20:39:43 +0000 (20:39 +0000)]
Update towards 48.008 8.4.0

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

15 years agoFix an assignment which is intended as a comparison.
jake [Thu, 23 Oct 2008 19:57:19 +0000 (19:57 +0000)]
Fix an assignment which is intended as a comparison.

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

15 years agoFix:
etxrab [Thu, 23 Oct 2008 19:44:07 +0000 (19:44 +0000)]
Fix:
cc1: warnings being treated as errors
packet-gtp.c: In function ‘decode_qos_umts’:
packet-gtp.c:3725: error: ‘guar_dl_ext’ may be used uninitialized in this function
packet-gtp.c:3722: error: ‘max_dl_ext’ may be used uninitialized in this function
packet-gtp.c:3725: error: ‘guar_ul_ext’ may be used uninitialized in this function
packet-gtp.c:3722: error: ‘max_ul_ext’ may be used uninitialized in this function
packet-gtp.c:3726: error: ‘sig_ind’ may be used uninitialized in this function
packet-gtp.c:3726: error: ‘src_stat_desc’ may be used uninitialized in this function
make[4]: *** [libdissectors_la-packet-gtp.lo] Error 1

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

15 years agoIf we only see one half of a SCCP conneversation we can as a last resort make the...
etxrab [Thu, 23 Oct 2008 19:25:13 +0000 (19:25 +0000)]
If we only see one half of a SCCP conneversation we can as a last resort make the association on the RLC(if seen).

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

15 years agoUpdate the QoS IE
etxrab [Thu, 23 Oct 2008 19:22:54 +0000 (19:22 +0000)]
Update the QoS IE

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

15 years agoOnly use the statusbar for filter messages from the main window.
stig [Thu, 23 Oct 2008 14:30:35 +0000 (14:30 +0000)]
Only use the statusbar for filter messages from the main window.
Updating the statusbar from popup windows is confusing.

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

15 years agoAdd the Content-Length header as a header string, while maintaining the content-lengt...
jake [Thu, 23 Oct 2008 06:57:31 +0000 (06:57 +0000)]
Add the Content-Length header as a header string, while maintaining the content-length filter option.

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

15 years agoFrom shmulikB:
etxrab [Thu, 23 Oct 2008 05:56:28 +0000 (05:56 +0000)]
From   shmulikB:
1. ansi map fail to parser BCD digits when Numbering Plan: Telephony Numbering
(ITU-T Rec. E.164,E.163) (2)

2. fix dissector_try_port if sms-TeleserviceIdentifier RECIEVE BEFORE
sms-BearerData.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2989

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

15 years agoUpdates for Python 2.6.
gerald [Thu, 23 Oct 2008 00:38:34 +0000 (00:38 +0000)]
Updates for Python 2.6.

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

15 years agoAdd tvb_bytes_to_str() & tvb_bytes_to_str_punct(); fix a few typos.
wmeier [Thu, 23 Oct 2008 00:19:58 +0000 (00:19 +0000)]
Add tvb_bytes_to_str() & tvb_bytes_to_str_punct(); fix a few typos.

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

15 years agoMark len as unused.
etxrab [Wed, 22 Oct 2008 21:10:45 +0000 (21:10 +0000)]
Mark len as unused.

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

15 years agoSome further updates.
etxrab [Wed, 22 Oct 2008 20:56:26 +0000 (20:56 +0000)]
Some further updates.

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

15 years agoMark some unused variables.
stig [Wed, 22 Oct 2008 18:55:58 +0000 (18:55 +0000)]
Mark some unused variables.

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

15 years agoGet rid of /* inside comment.
guy [Wed, 22 Oct 2008 17:50:07 +0000 (17:50 +0000)]
Get rid of /* inside comment.

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

15 years agoUpdate bssap le and BSS MAP.
etxrab [Wed, 22 Oct 2008 16:32:24 +0000 (16:32 +0000)]
Update bssap le and BSS MAP.

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

15 years agoaclocal-fallback/glib.m4 and aclocal-fallback/gtk.m4 are no longer part of
gerald [Wed, 22 Oct 2008 15:16:13 +0000 (15:16 +0000)]
aclocal-fallback/glib.m4 and aclocal-fallback/gtk.m4 are no longer part of
the distribution.

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

15 years agoRemove aclocal-fallback m4 files that were used to check for GTK and GLIB v1.
sfisher [Wed, 22 Oct 2008 05:31:36 +0000 (05:31 +0000)]
Remove aclocal-fallback m4 files that were used to check for GTK and GLIB v1.
Their v2 counterparts remain.

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

15 years agoDisplay error messsage that Glib 2.4 or later was not found when checking
sfisher [Wed, 22 Oct 2008 05:17:02 +0000 (05:17 +0000)]
Display error messsage that Glib 2.4 or later was not found when checking
for Glib 2.4+.  The message used to say 2.0 or later was not found.

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

15 years agoDetect a previous Wireshark installation and let the user uninstall it first.
gerald [Tue, 21 Oct 2008 16:44:35 +0000 (16:44 +0000)]
Detect a previous Wireshark installation and let the user uninstall it first.

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

15 years agoFix a bit more spacing
wmeier [Mon, 20 Oct 2008 21:38:53 +0000 (21:38 +0000)]
Fix a bit more spacing

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

15 years agoOops ! Revert (Remove) development stuff ....
wmeier [Mon, 20 Oct 2008 21:14:21 +0000 (21:14 +0000)]
Oops !  Revert (Remove) development stuff ....

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

15 years agoAdjust indentation to be more consistent ....
wmeier [Mon, 20 Oct 2008 20:51:04 +0000 (20:51 +0000)]
Adjust indentation to be more consistent ....

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

15 years agoClean up the whitespace.
jake [Mon, 20 Oct 2008 20:24:01 +0000 (20:24 +0000)]
Clean up the whitespace.

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

15 years agoUse invisible event boxes so the preferences looks good when using themes.
stig [Mon, 20 Oct 2008 19:18:12 +0000 (19:18 +0000)]
Use invisible event boxes so the preferences looks good when using themes.

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

15 years ago[Automatic manuf update for 2008-10-19]
gerald [Sun, 19 Oct 2008 15:03:15 +0000 (15:03 +0000)]
[Automatic manuf update for 2008-10-19]

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

15 years agoFixed a small issue using esc and backspace in filter autocompletion.
stig [Sun, 19 Oct 2008 14:56:25 +0000 (14:56 +0000)]
Fixed a small issue using esc and backspace in filter autocompletion.

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

15 years agoFixed filter name for "nisplus.dummy"
stig [Sun, 19 Oct 2008 14:55:30 +0000 (14:55 +0000)]
Fixed filter name for "nisplus.dummy"

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

15 years agoAdd filter autocomplete for filter in color edit dialog.
stig [Sun, 19 Oct 2008 14:40:16 +0000 (14:40 +0000)]
Add filter autocomplete for filter in color edit dialog.

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

15 years agoAdd filter autocomplete for filter in file->open and file->merge windows.
stig [Sun, 19 Oct 2008 14:12:58 +0000 (14:12 +0000)]
Add filter autocomplete for filter in file->open and file->merge windows.

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

15 years agoRemove a misplaced comment...
stig [Sun, 19 Oct 2008 14:07:00 +0000 (14:07 +0000)]
Remove a misplaced comment...

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

15 years agoAdd filter autocomplete for more places we use filter entries.
stig [Sun, 19 Oct 2008 13:40:52 +0000 (13:40 +0000)]
Add filter autocomplete for more places we use filter entries.

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

15 years agoConstruct a new autocomplete popup window again if pressing backspace
stig [Sun, 19 Oct 2008 12:37:38 +0000 (12:37 +0000)]
Construct a new autocomplete popup window again if pressing backspace
while having no existing popup window.

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

15 years agoFrom beanniecai:
jake [Sat, 18 Oct 2008 14:24:33 +0000 (14:24 +0000)]
From beanniecai:
Change non-printable characters(code page 936, simplified Chineses) 0x96 in
packet-ieee80211.c and 0xa7 in packet-sndcp-xid.c to '-' and null character,
otherwise there is always warning C4819 using MS compiler.

Additional some whitespace cleanups applied.

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

15 years agoFrom Peter Harris:
jake [Sat, 18 Oct 2008 14:19:06 +0000 (14:19 +0000)]
From Peter Harris:
The attached patch adds support for dissecting 'sent' events to the X11 dissector.

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

15 years agoWhen we set the channel and offset entries in the wireless toolbar,
gerald [Fri, 17 Oct 2008 23:48:33 +0000 (23:48 +0000)]
When we set the channel and offset entries in the wireless toolbar,
set the offset first.  This makes sure the offset entry is initialized
correctly.  In the advanced wireless settings dialog, don't bother
enabling/disabling the toolbar.  Remove some leftover debugging
code. Remove some checks for data we don't use (and mark it as unused).
Fixup whitespace.

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

15 years agoFurther updates: dissect error-code and e-data.
etxrab [Fri, 17 Oct 2008 16:09:34 +0000 (16:09 +0000)]
Further updates: dissect error-code and e-data.

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

15 years agoRevert files checked in by misstake.
etxrab [Thu, 16 Oct 2008 21:33:00 +0000 (21:33 +0000)]
Revert files checked in by misstake.

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

15 years agoAdd asn1 file from Heimdal use som stuff from it add more dissection in the template...
etxrab [Thu, 16 Oct 2008 21:27:14 +0000 (21:27 +0000)]
Add asn1 file from Heimdal use som stuff from it add more dissection in the template and .cnf file.

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

15 years agoDefault: "dissector not registered on tcp.port";
wmeier [Thu, 16 Oct 2008 16:13:28 +0000 (16:13 +0000)]
Default: "dissector not registered on tcp.port";

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

15 years agoRemove unnecessary #includes
wmeier [Thu, 16 Oct 2008 14:34:20 +0000 (14:34 +0000)]
Remove unnecessary #includes

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

15 years agoRemoved some "statement not reached" warnings.
stig [Thu, 16 Oct 2008 14:16:21 +0000 (14:16 +0000)]
Removed some "statement not reached" warnings.

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

15 years agoFixed a datatype to avoid a warning.
stig [Thu, 16 Oct 2008 13:36:37 +0000 (13:36 +0000)]
Fixed a datatype to avoid a warning.

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

15 years agoRemoved a "statement not reached" warning.
stig [Thu, 16 Oct 2008 13:35:35 +0000 (13:35 +0000)]
Removed a "statement not reached" warning.

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

15 years agoRemove a warning: "Function has no return statement".
stig [Thu, 16 Oct 2008 13:34:59 +0000 (13:34 +0000)]
Remove a warning: "Function has no return statement".

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

15 years agoFixed decoding of multiple sequences in a sequence of implict sequence.
stig [Thu, 16 Oct 2008 10:50:12 +0000 (10:50 +0000)]
Fixed decoding of multiple sequences in a sequence of implict sequence.
Removed attempt to fix number of items in indef sequence-of and set-of.

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

15 years agoBugfix from Robin Seggelmann for Certificate Request messages.
tuexen [Thu, 16 Oct 2008 10:11:24 +0000 (10:11 +0000)]
Bugfix from Robin Seggelmann for Certificate Request messages.

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

15 years agoFrom Scott Roberts:
jake [Thu, 16 Oct 2008 07:20:02 +0000 (07:20 +0000)]
From Scott Roberts:
Patch to have the tds dissector register itself by name.

And fix the name of the register function itself.

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

15 years agoRemove kerberos
etxrab [Thu, 16 Oct 2008 06:17:03 +0000 (06:17 +0000)]
Remove kerberos

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

15 years agoVarious corrections, as in: typos, whitespace, few return values, _U_ markers.
jake [Wed, 15 Oct 2008 23:17:40 +0000 (23:17 +0000)]
Various corrections, as in: typos, whitespace, few return values, _U_ markers.

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

15 years agoIf we click on an interface in the welcome screen, correctly enable/disable
gerald [Wed, 15 Oct 2008 22:51:17 +0000 (22:51 +0000)]
If we click on an interface in the welcome screen, correctly enable/disable
the wireless toolbar.

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

15 years agoAdd default svn:ignore targets.
stig [Wed, 15 Oct 2008 22:00:31 +0000 (22:00 +0000)]
Add default svn:ignore targets.

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

15 years agoKeep the wireless toolbar extension channel entry from inadvertently
gerald [Wed, 15 Oct 2008 21:43:00 +0000 (21:43 +0000)]
Keep the wireless toolbar extension channel entry from inadvertently
setting its value to -1. Fix a bug that kept the wireless toolbar from
being enabled if HAVE_PCAP_REMOTE was defined. Fix a couple of other
minor issues.
--Thisr line, and those below, will be ignored--

M    airpcap_loader.c
M    gtk/airpcap_dlg.c
M    gtk/main_airpcap_toolbar.c

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

15 years agoThis file is not needed.
etxrab [Wed, 15 Oct 2008 20:09:24 +0000 (20:09 +0000)]
This file is not needed.

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

15 years agoNow Kerberos compiles, a lot of work remains to get it into shape.
etxrab [Wed, 15 Oct 2008 20:08:10 +0000 (20:08 +0000)]
Now Kerberos compiles, a lot of work remains to get it into shape.

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

15 years agoFrom Andrew Narver:
jake [Wed, 15 Oct 2008 20:02:15 +0000 (20:02 +0000)]
From Andrew Narver:
Currently, if you call proto_tree_free on anything other than the root node of a tree
the tree will get left in an inconsistent state.  This is because the parent is left pointing
to the newly freed child.

The traversal code is updated, the parent node update is currently disabled since
freeing is done for the complete tree only at this time, so there is no need to keep
the parent node consistent.

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

15 years agoSquelch warnings.
guy [Wed, 15 Oct 2008 18:51:41 +0000 (18:51 +0000)]
Squelch warnings.

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

15 years agoFrom David Castleford (with some changes by Bill Meier); See Bug #2935
wmeier [Wed, 15 Oct 2008 18:22:01 +0000 (18:22 +0000)]
From David Castleford (with some changes by Bill Meier); See Bug #2935

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

15 years agoAdd option 22 and 23 dissection.
jake [Wed, 15 Oct 2008 17:51:57 +0000 (17:51 +0000)]
Add option 22 and 23 dissection.

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

15 years agoFix for bug #2969
wmeier [Wed, 15 Oct 2008 16:26:45 +0000 (16:26 +0000)]
Fix for bug #2969

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

15 years agoClean up conversation filter code.
jake [Wed, 15 Oct 2008 07:43:24 +0000 (07:43 +0000)]
Clean up conversation filter code.
Make it work in the intended cases and add IPv6 support.

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

15 years agoStart of an asn2wrs generated kerberos dissector. Most of the hand crafted stuff...
etxrab [Wed, 15 Oct 2008 06:14:24 +0000 (06:14 +0000)]
Start of an asn2wrs generated kerberos dissector. Most of the hand crafted stuff is in the template file but it's not yet accessed from the asn2wrs generated code.
- Work in progress.

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

15 years agoUse a more accurate variable name for the wiretap file type. Add the file
gerald [Tue, 14 Oct 2008 22:55:16 +0000 (22:55 +0000)]
Use a more accurate variable name for the wiretap file type. Add the file
encapsulation to the summary display.

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

15 years agoFix for bug 2964.
jake [Tue, 14 Oct 2008 20:04:06 +0000 (20:04 +0000)]
Fix for bug 2964.
When right click on any packet (From Packet List) - > "Export Selected Packet Bytes" you
get "No data selected to save!" MessageBox. This option should not be in this menu at all.

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

15 years agoFrom Florian Lohoff:
jake [Tue, 14 Oct 2008 19:16:28 +0000 (19:16 +0000)]
From Florian Lohoff:
Update packet-redback.c with hf fields. Dissect more POS packets and clean up
code. Dissect ISIS packets etc.

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

15 years agoFrom Florian Lohoff:
jake [Tue, 14 Oct 2008 19:14:57 +0000 (19:14 +0000)]
From Florian Lohoff:
The redback lawful intercept format is a moving target - redback tends to add
more AVPs in newer software versions. Here is an update which covers the
"direction" avp and the "accounting session id".

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

15 years agoTry to get rid of unused code warnings.
etxrab [Tue, 14 Oct 2008 19:07:26 +0000 (19:07 +0000)]
Try to get rid of unused code warnings.

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

15 years agogosse updates.
etxrab [Tue, 14 Oct 2008 19:06:53 +0000 (19:06 +0000)]
gosse updates.

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

15 years agoMake verion in startscreen a visible preference.
etxrab [Tue, 14 Oct 2008 18:18:21 +0000 (18:18 +0000)]
Make verion in startscreen a visible preference.

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

15 years agoIf PYTHON hasn't been defined, look for Python 2.6, 2.5, and 2.4 (in
gerald [Tue, 14 Oct 2008 16:37:47 +0000 (16:37 +0000)]
If PYTHON hasn't been defined, look for Python 2.6, 2.5, and 2.4 (in
that order). If found, set up Python automatically.

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

15 years agoCount correct number of items in indef sequence-of and set-of.
stig [Tue, 14 Oct 2008 16:28:54 +0000 (16:28 +0000)]
Count correct number of items in indef sequence-of and set-of.

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

15 years agoAdded default svn:ignore targets for asn1/goose.
stig [Tue, 14 Oct 2008 13:09:10 +0000 (13:09 +0000)]
Added default svn:ignore targets for asn1/goose.

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

15 years agoAdded asn1/goose to configure.in
stig [Tue, 14 Oct 2008 12:29:57 +0000 (12:29 +0000)]
Added asn1/goose to configure.in

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

15 years agoAdded goose to makefiles.
stig [Tue, 14 Oct 2008 11:58:04 +0000 (11:58 +0000)]
Added goose to makefiles.

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

15 years agoDump the contents of some elements.
jmayer [Tue, 14 Oct 2008 00:17:42 +0000 (00:17 +0000)]
Dump the contents of some elements.
Standardize printing of enterprise id.

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

15 years agoFrom Alexis La Goutte:
jake [Mon, 13 Oct 2008 20:40:26 +0000 (20:40 +0000)]
From Alexis La Goutte:
I'm a user of Aruba / Alcatel OAW Wireless Switch ( www.arubanetworks.com )
The stream (802.11 Frame) is encapsulated in a tunnel GRE.

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

15 years agoTry to get rid of unused code warnings.
etxrab [Mon, 13 Oct 2008 19:54:48 +0000 (19:54 +0000)]
Try to get rid of unused code warnings.

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

15 years agoRemove unused include for conversations.h
wmeier [Mon, 13 Oct 2008 19:52:55 +0000 (19:52 +0000)]
Remove unused include for conversations.h
(File regenerated from template & etc)

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

15 years agoRemove unused #include <conversations.h>
wmeier [Mon, 13 Oct 2008 19:48:52 +0000 (19:48 +0000)]
Remove unused #include <conversations.h>

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

15 years agoAdd Ramió Solé to AUTHORS.
etxrab [Mon, 13 Oct 2008 19:32:54 +0000 (19:32 +0000)]
Add Ramió Solé to AUTHORS.

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

15 years agoBack out the expert info - it's wrong.
etxrab [Mon, 13 Oct 2008 19:32:06 +0000 (19:32 +0000)]
Back out the expert info - it's wrong.

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

15 years agoFrom Martin Lutz:
etxrab [Mon, 13 Oct 2008 19:31:12 +0000 (19:31 +0000)]
From   Martin Lutz:
IEC 61850 GOOSE protocol

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

15 years agoBring the windows to front when rescanning of packets are done.
stig [Mon, 13 Oct 2008 18:59:21 +0000 (18:59 +0000)]
Bring the windows to front when rescanning of packets are done.

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

15 years agoBring the windows to front when rescanning of packets are done.
stig [Mon, 13 Oct 2008 18:37:00 +0000 (18:37 +0000)]
Bring the windows to front when rescanning of packets are done.

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

15 years agoCreate a manifest for rawshark.exe.
gerald [Mon, 13 Oct 2008 18:32:49 +0000 (18:32 +0000)]
Create a manifest for rawshark.exe.

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

15 years agoBring the windows to front when rescanning of packets are done.
stig [Mon, 13 Oct 2008 18:16:35 +0000 (18:16 +0000)]
Bring the windows to front when rescanning of packets are done.

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

15 years agoBring the windows to front when rescanning of packets are done.
stig [Mon, 13 Oct 2008 17:38:28 +0000 (17:38 +0000)]
Bring the windows to front when rescanning of packets are done.

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

15 years agoBring the windows to front when rescanning of packets are done.
stig [Mon, 13 Oct 2008 17:28:48 +0000 (17:28 +0000)]
Bring the windows to front when rescanning of packets are done.

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

15 years agoBring the windows to front when rescanning of packets are done.
stig [Mon, 13 Oct 2008 17:28:36 +0000 (17:28 +0000)]
Bring the windows to front when rescanning of packets are done.

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

15 years agoRemove unused prefs.h, conversation.h & data_handle; Fix typo
wmeier [Mon, 13 Oct 2008 16:56:17 +0000 (16:56 +0000)]
Remove unused prefs.h, conversation.h & data_handle; Fix typo
(File re-generated from the template & etc)

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