obnox/wireshark/wip.git
16 years agoGet rid of extra blank lines at the end of the file.
guy [Thu, 10 Jan 2008 08:50:16 +0000 (08:50 +0000)]
Get rid of extra blank lines at the end of the file.

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

16 years agoUse WTAP_ENCAP_ERF as the file encapsulation, as that's what we'd
guy [Thu, 10 Jan 2008 08:49:11 +0000 (08:49 +0000)]
Use WTAP_ENCAP_ERF as the file encapsulation, as that's what we'd
otherwise use as the per-packet encapsulation.

The close routine does nothing; get rid of it - you don't *need* a close
routine (by default, the subtype_close pointer is null, which means that
nothing per-file-type is done when the file is closed).

Make the code to handle the length fields in the ERF header common,
rather than copying it to each group of record types.

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

16 years agoadd support for qpi level 516 : posix acl
sahlberg [Wed, 9 Jan 2008 23:10:17 +0000 (23:10 +0000)]
add support for qpi level 516 : posix acl

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

16 years agoFrom Florent Drouin:
morriss [Wed, 9 Jan 2008 22:58:34 +0000 (22:58 +0000)]
From Florent Drouin:

fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1727 (pppd format file
incorrectly detected as being an ERF file) by:

The file_seek() call has been replaced by a call to file_read(), so, when the
end of the file is reached and the current record is truncated, we have got an
error.
This solves the problem of bad file format detection.

Additionaly, the ERF heuristic has been improved.

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

16 years agodissect_e164_cc(): when the address is BCD coded, don't increment cc_offset just...
morriss [Wed, 9 Jan 2008 22:25:47 +0000 (22:25 +0000)]
dissect_e164_cc(): when the address is BCD coded, don't increment cc_offset just to get the 2nd octet of the address (because cc_offset is used later as the offset where the CC starts).

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

