obnox/wireshark/wip.git
15 years ago[Automatic manuf update for 2008-12-21]
gerald [Sun, 21 Dec 2008 16:03:25 +0000 (16:03 +0000)]
[Automatic manuf update for 2008-12-21]

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

15 years agoFix some typos and spelling
wmeier [Sat, 20 Dec 2008 01:39:16 +0000 (01:39 +0000)]
Fix some typos and spelling

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

15 years agogeoip_get_paths -> geoip_db_get_paths.
gerald [Sat, 20 Dec 2008 01:15:21 +0000 (01:15 +0000)]
geoip_get_paths -> geoip_db_get_paths.

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

15 years agoFix some typos and spelling (mostly in text strings)
wmeier [Sat, 20 Dec 2008 01:01:28 +0000 (01:01 +0000)]
Fix some typos and spelling (mostly in text strings)

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

15 years agoAdd a newline to the end of the file.
guy [Sat, 20 Dec 2008 00:29:05 +0000 (00:29 +0000)]
Add a newline to the end of the file.

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

15 years agoUmm, no. g_strdup() != g_strdup_printf(); the first argument to the
guy [Sat, 20 Dec 2008 00:12:54 +0000 (00:12 +0000)]
Umm, no.  g_strdup() != g_strdup_printf(); the first argument to the
*former* should always be a format string, but the *only* argument to
the latter is a string to duplicate.

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

15 years agoFix various typos and spelling errors (mostly in text strings)
wmeier [Sat, 20 Dec 2008 00:09:02 +0000 (00:09 +0000)]
Fix various typos and spelling errors (mostly in text strings)

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

15 years agoFrom babi: Fix three overflows (bugs 3150 and 3151).
gerald [Sat, 20 Dec 2008 00:07:21 +0000 (00:07 +0000)]
From babi: Fix three overflows (bugs 3150 and 3151).

From me: Use a #define for the RTP analysis field name lengths.

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

15 years agoRename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. Rename
gerald [Fri, 19 Dec 2008 23:49:03 +0000 (23:49 +0000)]
Rename geoip.[ch] to geoip_db.[ch] so we don't collide with GeoIP.h. Rename
some functions to match.

Add GeoIP lookups to the IP dissector. Add a preference for GeoIP lookups,
which is disabled by default.

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

15 years agoBack out r27047 and r27053.
gerald [Fri, 19 Dec 2008 17:39:52 +0000 (17:39 +0000)]
Back out r27047 and r27053.

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

15 years agoOne last snprintf.
jake [Fri, 19 Dec 2008 14:35:55 +0000 (14:35 +0000)]
One last snprintf.

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

15 years agoCorrect language.
jake [Fri, 19 Dec 2008 11:31:28 +0000 (11:31 +0000)]
Correct language.

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

15 years agoCleanup sourcecode.
jake [Fri, 19 Dec 2008 11:30:50 +0000 (11:30 +0000)]
Cleanup sourcecode.

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

15 years agoRevert queueing --> queuing spelling changes made in SVN #27050
wmeier [Fri, 19 Dec 2008 04:41:54 +0000 (04:41 +0000)]
Revert queueing --> queuing spelling changes made in SVN #27050

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

15 years agoRevert the queueing --> queuing spelling change
wmeier [Fri, 19 Dec 2008 04:21:08 +0000 (04:21 +0000)]
Revert the queueing --> queuing spelling change

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

15 years agoAfter checking for ige_mac_menu_set_menu_bar reset CFLAGS and LIBS
morriss [Fri, 19 Dec 2008 02:48:19 +0000 (02:48 +0000)]
After checking for ige_mac_menu_set_menu_bar reset CFLAGS and LIBS
back to what they were before the test (without GTK_LIBS).
This prevents tshark (and every other program) from unnecessarily linking
against GTK_LIBS.

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

15 years agoDescribe the "-d" option a little more clearly.
gerald [Thu, 18 Dec 2008 23:25:50 +0000 (23:25 +0000)]
Describe the "-d" option a little more clearly.

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

