obnox/wireshark/wip.git
17 years agoAdd some programs to 'see also'
jmayer [Thu, 10 Aug 2006 09:19:03 +0000 (09:19 +0000)]
Add some programs to 'see also'

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

17 years agoFix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1014
jmayer [Thu, 10 Aug 2006 09:02:24 +0000 (09:02 +0000)]
Fix for bugs.wireshark.org/bugzilla/show_bug.cgi?id=1014
provided by markdrago@mail.com.

Me: Patch template files instead and regenerate the dissector files.
    Fix Makefiles to use the correct asn filenames.

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

17 years agothis is a blob not a policyhandle
sahlberg [Thu, 10 Aug 2006 07:35:26 +0000 (07:35 +0000)]
this is a blob not a policyhandle

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

17 years agoFrom: Michael Lum
jake [Thu, 10 Aug 2006 06:24:50 +0000 (06:24 +0000)]
From: Michael Lum
Small ANSI-637 patch for identifying more Teleservice

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

17 years agoGnuTLS/libgcrypt initialization moved to epan.c
kukosa [Thu, 10 Aug 2006 06:06:21 +0000 (06:06 +0000)]
GnuTLS/libgcrypt initialization moved to epan.c

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

17 years agoefung@certicom.com:
jmayer [Thu, 10 Aug 2006 03:11:33 +0000 (03:11 +0000)]
efung@certicom.com:
        Patch adding MOBIKE support to packet-isakmp.c

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

17 years agorudp used a port that a) collides with afs and b) violates
jmayer [Thu, 10 Aug 2006 01:59:41 +0000 (01:59 +0000)]
rudp used a port that a) collides with afs and b) violates
the port requirements from the draft rfc.
Make the portnumber a configureable variable and set it to 0
by default.

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

17 years agoMinor TBCP fixes
martinm [Wed, 9 Aug 2006 17:23:10 +0000 (17:23 +0000)]
Minor TBCP fixes

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

17 years agometze pointed out that the last four bytes of the 20 byte blob prepenfing the ndr...
sahlberg [Wed, 9 Aug 2006 11:25:20 +0000 (11:25 +0000)]
metze pointed out that the last four bytes of the 20 byte blob prepenfing the ndr encoded data in the pac must be a unique pointer

make sense,   decode it as a unique pointer then

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

17 years agodecode the field of type 11
sahlberg [Wed, 9 Aug 2006 08:25:01 +0000 (08:25 +0000)]
decode the field of type 11

(it could theoretically also be a union with arm:1 selected instead of a conformant array)

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