16 years agoDisplay the Country Code information in a subtree of the digits (to make it obvious...
morriss [Wed, 9 Jan 2008 22:01:57 +0000 (22:01 +0000)]
Display the Country Code information in a subtree of the digits (to make it obvious that it's a subfield).  Add #defines for the NAI and NP values and use them rather than hex values.  Initial the 'np' variable to clean up a warning.

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

16 years agoFrom Shmulik Bezalel:
etxrab [Wed, 9 Jan 2008 21:14:01 +0000 (21:14 +0000)]
From Shmulik Bezalel:
Present the country code description gsmmap and SCCP.
Added small ASN1 bugfix - missing EXPORTS used by gsmmap.asn(Handle older ver).

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

16 years agoIn case of QoS Information, Length field is missing.
etxrab [Wed, 9 Jan 2008 20:49:33 +0000 (20:49 +0000)]
In case of QoS Information, Length field is missing.

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

16 years agoWhen searching for EOC (because we have an indefinite length) don't stop searching...
morriss [Wed, 9 Jan 2008 17:06:25 +0000 (17:06 +0000)]
When searching for EOC (because we have an indefinite length) don't stop searching just because we ran out of TVB (thus assuming that the EOC is just beyond the end of the message).  Instead, try to keep going which will throw an exception (ReportedBoundsError).  I had a packet which was missing the EOC (probably programmer error) and Wirshark was reporting BoundsError (Packet size limited during capture) instead of ReportedBoundsError (Malformed Packet); this patch fixes that.

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

16 years ago#ifdef DEBUG around left-over printfs. Should these just be deleted?
martinm [Wed, 9 Jan 2008 16:21:03 +0000 (16:21 +0000)]
#ifdef DEBUG around left-over printfs.  Should these just be deleted?

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

16 years agoPavol Rusnak <stick@gk2.sk>:
jmayer [Wed, 9 Jan 2008 16:05:17 +0000 (16:05 +0000)]
Pavol Rusnak <stick@gk2.sk>:

Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2183

Strptime function is not properly included. It needs __USE_XOPEN macro, but it
is defined in wrong place. It must be defined before _any_ include file.
Otherwise I get "implicit declaration of function `strptime`" (gcc 4.3.0).

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

16 years agomore sophisticated H245 OLC handling focusing on more reliable T.38 establishment
kukosa [Wed, 9 Jan 2008 13:30:31 +0000 (13:30 +0000)]
more sophisticated H245 OLC handling focusing on more reliable T.38 establishment

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

16 years agoExplicitly check for missing NULL terminator on RTCP BYE reason string (this bug...
martinm [Wed, 9 Jan 2008 12:39:14 +0000 (12:39 +0000)]
Explicitly check for missing NULL terminator on RTCP BYE reason string (this bug has been seen on 2 stacks now...).

Fixes bug 2180.

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

16 years agoExit with 1, not 2, if exec fails, so we don't report an additional
guy [Wed, 9 Jan 2008 11:50:22 +0000 (11:50 +0000)]
Exit with 1, not 2, if exec fails, so we don't report an additional
error for the exit status, over and above the one for the exec failure.

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

16 years agoUse dup2() rather than eth_close() followed by dup() to ensure that a
guy [Wed, 9 Jan 2008 11:40:38 +0000 (11:40 +0000)]
Use dup2() rather than eth_close() followed by dup() to ensure that a
given file descriptor get duped to another descriptor.

Handle exec errors in sync_pipe_open_command() the same way they're
handled in sync_pipe_start(); that fixes bug 2177.

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

16 years agoFrom Steve Karg:
jake [Wed, 9 Jan 2008 09:34:19 +0000 (09:34 +0000)]
From Steve Karg:
Wireshark decodes a BACnet ReadRange Ack packet as malformed. The packet itself
is valid as checked with the BACnet 135-2004 specification.

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

16 years agoTo ease troubleshooting of bug #2017 and for code clarity in the future, use
sfisher [Wed, 9 Jan 2008 08:34:58 +0000 (08:34 +0000)]
To ease troubleshooting of bug #2017 and for code clarity in the future, use
two different variables for types voip_rtp_stream_info_t (strinfo) and
voip_calls_info_t (callsinfo) instead of using strinfo for both.

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

16 years agoMake ANSI IS-637-A Teleservice - "ansi_637_tele" and
etxrab [Wed, 9 Jan 2008 06:45:32 +0000 (06:45 +0000)]
Make ANSI IS-637-A Teleservice - "ansi_637_tele" and
ANSI IS-637-A Transpor t- "ansi_637_trans" callable by name.

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

16 years agoAdded svn:ignore targets for asn1/x2ap and asn1/s1ap.
stig [Tue, 8 Jan 2008 23:16:10 +0000 (23:16 +0000)]
Added svn:ignore targets for asn1/x2ap and asn1/s1ap.

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

16 years agoFixed some small typos.
stig [Tue, 8 Jan 2008 23:14:13 +0000 (23:14 +0000)]
Fixed some small typos.

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

16 years agoChanged email address for Gerald from zing.org to wireshark.org
stig [Tue, 8 Jan 2008 22:54:51 +0000 (22:54 +0000)]
Changed email address for Gerald from zing.org to wireshark.org
in a lot of files, which I suppose is correct.

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

16 years agoMake RTP player G.729 Annex B compatible.
jake [Tue, 8 Jan 2008 13:04:50 +0000 (13:04 +0000)]
Make RTP player G.729 Annex B compatible.

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

16 years agoGraeme Lunt:
jmayer [Tue, 8 Jan 2008 08:07:45 +0000 (08:07 +0000)]
Graeme Lunt:

(The fix is to cd back to "../portableapps/win32", rather than
"../u3/win32", at the end of the nsis-bits target in makefile.nmake.)

Me:

Get rid of some whitespace at the end of lines.

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

16 years agoFrom Shmulik Bezalel:
etxrab [Tue, 8 Jan 2008 05:29:38 +0000 (05:29 +0000)]
From Shmulik Bezalel:
Add support for ucs2 on ussd string.
(Changing the font from Lucida console to Arial dissplaed all chars correctly).

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

16 years agoFrom Shmulik Bezalel:
etxrab [Tue, 8 Jan 2008 05:18:36 +0000 (05:18 +0000)]
From Shmulik Bezalel:
Add support for ucs2 on ussd string.
(Changing the font from Lucida console to Arial dissplaed all chars correctly).

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

16 years agoAdd a cast.
stig [Mon, 7 Jan 2008 23:00:09 +0000 (23:00 +0000)]
Add a cast.

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

16 years agoAdded missing Eriscsson.xml
etxrab [Mon, 7 Jan 2008 22:00:26 +0000 (22:00 +0000)]
Added missing Eriscsson.xml

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

16 years agoFrom Balint Reczey (bug 2146):
stig [Mon, 7 Jan 2008 21:24:23 +0000 (21:24 +0000)]
From Balint Reczey (bug 2146):
Make it possible to write Lua dissectors that use TCP reassembly.

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

16 years agoFrom Marton Nemeth (bug 2168):
stig [Mon, 7 Jan 2008 21:16:44 +0000 (21:16 +0000)]
From Marton Nemeth (bug 2168):
Add reference to Wiki in INSTALL.

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

16 years agoAs noted by David Halik in bug 2172:
stig [Mon, 7 Jan 2008 20:56:24 +0000 (20:56 +0000)]
As noted by David Halik in bug 2172:
Removed an unnamed union member in ethercat.

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

16 years agoFrom Jim Young (bug 2162):
stig [Mon, 7 Jan 2008 20:44:32 +0000 (20:44 +0000)]
From Jim Young (bug 2162):
Patch for epan/emem.c functions ep_strndup() and se_strndup() to stop valgrind
message "invalid read of size 1".

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

16 years agoMore Generic parameters.
etxrab [Mon, 7 Jan 2008 19:16:26 +0000 (19:16 +0000)]
More Generic parameters.

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

16 years agoFix Missing -z proto,colinfo,ip,gtp.teid_cp and -z proto,colinfo,ip,gtp.teid_data
etxrab [Mon, 7 Jan 2008 19:15:43 +0000 (19:15 +0000)]
Fix Missing -z proto,colinfo,ip,gtp.teid_cp and -z proto,colinfo,ip,gtp.teid_data
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2136
Copy paseto..

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

16 years agoThe syntax for capture filters has been moved from
jmayer [Mon, 7 Jan 2008 00:12:36 +0000 (00:12 +0000)]
The syntax for capture filters has been moved from
tcpdump (in the tcpdump package) into its own manpage
(pcap-filter) in the libpcap package in the CVS HEAD
branch. Reference the new and the old location for that
information.

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

16 years agoClear up the decoding of
etxrab [Sun, 6 Jan 2008 21:55:30 +0000 (21:55 +0000)]
Clear up the decoding of
"USSD-DataCodingScheme ::= OCTET STRING (SIZE (1))
-- The structure of the USSD-DataCodingScheme is defined by
-- the Cell Broadcast Data Coding Scheme as described in
-- TS 3GPP TS 23.038 [25]"
Partly in responce to
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2158

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

16 years agoCreate makefiles for s1ap and x2ap.
gerald [Sun, 6 Jan 2008 18:58:16 +0000 (18:58 +0000)]
Create makefiles for s1ap and x2ap.

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

16 years agoAllocate enough space to make proper NULL terminated string in uat_unesc (bug 2169...
jake [Sun, 6 Jan 2008 13:09:33 +0000 (13:09 +0000)]
Allocate enough space to make proper NULL terminated string in uat_unesc (bug 2169) and uat_unbinstring,

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

16 years agoFix for bug 2026:
jake [Sun, 6 Jan 2008 11:49:32 +0000 (11:49 +0000)]
Fix for bug 2026:
Clean up RTP header extension code. Remove duplicate raw presentation.

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

16 years agoGet rid of dissect_ber_boolean_value() and change the signature of
etxrab [Fri, 4 Jan 2008 16:21:07 +0000 (16:21 +0000)]
Get rid of dissect_ber_boolean_value() and change the signature of
dissect_ber_boolean() to return a value and update asn2wrs to generate the new signature.
Regenerate all BER dissectors.

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

16 years agoUPX compression corrupts the WinPcap installer - so don't UPX it.
gal [Fri, 4 Jan 2008 15:28:44 +0000 (15:28 +0000)]
UPX compression corrupts the WinPcap installer - so don't UPX it.

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

16 years agoUpdate to use the generic manifest and make independent of the U3 packaging.
gal [Fri, 4 Jan 2008 14:12:22 +0000 (14:12 +0000)]
Update to use the generic manifest and make independent of the U3 packaging.
Also tidy up.

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

16 years agoChanges to use a generic manifest to determine package contents, and also U3 self...
gal [Fri, 4 Jan 2008 14:10:57 +0000 (14:10 +0000)]
Changes to use a generic manifest to determine package contents, and also U3 self-certification fixes e.g.
* package size (dependent on use of UPX)
* upgrade
* shortDescription
* vendor

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

16 years agoA script to generate a generic manifest file from the nsis/wireshark.nsi.
gal [Fri, 4 Jan 2008 14:07:47 +0000 (14:07 +0000)]
A script to generate a generic manifest file from the nsis/wireshark.nsi.
The U3 and portableapps packaging will use this generic manifest to package the
correct set of components. Thus all three packages will be kept in sync.

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

16 years agoGet rid of ber_last_created_item(). (Final?)
etxrab [Fri, 4 Jan 2008 13:39:24 +0000 (13:39 +0000)]
Get rid of ber_last_created_item(). (Final?)

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

16 years agoGet rid of ber_last_created_item().
etxrab [Fri, 4 Jan 2008 12:53:29 +0000 (12:53 +0000)]
Get rid of ber_last_created_item().

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

16 years agoGet rid of ber_last_created_item().
etxrab [Fri, 4 Jan 2008 12:39:52 +0000 (12:39 +0000)]
Get rid of ber_last_created_item().

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

16 years agoGet rid of ber_created_item().
etxrab [Thu, 3 Jan 2008 17:49:59 +0000 (17:49 +0000)]
Get rid of ber_created_item().

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

16 years agoBuild x2ap and s1ap - needs more work, untested as no traces available yet.
etxrab [Thu, 3 Jan 2008 14:45:36 +0000 (14:45 +0000)]
Build x2ap and s1ap - needs more work, untested as no traces available yet.

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

16 years agoAdd s1ap - needs more work, untested as no traces available yet.
etxrab [Thu, 3 Jan 2008 14:44:26 +0000 (14:44 +0000)]
Add s1ap - needs more work, untested as no traces available yet.

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

16 years agoAdd x2ap and s1ap to asn1 build scripts
etxrab [Thu, 3 Jan 2008 14:37:02 +0000 (14:37 +0000)]
Add x2ap and s1ap to asn1 build scripts

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

16 years agoFix up compilation errors.
etxrab [Thu, 3 Jan 2008 14:35:45 +0000 (14:35 +0000)]
Fix up compilation errors.

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

16 years agoget rid of get_ber_last_created_item()
kukosa [Thu, 3 Jan 2008 13:20:10 +0000 (13:20 +0000)]
get rid of get_ber_last_created_item()

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

16 years agoget rid of get_ber_last_created_item()
kukosa [Thu, 3 Jan 2008 13:07:17 +0000 (13:07 +0000)]
get rid of get_ber_last_created_item()

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

16 years agoWrong string used in g_hash_table_lookup().
etxrab [Thu, 3 Jan 2008 13:00:56 +0000 (13:00 +0000)]
Wrong string used in g_hash_table_lookup().
Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2154

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

16 years ago- MAP-MS-DataTypes.asn Add Id
etxrab [Thu, 3 Jan 2008 11:12:38 +0000 (11:12 +0000)]
- MAP-MS-DataTypes.asn Add Id
- Camel fix bug "bug in CAMEL ApplyCharging message."
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1719
- get rid of ber_last_created_item()
- add decoding of ServiceInteractionIndicatorsTwo items

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

16 years agofix warning: mark unused parameter
kukosa [Thu, 3 Jan 2008 10:07:14 +0000 (10:07 +0000)]
fix warning: mark unused parameter

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

16 years agofix error if GNUTLS is not available
kukosa [Thu, 3 Jan 2008 09:32:12 +0000 (09:32 +0000)]
fix error if GNUTLS is not available

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

16 years agoFix warnings (seen under linux + GCC 3.4.6)
martinm [Thu, 3 Jan 2008 09:01:17 +0000 (09:01 +0000)]
Fix warnings (seen under linux + GCC 3.4.6)

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

16 years agoFrom Ales Kocourek
kukosa [Thu, 3 Jan 2008 08:24:33 +0000 (08:24 +0000)]
From Ales Kocourek
- add ability to read server private key from encrypted PKCS#12 file
- use 0.0.0.0|any|ANY as a wildcard IP address (e.g. if one certificate is used in more servers)

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

16 years agoset actx->created_item for object identifier type
kukosa [Thu, 3 Jan 2008 08:19:27 +0000 (08:19 +0000)]
set actx->created_item for object identifier type

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

16 years agoregister into h245.gef.name table which is already implemented
kukosa [Thu, 3 Jan 2008 08:18:11 +0000 (08:18 +0000)]
register into h245.gef.name table which is already implemented

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

16 years agoput capability parameters into a table
kukosa [Thu, 3 Jan 2008 08:14:28 +0000 (08:14 +0000)]
put capability parameters into a table

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

16 years agoFix for Bug 2156:
jake [Thu, 3 Jan 2008 07:29:34 +0000 (07:29 +0000)]
Fix for Bug 2156:
Correct T bit mask.

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

16 years agoFix for Bug 2151:
jake [Thu, 3 Jan 2008 07:05:05 +0000 (07:05 +0000)]
Fix for Bug 2151:
Mask out all multicast addresses by their prefix, which is 4 bit wide i.s.o. 24 bit

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

16 years agoNever print x axis values outside the graph (we now have "view as time of day").
stig [Thu, 3 Jan 2008 01:17:47 +0000 (01:17 +0000)]
Never print x axis values outside the graph (we now have "view as time of day").
Fixed calculating first_interval (the scrollbar issue in bug 1763).

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

16 years agoInitialize io->view_as_time.
stig [Wed, 2 Jan 2008 20:09:20 +0000 (20:09 +0000)]
Initialize io->view_as_time.

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

16 years agoAdd decoding of most of the generic parameters from H.241 and 3gpp.
etxrab [Wed, 2 Jan 2008 14:05:16 +0000 (14:05 +0000)]
Add decoding of most of the generic parameters from H.241 and 3gpp.

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

16 years agoMark some unused parameters with _U_.
stig [Wed, 2 Jan 2008 11:34:35 +0000 (11:34 +0000)]
Mark some unused parameters with _U_.
Added a missing return value.

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

16 years agodissect some capability parameters
kukosa [Wed, 2 Jan 2008 11:09:36 +0000 (11:09 +0000)]
dissect some capability parameters

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

16 years agoupdate Generic Extensible Framework in H.245
kukosa [Wed, 2 Jan 2008 11:07:44 +0000 (11:07 +0000)]
update Generic Extensible Framework in H.245
- call subdissector for parameter names
- call subdissector for booleanArray and unsignedMin values

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

16 years agoAlso show duplicate IP address in info column.
martinm [Wed, 2 Jan 2008 10:35:20 +0000 (10:35 +0000)]
Also show duplicate IP address in info column.

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

16 years agoAn X.420 message store attribute and an X.420 heading extension.
gal [Wed, 2 Jan 2008 09:36:38 +0000 (09:36 +0000)]
An X.420 message store attribute and an X.420 heading extension.

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

16 years agoRevised X.420 dissector using separate ASN.1 modules and making the bare minimum...
gal [Wed, 2 Jan 2008 09:34:34 +0000 (09:34 +0000)]
Revised X.420 dissector using separate ASN.1 modules and making the bare minimum changes to those modules that asn2wrs requires.
Also supports the X.420 message store attributes, used over P7.

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

16 years agoAdditional EXPORTS for X.420 attributes and general fixes.
gal [Wed, 2 Jan 2008 09:30:45 +0000 (09:30 +0000)]
Additional EXPORTS for X.420 attributes and general fixes.

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

16 years agoAdditional EXPORTS (for X.420 dissector) and a message store (P7) attribute.
gal [Wed, 2 Jan 2008 09:29:04 +0000 (09:29 +0000)]
Additional EXPORTS (for X.420 dissector) and a message store (P7) attribute.

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

16 years agoUpdated wsug according to changes in IO Graphs.
stig [Sun, 30 Dec 2007 00:08:02 +0000 (00:08 +0000)]
Updated wsug according to changes in IO Graphs.

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

16 years agoAdd more debug info.
etxrab [Sun, 30 Dec 2007 00:03:10 +0000 (00:03 +0000)]
Add more debug info.

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

16 years agoFix indentation somewhat.
etxrab [Sun, 30 Dec 2007 00:02:25 +0000 (00:02 +0000)]
Fix indentation somewhat.

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

16 years agoFix a cut'n'paste error for GTK_VERSION < 2 in last commit.
stig [Sat, 29 Dec 2007 23:20:14 +0000 (23:20 +0000)]
Fix a cut'n'paste error for GTK_VERSION < 2 in last commit.
Fixed some indentation.

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

16 years agoAdd an option to view the X axis as time of day instead of seconds since
stig [Sat, 29 Dec 2007 20:57:15 +0000 (20:57 +0000)]
Add an option to view the X axis as time of day instead of seconds since
start of capture.

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

16 years agoAdd a warning in the IO Graph if too many elements.
stig [Sat, 29 Dec 2007 20:53:10 +0000 (20:53 +0000)]
Add a warning in the IO Graph if too many elements.

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

16 years agoInitialize se_value to avoid a warning.
stig [Sat, 29 Dec 2007 11:29:36 +0000 (11:29 +0000)]
Initialize se_value to avoid a warning.

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

16 years agoHandle se(v) encoding and minor bug fixes.
etxrab [Sat, 29 Dec 2007 09:55:02 +0000 (09:55 +0000)]
Handle se(v) encoding and minor bug fixes.

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

16 years agoMake dplay compile on Windows.
etxrab [Sat, 29 Dec 2007 09:53:48 +0000 (09:53 +0000)]
Make dplay compile on Windows.

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

16 years agoFix for bug 2068 from Jim Young:
sake [Sat, 29 Dec 2007 09:12:29 +0000 (09:12 +0000)]
Fix for bug 2068 from Jim Young:

After a new display filter macro (dfmacro) has been defined, the first attempt
to use the dfmacro will result in a crash of Wireshark when the closing "}"
character is entered into the "Filter:" text entry field.

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

16 years agoAdd preliminary dissector for network protocol used by Microsoft DirectPlay.
sfisher [Sat, 29 Dec 2007 05:40:43 +0000 (05:40 +0000)]
Add preliminary dissector for network protocol used by Microsoft DirectPlay.
From Kai Blin via bug #2134.

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

16 years agoAccording to draft-ietf-pce-pcep-09, the LOAD-BALANCING object has no
guy [Sat, 29 Dec 2007 00:57:51 +0000 (00:57 +0000)]
According to draft-ietf-pce-pcep-09, the LOAD-BALANCING object has no
TLVs, and has a fixed length; fix the dissector for it to check for an
exact length and not to look for TLVs.

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

16 years agoHave a filled COL_INFO, even if tree is NULL
jake [Sat, 29 Dec 2007 00:55:01 +0000 (00:55 +0000)]
Have a filled COL_INFO, even if tree is NULL

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

16 years agoRename packet-pce.c to packet-pcep.c to match the protocol name.
guy [Fri, 28 Dec 2007 23:08:48 +0000 (23:08 +0000)]
Rename packet-pce.c to packet-pcep.c to match the protocol name.

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

16 years agoThe protocol is the "Path Computation Element communication Protocol",
guy [Fri, 28 Dec 2007 23:05:22 +0000 (23:05 +0000)]
The protocol is the "Path Computation Element communication Protocol",
or PCEP; use that rather than PCE, as per a suggestion in bug 1870.

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

16 years agoCorrected a name in AUTHORS.
stig [Fri, 28 Dec 2007 22:31:15 +0000 (22:31 +0000)]
Corrected a name in AUTHORS.

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

16 years agoFetch ObjectName and its relative oid_info before handling an eventual error
stig [Fri, 28 Dec 2007 22:19:33 +0000 (22:19 +0000)]
Fetch ObjectName and its relative oid_info before handling an eventual error
value, so we have valid values to put in the VarBind entry.  Include the error
note text as the label.

This should fix bug 2144.

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

16 years agosave RTP in 16-bit linear PCM instead of 8-bit G.711 u-Law
kukosa [Fri, 28 Dec 2007 13:01:55 +0000 (13:01 +0000)]
save RTP in 16-bit linear PCM instead of 8-bit G.711 u-Law
(preparation for more codecs support via codec plugins)

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

16 years agoClean up indentation some more.
guy [Fri, 28 Dec 2007 11:23:23 +0000 (11:23 +0000)]
Clean up indentation some more.

Don't pass an argument if the argument is overwritten before being used;
make it a local variable instead.

Combine the header and contents of an object into a single tree, as per
a suggestion in bug 1870.

Clean up some flag displays, and put fields into the protocol tree in
the order in which they appear in the packet.

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

16 years agoTwo addresses from the 802.1 Plenary 11/2007
jake [Fri, 28 Dec 2007 10:58:18 +0000 (10:58 +0000)]
Two addresses from the 802.1 Plenary 11/2007

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

16 years agosupport for additionally SIZE constrained Typereference
kukosa [Fri, 28 Dec 2007 10:42:44 +0000 (10:42 +0000)]
support for additionally SIZE constrained Typereference
the support is only semiautomated as this feature does not occur very often
use this feature for the TBCD-STRING in the H.225 dissector

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

16 years agoAdd submission port dissection.
jake [Fri, 28 Dec 2007 09:09:09 +0000 (09:09 +0000)]
Add submission port dissection.

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

16 years agomore buffer functions
kukosa [Fri, 28 Dec 2007 07:38:06 +0000 (07:38 +0000)]
more buffer functions

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

16 years agoIndicate what the current versions of the I-Ds for PCE are; also point
guy [Fri, 28 Dec 2007 03:06:30 +0000 (03:06 +0000)]
Indicate what the current versions of the I-Ds for PCE are; also point
to some RFCS.

Get rid of an unused dissector table and unused dissector handle.

Add #defines for the object header length and the minimum lengths of
various objects.

Don't use DISSECTOR_ASSERT() to check the contents of a packet - it is
by definition a bug in a dissector if DISSECTOR_ASSERT() is called, and
making a dissector call DISSECTOR_ASSERT() if a value that could
conceivably appear in a packet does appear in a packet is introducing a
known bug into a dissector.

Add more length checks - and use checked lengths for items rather than
updating lengths incrementally.

Clean up indentation and a bunch of other stuff.

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

16 years agoPreserve can_desegment status when passing the decrypted ssl-data to a subdissector
sake [Fri, 28 Dec 2007 01:23:01 +0000 (01:23 +0000)]
Preserve can_desegment status when passing the decrypted ssl-data to a subdissector

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