15 years agoDefine the path to the tools directory.
gerald [Thu, 18 Dec 2008 21:40:39 +0000 (21:40 +0000)]
Define the path to the tools directory.

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

15 years agoUpdate calls to proto_tree_add_bytes_format to reflect r27047.
gerald [Thu, 18 Dec 2008 20:19:49 +0000 (20:19 +0000)]
Update calls to proto_tree_add_bytes_format to reflect r27047.

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

15 years agoFix two typos
wmeier [Thu, 18 Dec 2008 19:32:11 +0000 (19:32 +0000)]
Fix two typos

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

15 years agoOnly declare failure_message() if we HAVE_PLUGINS (since it's only used when that...
morriss [Thu, 18 Dec 2008 19:24:34 +0000 (19:24 +0000)]
Only declare failure_message() if we HAVE_PLUGINS (since it's only used when that's the case).

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

15 years agoFix various typos and spelling errors (mostly in text strings)
wmeier [Thu, 18 Dec 2008 19:08:49 +0000 (19:08 +0000)]
Fix various typos and spelling errors (mostly in text strings)

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

15 years agoHave descriptors start out with a length of "to the end of the packet",
guy [Thu, 18 Dec 2008 19:03:25 +0000 (19:03 +0000)]
Have descriptors start out with a length of "to the end of the packet",
so that if they're cut short, they appear to be the length of the
remaining data in the packet, rather than zero-length.

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

15 years agoFrom Richard Brodie:
jake [Thu, 18 Dec 2008 19:01:08 +0000 (19:01 +0000)]
From Richard Brodie:
DNSSEC RFC 5155 support patch

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

15 years agoMake proto_tree_add_bytes_format() (unused) behave as expected.
martinm [Thu, 18 Dec 2008 17:08:26 +0000 (17:08 +0000)]
Make proto_tree_add_bytes_format() (unused) behave as expected.
Was identical to proto_tree_add_bytes_format_value().

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

15 years agoThe "8 mysterious bytes" are bytes reserved for a setup header - with
guy [Thu, 18 Dec 2008 09:17:16 +0000 (09:17 +0000)]
The "8 mysterious bytes" are bytes reserved for a setup header - with
the Linux USB capture mechanism, there are always 8 bytes of setup
header after the URB, regardless of whether there's a setup header or
not; if there is no setup header, we just skip those 8 bytes.

Don't skip them *twice*, however.

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

15 years agoFix for bug 3134: Dissection would stop at a malformed dhcpv6 client FQDN
jmayer [Thu, 18 Dec 2008 08:17:27 +0000 (08:17 +0000)]
Fix for bug 3134: Dissection would stop at a malformed dhcpv6 client FQDN
option, which are currently being sent by MS Vista dhcpv6 clients.

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

15 years agoUpdate enterprice numbers.
etxrab [Thu, 18 Dec 2008 07:10:16 +0000 (07:10 +0000)]
Update enterprice numbers.

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

15 years agoClarify that, in the Linux USB capture format, the header is always
guy [Wed, 17 Dec 2008 23:24:51 +0000 (23:24 +0000)]
Clarify that, in the Linux USB capture format, the header is always
followed by 8 bytes of "struct usb_device_setup_hdr", even if there's no
setup information, but it should be interpreted only if setup_flag is 0.
(That's what those mysterious 8 bytes are.)

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

15 years agoUpdate S1AP to the latest spec rename nas_eps nas-eps.
etxrab [Wed, 17 Dec 2008 23:16:57 +0000 (23:16 +0000)]
Update S1AP to the latest spec rename nas_eps nas-eps.

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

15 years agoRemove lynx as a dependency on Windows. By default, create the FAQ using
gerald [Wed, 17 Dec 2008 21:11:20 +0000 (21:11 +0000)]
Remove lynx as a dependency on Windows. By default, create the FAQ using
html2text.py. You can override this by adjusting config.nmake or by setting
HTML2TXT.

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

15 years agoUpdate html2text.py to suit our needs. Add spaces in the faq.txt target
gerald [Wed, 17 Dec 2008 19:49:18 +0000 (19:49 +0000)]
Update html2text.py to suit our needs. Add spaces in the faq.txt target
so to fix a problem with OS X 10.4. Add html2text.py to the end of the
faq.txt target.

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

15 years agoAdd html2text.py 2.35 from http://www.aaronsw.com/2002/html2text/.
gerald [Wed, 17 Dec 2008 19:41:43 +0000 (19:41 +0000)]
Add html2text.py 2.35 from aaronsw.com/2002/html2text/.

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

15 years agoFrom Didier Gautheron:
jake [Wed, 17 Dec 2008 19:27:19 +0000 (19:27 +0000)]
From Didier Gautheron:
If udp summary is not set dissector doesn't test for udp/udplite in proto_tree_add_item

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

15 years agoFix some typos and spelling (mostly in text strings)
wmeier [Wed, 17 Dec 2008 17:23:37 +0000 (17:23 +0000)]
Fix some typos and spelling (mostly in text strings)

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

15 years agoHave separate dissectors for setup requests and responses.
guy [Wed, 17 Dec 2008 12:23:42 +0000 (12:23 +0000)]
Have separate dissectors for setup requests and responses.

Provide dissectors for most other setup packets.  (Still some more work
needed on them.)

Show descriptor types as decimal, as they are in the USB 2.0 spec.

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

15 years agocommit forgotten changed file
kukosa [Wed, 17 Dec 2008 10:51:53 +0000 (10:51 +0000)]
commit forgotten changed file

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

15 years agoDisplay the CONTROL response data only if there *is* CONTROL response data.
guy [Wed, 17 Dec 2008 10:09:40 +0000 (10:09 +0000)]
Display the CONTROL response data only if there *is* CONTROL response data.

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

15 years agoDefine all the standard request code values from the USB 2.0 spec, and
guy [Wed, 17 Dec 2008 09:47:43 +0000 (09:47 +0000)]
Define all the standard request code values from the USB 2.0 spec, and
put them into the setup_request_names_vals value_string.

When processing a response, use the request type value, so we only
dissect standard replies when it's a reply to a standard request.

Display the bRequest value in decimal, as that's how they're specified
in the USB 2.0 spec.

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

15 years agotype conversion gdouble<->guint64 is not supported in all MSVC versions, convert...
kukosa [Wed, 17 Dec 2008 09:41:17 +0000 (09:41 +0000)]
type conversion gdouble<->guint64 is not supported in all MSVC versions, convert it with functions

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

15 years agofix warning
kukosa [Wed, 17 Dec 2008 07:22:19 +0000 (07:22 +0000)]
fix warning

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

15 years ago- fix RSA key import for GNUTLS 2.5.x and newer
kukosa [Wed, 17 Dec 2008 06:50:09 +0000 (06:50 +0000)]
- fix RSA key import for GNUTLS 2.5.x and newer
- more debug info

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

15 years agoAdd $Id$
wmeier [Wed, 17 Dec 2008 00:26:27 +0000 (00:26 +0000)]
Add $Id$

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

15 years agoFix typos and spelling (mostly in text strings)
wmeier [Wed, 17 Dec 2008 00:08:38 +0000 (00:08 +0000)]
Fix typos and spelling (mostly in text strings)

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

15 years agoAdd the lte rrc dissector.
etxrab [Tue, 16 Dec 2008 20:08:10 +0000 (20:08 +0000)]
Add the lte rrc dissector.

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

15 years agoFix a few text-string typos
wmeier [Tue, 16 Dec 2008 19:28:48 +0000 (19:28 +0000)]
Fix a few text-string typos

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

15 years agoFix some spelling/typos; Also: correct some field blurbs.
wmeier [Tue, 16 Dec 2008 14:21:10 +0000 (14:21 +0000)]
Fix some spelling/typos; Also: correct some field blurbs.

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

15 years agoFix some spelling/typos
wmeier [Tue, 16 Dec 2008 14:18:55 +0000 (14:18 +0000)]
Fix some spelling/typos

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

15 years agoAdd default svn:ignore targets for lte-rrc.
stig [Tue, 16 Dec 2008 13:55:21 +0000 (13:55 +0000)]
Add default svn:ignore targets for lte-rrc.

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

15 years agoCompilation fixes from Anders (there are still warnings).
martinm [Tue, 16 Dec 2008 13:23:17 +0000 (13:23 +0000)]
Compilation fixes from Anders (there are still warnings).

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

15 years agoIf a packet is fragmented, show the packet id in the info column.
jmayer [Tue, 16 Dec 2008 12:28:49 +0000 (12:28 +0000)]
If a packet is fragmented, show the packet id in the info column.

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

15 years agoInclude the string as part of a string descriptor.
guy [Tue, 16 Dec 2008 10:22:56 +0000 (10:22 +0000)]
Include the string as part of a string descriptor.

Have setup dissectors return the offset past the end of what they
dissect, and have their caller set its offset based on that.

Use tvb_reported_length_remaining(), not tvb_length_remaining(), to
decide whether there's more data, so that we throw an exception if the
packet was cut short by a snapshot length.

Add "Application Data" only if there's extra data to be added.

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

15 years agoThe S1AP dissector also still gets warnings.
guy [Tue, 16 Dec 2008 06:51:49 +0000 (06:51 +0000)]
The S1AP dissector also still gets warnings.

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

15 years agoA few minor updates.
etxrab [Tue, 16 Dec 2008 05:41:39 +0000 (05:41 +0000)]
A few minor updates.

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

15 years agoSigh, the RRLP dissector isn't clean yet.
guy [Tue, 16 Dec 2008 04:55:43 +0000 (04:55 +0000)]
Sigh, the RRLP dissector isn't clean yet.

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

15 years agoMove some ASN.1 dissectors to the clean category, as they don't *appear*
guy [Tue, 16 Dec 2008 04:33:12 +0000 (04:33 +0000)]
Move some ASN.1 dissectors to the clean category, as they don't *appear*
to generate warnings on any of our buildbots.

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

15 years agoWe have to add the new asn1/lte-rrc directory to the list of directories
guy [Tue, 16 Dec 2008 03:04:09 +0000 (03:04 +0000)]
We have to add the new asn1/lte-rrc directory to the list of directories
in which to generate Makefiles.

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

15 years agoAdd a forward declaration(still some problem(s) to look at).
etxrab [Mon, 15 Dec 2008 22:28:23 +0000 (22:28 +0000)]
Add a forward declaration(still some problem(s) to look at).

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

15 years agoAdd a few_missing calls to g_free()
wmeier [Mon, 15 Dec 2008 21:42:49 +0000 (21:42 +0000)]
Add a few_missing calls to g_free()

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

15 years agoFrom Vincent Helfre:
etxrab [Mon, 15 Dec 2008 21:18:46 +0000 (21:18 +0000)]
From Vincent Helfre:
LTE RRC

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

15 years agoFrom Vincent Helfre:
etxrab [Mon, 15 Dec 2008 21:18:12 +0000 (21:18 +0000)]
From Vincent Helfre:
LTE RRC

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

15 years agoFrom Vincent Helfre:
etxrab [Mon, 15 Dec 2008 21:12:21 +0000 (21:12 +0000)]
From Vincent Helfre:
LTE RRC

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

15 years agoDo find_dissector_table("ber.oid") during startup
wmeier [Mon, 15 Dec 2008 20:52:40 +0000 (20:52 +0000)]
Do find_dissector_table("ber.oid") during startup
in proto_reg_handoff instead of during dissection.

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

15 years agoTrivial change to use gboolean & etc for TRUE/FALSE variables
wmeier [Mon, 15 Dec 2008 20:35:13 +0000 (20:35 +0000)]
Trivial change to use gboolean & etc for TRUE/FALSE variables

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

15 years agoGet rid of the old SOUP and ITCH dissectors; (svn mv didn't work ??)
wmeier [Mon, 15 Dec 2008 20:08:03 +0000 (20:08 +0000)]
Get rid of the old SOUP and ITCH dissectors; (svn mv didn't work ??)

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

15 years agoRename SOUP & ITCH dissectors to NASDAQ-SOUP & NASDAQ-ITCH
wmeier [Mon, 15 Dec 2008 20:00:59 +0000 (20:00 +0000)]
Rename SOUP & ITCH dissectors to NASDAQ-SOUP & NASDAQ-ITCH

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

15 years agoFix trivial spelling error
wmeier [Mon, 15 Dec 2008 17:05:41 +0000 (17:05 +0000)]
Fix trivial spelling error

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

15 years agoSuggest an alternative to hunting for elinks/links/lynx.
gerald [Mon, 15 Dec 2008 16:44:47 +0000 (16:44 +0000)]
Suggest an alternative to hunting for elinks/links/lynx.

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

15 years agoSeparate reassembly request methods in Lua API implementation.
rbalint [Mon, 15 Dec 2008 15:46:53 +0000 (15:46 +0000)]
Separate reassembly request methods in Lua API implementation.
Now both new-style and pinfo based method work without interference.

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

15 years agoSerialize faq.txt creation steps.
rbalint [Mon, 15 Dec 2008 12:54:35 +0000 (12:54 +0000)]
Serialize faq.txt creation steps.

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

15 years agoRemoved duplicate "Aruba" in the adp protocol name.
stig [Mon, 15 Dec 2008 12:40:28 +0000 (12:40 +0000)]
Removed duplicate "Aruba" in the adp protocol name.

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

15 years agoTry browsers for faq.txt generation silently.
rbalint [Mon, 15 Dec 2008 12:35:23 +0000 (12:35 +0000)]
Try browsers for faq.txt generation silently.

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

15 years agoUpdate GnuTls to gnutls-2.6.3-1
kukosa [Mon, 15 Dec 2008 11:52:06 +0000 (11:52 +0000)]
Update GnuTls to gnutls-2.6.3-1

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

15 years agoFixed links parameters.
rbalint [Mon, 15 Dec 2008 10:34:37 +0000 (10:34 +0000)]
Fixed links parameters.
Tested with Links 2.1pre37.

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

15 years agoFrom Didier Gautheron (bug 3121):
stig [Sun, 14 Dec 2008 23:56:51 +0000 (23:56 +0000)]
From Didier Gautheron (bug 3121):
User srcdir in Makefiles for faq.py.

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

15 years agoFix for bug #3119 (follow_tcp crash when stream filter creation fails)
wmeier [Sun, 14 Dec 2008 17:06:25 +0000 (17:06 +0000)]
Fix for bug #3119 (follow_tcp crash when stream filter creation fails)

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

15 years ago[Automatic manuf update for 2008-12-14]
gerald [Sun, 14 Dec 2008 16:03:18 +0000 (16:03 +0000)]
[Automatic manuf update for 2008-12-14]

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

15 years agoFix compile error; Revise reg_handoff code slightly
wmeier [Sat, 13 Dec 2008 22:56:00 +0000 (22:56 +0000)]
Fix compile error; Revise reg_handoff code slightly

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

15 years agoFrom Vincent Helfre:
etxrab [Sat, 13 Dec 2008 22:06:35 +0000 (22:06 +0000)]
From Vincent Helfre:
Get rid of sndcp_xid_tree and fix the while loop.

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

15 years agoFrom Vincent Helfre:
etxrab [Sat, 13 Dec 2008 22:00:22 +0000 (22:00 +0000)]
From Vincent Helfre:
Fix sndcp_xid_offset.

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

15 years agoFrom Vincent Helfre:
etxrab [Sat, 13 Dec 2008 21:59:33 +0000 (21:59 +0000)]
From Vincent Helfre:
Make the dissector callable by name.

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

15 years agoFix bug: use &lt; instead of < and etc
wmeier [Sat, 13 Dec 2008 21:42:10 +0000 (21:42 +0000)]
Fix bug: use &lt; instead of <  and etc

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

15 years agoAdd checkAPIs as a code submission requirement.
wmeier [Sat, 13 Dec 2008 19:17:12 +0000 (19:17 +0000)]
Add checkAPIs as a code submission requirement.

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

15 years agoFix to make faq.txt when one or more of elinks,... don't exist
wmeier [Sat, 13 Dec 2008 15:00:11 +0000 (15:00 +0000)]
Fix to make faq.txt when one or more of elinks,... don't exist

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

15 years agoFAQ and help/faq.txt are now generated.
stig [Sat, 13 Dec 2008 13:37:41 +0000 (13:37 +0000)]
FAQ and help/faq.txt are now generated.

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

15 years agoRework FAQ target & etc so it works; Is there a better way ?
wmeier [Sat, 13 Dec 2008 03:46:57 +0000 (03:46 +0000)]
Rework FAQ target & etc so it works; Is there a better way ?

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

15 years agoDefault target should create the faq.txt file (no delete it)
wmeier [Sat, 13 Dec 2008 03:13:38 +0000 (03:13 +0000)]
Default target should create the faq.txt file (no delete it)

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

15 years agoTry to get the FAQ targets working on Windows. Add lynx to the list of
gerald [Sat, 13 Dec 2008 02:59:42 +0000 (02:59 +0000)]
Try to get the FAQ targets working on Windows. Add lynx to the list of
required tools.

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

15 years agoFix FAQ targets.
gerald [Sat, 13 Dec 2008 02:53:34 +0000 (02:53 +0000)]
Fix FAQ targets.

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

15 years agoUpdate faq.py to generate a full HTML document by default. Pull in a typo
gerald [Sat, 13 Dec 2008 00:58:43 +0000 (00:58 +0000)]
Update faq.py to generate a full HTML document by default. Pull in a typo
fix from FAQ. Update the makefiles to build help/faq.txt and FAQ. Remove
help/faq.txt and FAQ from the repository, since they're automatically
generated now. Remove the make-faq script.

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

15 years agoDetect Windows Server 2008 in the runtime version info.
stig [Sat, 13 Dec 2008 00:02:34 +0000 (00:02 +0000)]
Detect Windows Server 2008 in the runtime version info.

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

15 years agoAdd the script used to generate the FAQ on the web site. It's not very useful
gerald [Fri, 12 Dec 2008 23:56:33 +0000 (23:56 +0000)]
Add the script used to generate the FAQ on the web site. It's not very useful
in its current state.

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

15 years agoadd Server 2008 to another place where the versions are mentioned ...
ulfl [Fri, 12 Dec 2008 23:17:44 +0000 (23:17 +0000)]
add Server 2008 to another place where the versions are mentioned ...

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

15 years agoadd Windows Server 2008 to the list of known working systems (partly fixes #3115)
ulfl [Fri, 12 Dec 2008 23:08:51 +0000 (23:08 +0000)]
add Windows Server 2008 to the list of known working systems (partly fixes #3115)

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

15 years agoAdd a cople of IE's
etxrab [Fri, 12 Dec 2008 20:36:57 +0000 (20:36 +0000)]
Add a cople of IE's

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

15 years agopacket-soup: use dissector_add_handle to enable "decode as" for SOUP;
wmeier [Fri, 12 Dec 2008 17:28:19 +0000 (17:28 +0000)]
packet-soup: use dissector_add_handle to enable "decode as" for SOUP;
Both: update documentation links slightly

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

15 years agoFrom Gregor Jasny:
jake [Thu, 11 Dec 2008 23:00:01 +0000 (23:00 +0000)]
From Gregor Jasny:
Merge onlinebuddy and userclass stuff from official Oscar protocol documentation.

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

15 years agoFrom Didier Gautheron:
jake [Thu, 11 Dec 2008 22:31:23 +0000 (22:31 +0000)]
From Didier Gautheron:
Small tcp ASCII lines based dissectors for NASDAQ and Chi-X (and maybe others)
real-time market data feed.

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

15 years agoDissect DecoderConfiguration in h245.
etxrab [Thu, 11 Dec 2008 20:35:19 +0000 (20:35 +0000)]
Dissect DecoderConfiguration in h245.

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

15 years agoCorrect the bit position for a couple of hf fields.
etxrab [Thu, 11 Dec 2008 20:34:23 +0000 (20:34 +0000)]
Correct the bit position for a couple of hf fields.

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