17 years agotesting the win32 decryp[tion out i noticed a lot of new previously not decoded...
sahlberg [Wed, 9 Aug 2006 07:37:57 +0000 (07:37 +0000)]
testing the win32 decryp[tion out  i noticed a lot of new previously not decoded info in the captures for constrained delegation on the Kerberos wiki page.

a new bit 0x00020000 is usde in the TGS-REQ packets and this results in a return of a PAC containing an unknown type 11 field.

the blob in the pac is 200 bytes and NDR encoded.   its structure is obvious since it contains 2 conformant and varying arrays  and three unique pointers.

enable decoding of this new KDCOptions bit and call it "constrained delegation"

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

17 years agoPoint to the newest (1.5.0-1) GnuTLS package. Since it contains
gerald [Wed, 9 Aug 2006 02:00:05 +0000 (02:00 +0000)]
Point to the newest (1.5.0-1) GnuTLS package.  Since it contains
libgcrypt, enable it in the Windows build.

In packet-ipsec.c:

  - Remove non-constants from variable declaration initializations.
  - Use ep_alloc() in a couple of places.
  - Fix an off-by-one error.
  - Reduce the number of SAs in the preferences from 4 to 2.  4 made the
    preferences window absolutely enormous.  This is probably the wrong
    way to fix this.
  - Fix up whitespace.

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

17 years agoRoutines for Universal Mobile Telecommunications System (UMTS) Radio Resource Control...
etxrab [Tue, 8 Aug 2006 21:32:44 +0000 (21:32 +0000)]
Routines for Universal Mobile Telecommunications System (UMTS) Radio Resource Control (RRC) (umts_rrc) dissection.

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

17 years agoseveral minor fixes and enhancements to the dissection
ulfl [Tue, 8 Aug 2006 21:28:14 +0000 (21:28 +0000)]
several minor fixes and enhancements to the dissection

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

17 years agoFrom: Bálint Réczey:
jake [Tue, 8 Aug 2006 19:54:37 +0000 (19:54 +0000)]
From: Bálint Réczey:
The attached patch fixes decoding of message flags in BFD control packets.

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

17 years agoenable kerberos for windows for the win32 build
sahlberg [Tue, 8 Aug 2006 07:52:15 +0000 (07:52 +0000)]
enable kerberos for windows for the win32 build

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

17 years agoFrom Brian Drab: Several comments and typo's
jake [Mon, 7 Aug 2006 21:34:48 +0000 (21:34 +0000)]
From Brian Drab: Several comments and typo's

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

17 years agoAdd GNUTLS to the Windows build.
gerald [Mon, 7 Aug 2006 19:52:18 +0000 (19:52 +0000)]
Add GNUTLS to the Windows build.

In packet-ssl.c, move ssl_set_debug() up a bit so that we can debug key
file parsing.

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

17 years agoTidy up comments, var names, remove pedantic warnings
martinm [Mon, 7 Aug 2006 17:10:59 +0000 (17:10 +0000)]
Tidy up comments, var names, remove pedantic warnings

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

17 years agoWasn't allocating big enough frame buffer!
martinm [Mon, 7 Aug 2006 17:08:11 +0000 (17:08 +0000)]
Wasn't allocating big enough frame buffer!

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

17 years agoPoint to the latest archive.
gerald [Mon, 7 Aug 2006 14:47:52 +0000 (14:47 +0000)]
Point to the latest archive.

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

17 years agomarik the request_in/response_to/time as generated fields
sahlberg [Mon, 7 Aug 2006 10:35:26 +0000 (10:35 +0000)]
marik the request_in/response_to/time  as generated fields

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

17 years agodissect nTSecurityDescriptor attribute as a security descriptor
sahlberg [Mon, 7 Aug 2006 10:29:39 +0000 (10:29 +0000)]
dissect nTSecurityDescriptor attribute as a security descriptor

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

17 years agoobjectSid attribute contains a sid so decode it nively as a sid
sahlberg [Mon, 7 Aug 2006 10:19:37 +0000 (10:19 +0000)]
objectSid attribute contains a sid   so decode it nively as a sid

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

17 years agoadd some more oid's
sahlberg [Sun, 6 Aug 2006 14:31:58 +0000 (14:31 +0000)]
add some more oid's

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

17 years agothe ldap values for supportedControl and supportedCapabilities is an oid in ascii...
sahlberg [Sun, 6 Aug 2006 14:04:07 +0000 (14:04 +0000)]
the ldap values for supportedControl and supportedCapabilities is an oid in ascii format.

resolve it into a anme if possible and present it.

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

17 years ago"objectGUID" should be dissected as a GUID
sahlberg [Sun, 6 Aug 2006 13:13:42 +0000 (13:13 +0000)]
"objectGUID" should be dissected as a GUID

also change the name of one of the strings we keep around since it is more generic than just used for attributeassertions

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

17 years agomake nsis build aware of kerberos for windows if it is available
sahlberg [Sat, 5 Aug 2006 05:12:09 +0000 (05:12 +0000)]
make nsis build aware of kerberos for windows if it is available

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

17 years agoif KFW is enabled, we need to temporarily copy the two required DLLs to the build...
sahlberg [Sat, 5 Aug 2006 04:41:42 +0000 (04:41 +0000)]
if KFW is enabled, we need to temporarily copy the two required DLLs to the build directory since they are required during the build

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

17 years agoconfig and makefile magic we need when we integrate kerberos for windows with the...
sahlberg [Sat, 5 Aug 2006 04:32:57 +0000 (04:32 +0000)]
config and makefile magic we need when we integrate kerberos for windows with the w32 build

disabled for now

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

17 years agoIt's not only executable but a script as well: propset eol-style + keywords
jmayer [Fri, 4 Aug 2006 16:30:54 +0000 (16:30 +0000)]
It's not only executable but a script as well: propset eol-style + keywords

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

17 years agoethereal -> wireshark.
gerald [Fri, 4 Aug 2006 14:43:48 +0000 (14:43 +0000)]
ethereal -> wireshark.

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

17 years agoChecked also needed here - remove wrong comment
martinm [Fri, 4 Aug 2006 10:16:10 +0000 (10:16 +0000)]
Checked also needed here - remove wrong comment

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

17 years agoThere may be no icon data
martinm [Fri, 4 Aug 2006 10:02:21 +0000 (10:02 +0000)]
There may be no icon data

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

17 years agoFrom: Stephen Fisher
jake [Fri, 4 Aug 2006 05:54:38 +0000 (05:54 +0000)]
From: Stephen Fisher
I was looking at the dissector I wrote recently, packet-exec.c, to remember
how to handle conversations and I noticed a comment that isn't clear.
It would throw someone off because it isn't how the dissector was finally written :).

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

17 years agocheck that itl is non-NULL to prevent a NULL pointer dereference that would crash...
sahlberg [Fri, 4 Aug 2006 00:36:25 +0000 (00:36 +0000)]
check that itl is non-NULL to prevent a NULL pointer dereference that would crash the windows build     but funnily enough not linux (since you can read from the null page on linux?)

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

17 years agoCredit Jakob Bratkovic with multicast stream analysis support.
gerald [Thu, 3 Aug 2006 21:45:55 +0000 (21:45 +0000)]
Credit Jakob Bratkovic with multicast stream analysis support.

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

17 years agoFix bug 1027: pinfo.iplen should contain option length as well
jake [Thu, 3 Aug 2006 20:24:24 +0000 (20:24 +0000)]
Fix bug 1027: pinfo.iplen should contain option length as well

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

17 years agoAdd an expert item to indicate unrecognised SIP headers. Useful for finding:
martinm [Thu, 3 Aug 2006 14:51:45 +0000 (14:51 +0000)]
Add an expert item to indicate unrecognised SIP headers.  Useful for finding:
- encoding problems or use of exotic extensions in equipment
- headers missing from the SIP dissector

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

17 years agoMake the output file name a little more descriptive.
gerald [Wed, 2 Aug 2006 21:19:56 +0000 (21:19 +0000)]
Make the output file name a little more descriptive.

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

17 years agoFrom Richard van der Hoff:
etxrab [Wed, 2 Aug 2006 20:01:20 +0000 (20:01 +0000)]
From Richard van der Hoff:
An error message has been changed, such that the commandline options
test doesn't work any more.

This patch fixes the test accordingly.

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

17 years agoFrom Richard van der Hoff:
etxrab [Wed, 2 Aug 2006 19:58:36 +0000 (19:58 +0000)]
From Richard van der Hoff:
This patch fixes a couple of comments in capture_sync.c.

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

17 years agoFrom Peter Johansson:
etxrab [Wed, 2 Aug 2006 19:50:04 +0000 (19:50 +0000)]
From Peter Johansson:
the supplied patch fixes a problem where the options value should really be used from the conversation found (using
conversation_lookup_hashtable(...) to create a new conversation based on the already stored conversation template (the CONVERSATION_TEMPLATE bit is set in the stored conversation) rather from the options argument passed to the function(s).

This solves a problem that otherwise shows itself where "DISSECTOR_ASSERT(!(conv->options & CONVERSATION_TEMPLATE) && "Use the conversation_create_from_template function when the CONVERSATION_TEMPLATE bit is set in the options mask");" fails sometimes.

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

17 years agoAdd a script for randpkt testing. Copied from fuzz-test.sh.
gerald [Wed, 2 Aug 2006 18:59:29 +0000 (18:59 +0000)]
Add a script for randpkt testing.  Copied from fuzz-test.sh.

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

17 years agoFrom Stephen Fisher:
etxrab [Wed, 2 Aug 2006 17:13:22 +0000 (17:13 +0000)]
From Stephen Fisher:
This patch adds a new dissector for the daytime protocol (like the time
protocol, but the date and time is send as a text string).  This protocol and
dissector work s over TCP or UDP.

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

17 years agoFrom Stephen Fisher:
etxrab [Wed, 2 Aug 2006 17:01:38 +0000 (17:01 +0000)]
From Stephen Fisher:
The time protocol (port 37) dissector (packet-time.c) currently only supports
UDP.  The protocol has an identical implementation over TCP as well.  This
patch adds support to the dissector for TCP time in addition to the UDP time
packets

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

17 years agoFrom Stephen Fisher:
etxrab [Wed, 2 Aug 2006 16:56:33 +0000 (16:56 +0000)]
From Stephen Fisher:
This patch adds the most commonly referenced items from CDP frames to the info
column: the device id (hostname) and port id.  For example:

Cisco Discovery Protocol  Device ID: myswitch.me.com  Port ID:
GigabitEthernet7/12

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

17 years agoUpdate to TBCP ("PoC1" application). This is based on the "Approved Version 1.0...
martinm [Wed, 2 Aug 2006 16:00:07 +0000 (16:00 +0000)]
Update to TBCP ("PoC1" application).  This is based on the "Approved Version 1.0   09 Jun 2006"
- updated to the current (approved) spec.  I'm not sure how backwards-compatible this is with older drafts...
- prettified the existing code, including more details in the info column

Also included is a fix to the way the offset at the end of an RTCP BYE packet is calculated (taking into account the NULL.  This avoids the 'length wrong' expert item)

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

17 years agoTry to fix build by including packet.h
martinm [Wed, 2 Aug 2006 13:23:57 +0000 (13:23 +0000)]
Try to fix build by including packet.h

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

17 years ago- Removes last traces of 'board ports only' preference (other than marking it as...
martinm [Wed, 2 Aug 2006 09:30:28 +0000 (09:30 +0000)]
- Removes last traces of 'board ports only' preference (other than marking it as an obselete preference)
- Add a preference to try to find messages within sctp primitive messages (tries renaming of known mismatches)
- Add outhdr to stub protocol (getting ready for IuB FP)

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

17 years agoFix for bug 1023 (problem with 'apply as filter' strings)
martinm [Wed, 2 Aug 2006 09:14:31 +0000 (09:14 +0000)]
Fix for bug 1023 (problem with 'apply as filter' strings)

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

17 years agofrom a. samuel
sahlberg [Wed, 2 Aug 2006 08:15:51 +0000 (08:15 +0000)]
from a. samuel

ssl and dtls updates

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

17 years agoUpdate lempar to sqlittes version 1.18
etxrab [Tue, 1 Aug 2006 21:29:05 +0000 (21:29 +0000)]
Update lempar to sqlittes version 1.18
http://www.sqlite.org/cvstrac/rlog?f=sqlite/tool/lempar.c

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

17 years ago# Ugly hack, but I don't see how this problem can be solved
jmayer [Tue, 1 Aug 2006 20:28:32 +0000 (20:28 +0000)]
# Ugly hack, but I don't see how this problem can be solved
# properly that DATAFILE_DIR had a value starting with
# "${prefix}/" instead of e.g. "/usr/local/"

That problem occurs only with current versions of autoconf

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

17 years agoReported by Stephen Fisher <stephentfisher@yahoo.com>:
jmayer [Tue, 1 Aug 2006 19:52:36 +0000 (19:52 +0000)]
Reported by Stephen Fisher <stephentfisher@yahoo.com>:

I believe this is a typo in the command line help for the -i option:

Usage: wireshark [options] ... [ <infile> ]

Capture interface:
  -i <interface>           name or idx of interface (def: first none
loopback)

Shouldn't that read "first non-loopback" ?

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

17 years agoAdopt the chunk list parameter name to the notion used in the next version
tuexen [Tue, 1 Aug 2006 18:06:35 +0000 (18:06 +0000)]
Adopt the chunk list parameter name to the notion used in the next version
of the ID.

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

17 years agoFix some fussy warnings seen on the Ubuntu buildbot logs
martinm [Tue, 1 Aug 2006 17:20:13 +0000 (17:20 +0000)]
Fix some fussy warnings seen on the Ubuntu buildbot logs

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

17 years agoFix a duplicate MSRP filter string
martinm [Tue, 1 Aug 2006 17:15:31 +0000 (17:15 +0000)]
Fix a duplicate MSRP filter string

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

17 years agoDelete leftover printf
martinm [Tue, 1 Aug 2006 17:07:28 +0000 (17:07 +0000)]
Delete leftover printf

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

17 years agoUpdate to deal with GTK+ and GLib 2.x, where you use "pkg-config" to see
guy [Mon, 31 Jul 2006 21:11:54 +0000 (21:11 +0000)]
Update to deal with GTK+ and GLib 2.x, where you use "pkg-config" to see
what version is installed, if any.

Clean up indentation.

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

17 years agoFrom Sean Sheedy:
etxrab [Fri, 28 Jul 2006 21:41:53 +0000 (21:41 +0000)]
From Sean Sheedy:
A disassembly module I wrote for Pegasus Lightweight Stream Control, a protocol used by some cable set-top boxes for video-on-demand.

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

17 years agoFrom Martin Mathieson:
etxrab [Fri, 28 Jul 2006 21:26:39 +0000 (21:26 +0000)]
From Martin Mathieson:

- allow SDP to parse the IP address + port for the MSRP session from the
path attribute
- setup an MSRP conversation using this address, whose data points back
to the SDP frame
- link to the SDP setup frame while dissecting MSRP (can be switched off
by a preference)
- I also changed sdp.media.port to be a numeric field

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

17 years agoas per RFC 3611 - 4.1.1 run length is 14 bits not 15.
lego [Fri, 28 Jul 2006 16:40:46 +0000 (16:40 +0000)]
as per RFC 3611 - 4.1.1 run length is 14 bits not 15.

Fixes Bug 1022

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

17 years agofropm martin m
sahlberg [Fri, 28 Jul 2006 07:50:05 +0000 (07:50 +0000)]
fropm martin m

fix for h450 to prevent an assertion for uninitialized hffields

Thanks for the capture, Keith.  The problem was with h450 hf fields that
weren't initialised sucessfully (at all in one case, or with non-unique
filter strings in several others) - it was hitting an assertion in proto.c
when an attempt was made to use those fields.

I was able to test by editing packet-h450.c directly, I couldn't regenerate
it from packet-h450-template.c.  I'm attaching a patch to
packet-h450-template.c that hopefully does the same thing.  If someone can
generate and check it packet-h450.c in for me I'll retest.

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

17 years agoForgot to check in the new files during last commit.
jmayer [Fri, 28 Jul 2006 04:04:55 +0000 (04:04 +0000)]
Forgot to check in the new files during last commit.

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

17 years agoUpdate to reflect changes in libpcap 0.9.x. ("make install" installs
guy [Fri, 28 Jul 2006 01:22:59 +0000 (01:22 +0000)]
Update to reflect changes in libpcap 0.9.x.  ("make install" installs
the headers as well as the libraries, and nothing gets installed in
".../include/net".)

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

17 years agoFix editcap compilation under Windows.
gerald [Thu, 27 Jul 2006 17:59:05 +0000 (17:59 +0000)]
Fix editcap compilation under Windows.

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

17 years agoAdd duplicate frame detection (and removal) to editcap. (Some switches
gerald [Thu, 27 Jul 2006 17:53:29 +0000 (17:53 +0000)]
Add duplicate frame detection (and removal) to editcap.  (Some switches
generate duplicate packets when a mirror/SPAN port is misconfigured).

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

17 years agoFrederic Peters <fpeters@debian.org>:
jmayer [Thu, 27 Jul 2006 17:15:34 +0000 (17:15 +0000)]
Frederic Peters <fpeters@debian.org>:
Update to match the current debian package

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

17 years agoAlex Shnitman <AlexS@mangodsp.com>
jmayer [Thu, 27 Jul 2006 14:19:10 +0000 (14:19 +0000)]
Alex Shnitman <AlexS@mangodsp.com>
Below is a patch for a bug in rtp_analysis.c. The variable
statinfo->delta_timestamp was not initialized in all the
necessary cases. The function rtp_packet_save_payload uses this
variable and the for loop on line 935 could use an old value
and run an incorrect amount of times, e.g. a couple billion,
which gets ethereal stuck. I can supply an example capture
which causes it. The patch solves the problem.

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

17 years agoPLY updated to version 1.7
kukosa [Thu, 27 Jul 2006 05:55:50 +0000 (05:55 +0000)]
PLY updated to version 1.7

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

17 years agoThe nettl_file_hdr structure has a fixed format, as it's an on-disk data
guy [Wed, 26 Jul 2006 23:22:28 +0000 (23:22 +0000)]
The nettl_file_hdr structure has a fixed format, as it's an on-disk data
structure.  Instead of making the host_name field bigger, make the thing
we put in it smaller.

Use that structure when reading files as well as when writing them.

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

17 years agoa better regex for names in DTDs
lego [Wed, 26 Jul 2006 22:54:48 +0000 (22:54 +0000)]
a better regex for names in DTDs

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

17 years agopostadal@suse.cz:
jmayer [Wed, 26 Jul 2006 06:38:16 +0000 (06:38 +0000)]
postadal@suse.cz:
Bufferoverflow caused by ethereal->wireshark rename
(ws is 1 char longer).
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1015

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

17 years agoGet rid of CRs at the ends of lines.
guy [Wed, 26 Jul 2006 02:37:39 +0000 (02:37 +0000)]
Get rid of CRs at the ends of lines.

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

17 years agoFix update URL in Win32 installer
jake [Tue, 25 Jul 2006 13:45:54 +0000 (13:45 +0000)]
Fix update URL in Win32 installer

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

17 years agoFrom: Martin Mathieson
jake [Tue, 25 Jul 2006 09:21:41 +0000 (09:21 +0000)]
From: Martin Mathieson
I'm not sure if this will help with the problems that Keith French is
seeing, but when I loaded some of my old H.323 traces, one of them would
assert/abort.  This patch fixes that assertion (looks like it was obviously
asserting on the wrong pointer variable).

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

17 years agoOne of the bytes in the cisco header is the channel number that
jmayer [Tue, 25 Jul 2006 05:17:17 +0000 (05:17 +0000)]
One of the bytes in the cisco header is the channel number that
the AP received the frame.

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

17 years agoJeff Morriss:
jmayer [Tue, 25 Jul 2006 05:15:00 +0000 (05:15 +0000)]
Jeff Morriss:
According to this page:
http://lists.gnupg.org/pipermail/gnupg-announce/2003q3/000155.html
the 'gcry_cipher_hd_t' structure didn't show up until 1.1.42.

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

17 years agoAdd a license blurb.
gerald [Mon, 24 Jul 2006 16:47:20 +0000 (16:47 +0000)]
Add a license blurb.

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

17 years agolicence info
sahlberg [Sat, 22 Jul 2006 22:15:15 +0000 (22:15 +0000)]
licence info

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

17 years agoadd gpl licence
sahlberg [Sat, 22 Jul 2006 22:11:54 +0000 (22:11 +0000)]
add gpl licence

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

17 years agoadd licence information
sahlberg [Sat, 22 Jul 2006 22:02:04 +0000 (22:02 +0000)]
add licence information

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

17 years agoadd some more "informational" (generated) fields to the dcerpc tree
ulfl [Sat, 22 Jul 2006 11:33:24 +0000 (11:33 +0000)]
add some more "informational" (generated) fields to the dcerpc tree

these fields can help with the everyday work of the DCE/RPC (and upper) protocol dissections

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

17 years agoprint generated items in brackets [], just as we do it on the screen
ulfl [Sat, 22 Jul 2006 11:29:17 +0000 (11:29 +0000)]
print generated items in brackets [], just as we do it on the screen

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

17 years agofrom martin m
sahlberg [Sat, 22 Jul 2006 03:24:28 +0000 (03:24 +0000)]
from martin m

Hi,

This patch allows FT_NONE items to be built into filter expressions
(i.e. testing for their presence or absence rather than comparing with a
value) using the Apply|Prepare a Filter menus.  What drove me to add
this was having to type in !tcp.analysis.out_of_order.

Does this seem reasonable?

Regards,
Martin

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

17 years agofrom Jeff Morriss
sahlberg [Sat, 22 Jul 2006 03:06:32 +0000 (03:06 +0000)]
from Jeff Morriss

The attached patch makes the Skinny dissector "new style".  Please
consider it for inclusion.

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

17 years ago from ian abel
sahlberg [Sat, 22 Jul 2006 01:44:10 +0000 (01:44 +0000)]
 from ian abel

Hi,

The attached file should fix the following two bugs in the AJP dissector.

1) The dissector doesn't know about CPING/CPONG
2) The dissector misinterprets multiple requests in one connection if a
prior request has a Body request part.

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

17 years agoH.225.0 update to version 6 (05/2006)
kukosa [Fri, 21 Jul 2006 07:05:39 +0000 (07:05 +0000)]
H.225.0 update to version 6 (05/2006)
H.245 updated to version 13 (05/2006)

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

17 years agoChange name from Ethereal to Wireshark, remove translations
jmayer [Fri, 21 Jul 2006 06:50:16 +0000 (06:50 +0000)]
Change name from Ethereal to Wireshark, remove translations
of the name that will now be incorrect.

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

17 years agoDaniel Drake <dsd@gentoo.org>:
jmayer [Thu, 20 Jul 2006 22:25:04 +0000 (22:25 +0000)]
Daniel Drake <dsd@gentoo.org>:
The barker preamble bit is set when a station associates
which does not support short preambles. When it is 0, short
preambles are allowed.

Me: Add a reference to the spec stating the above.

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

17 years agosnprintf -> g_snprintf. Fix up whitespace.
gerald [Thu, 20 Jul 2006 21:29:45 +0000 (21:29 +0000)]
snprintf -> g_snprintf.  Fix up whitespace.

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

17 years agoRemove remaining instances of NEED_SNPRINTF_H. Fix up whitespace.
gerald [Thu, 20 Jul 2006 17:45:52 +0000 (17:45 +0000)]
Remove remaining instances of NEED_SNPRINTF_H.  Fix up whitespace.

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

17 years agoFrom Mike Digou:
lego [Thu, 20 Jul 2006 17:32:10 +0000 (17:32 +0000)]
From Mike Digou:
 - free the right object.

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

17 years agoallow for some uppercasing in names.
lego [Thu, 20 Jul 2006 17:23:58 +0000 (17:23 +0000)]
allow for some uppercasing in names.
"fix" for Bug 1010

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

17 years agoremove another reference to snprintf
sahlberg [Thu, 20 Jul 2006 10:34:01 +0000 (10:34 +0000)]
remove another reference to snprintf

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

17 years agowe dont need our own snprintf any more since we always use g_snprintf() instead.
sahlberg [Thu, 20 Jul 2006 10:19:47 +0000 (10:19 +0000)]
we dont need our own snprintf any more since we always use g_snprintf() instead.

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

17 years agofrom michael stevens
sahlberg [Thu, 20 Jul 2006 09:21:32 +0000 (09:21 +0000)]
from michael stevens

fix an incorrect expression to decode keydata properly

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

17 years agoFrom Bálint Réczey
etxrab [Wed, 19 Jul 2006 19:20:58 +0000 (19:20 +0000)]
From Bálint Réczey
- Added support for versioned lua libnames to aclocal.m4
- create generated elua_register.h from Makefile

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

17 years agoAdd licence info.
etxrab [Wed, 19 Jul 2006 19:11:17 +0000 (19:11 +0000)]
Add licence info.

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