obnox/wireshark/wip.git
16 years agoAdd comments to various %option items to explain what they're doing.
guy [Mon, 30 Jul 2007 20:22:37 +0000 (20:22 +0000)]
Add comments to various %option items to explain what they're doing.
Move the %options to the beginning if they weren't already there, and
put them in the same order in all files.

Add "prefix=" options to .l files that don't already have them, so we
don't have to pass a "-P" option.

Add "never-interactive" and "noyywrap" options to our lexical analyzers,
to remove extra isatty() checks and to eliminate the need for yywrap()
from the Flex library.

Get rid of %option nostdinit - that's the default.

Add .l.c: rules to Makefile.am files, replacing the rules for specific
.l files.  Have those rules all check that $(LEX) is set.

Update the address for the FSF.

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

16 years agoParse EPSV responses (229) & set up FTP-DATA conversation.
martinm [Mon, 30 Jul 2007 18:45:48 +0000 (18:45 +0000)]
Parse EPSV responses (229) & set up FTP-DATA conversation.

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

16 years agoAs requested by Mike Rogovin: register the ICMP dissector by name. For completeness...
morriss [Mon, 30 Jul 2007 17:21:40 +0000 (17:21 +0000)]
As requested by Mike Rogovin: register the ICMP dissector by name.  For completeness, also register ICMPv6 by name.

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

16 years agoFrom Florent Drouin:
morriss [Mon, 30 Jul 2007 17:10:20 +0000 (17:10 +0000)]
From Florent Drouin:

Correct bug in TCAP statistics when read filter is used.
Rename the TCAP decoding functions to show which are ITU vs. ANSI.
Don't unregister an ITU SSN if it's used by an ANSI subdissector.

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

16 years agoFix for bug 1712:
jake [Mon, 30 Jul 2007 13:06:01 +0000 (13:06 +0000)]
Fix for bug 1712:
RFC 4627 defines "The application/json Media Type for JavaScript Object Notation (JSON)"
application/json is a text based type used by JavaScript applications and web pages.

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

16 years agoRNSAP updated to V7.5.0 (2007-06)
kukosa [Mon, 30 Jul 2007 12:08:38 +0000 (12:08 +0000)]
RNSAP updated to V7.5.0 (2007-06)

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

16 years agoadd forgotten files
kukosa [Mon, 30 Jul 2007 08:22:22 +0000 (08:22 +0000)]
add forgotten files

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

16 years agoH.450 regenerated from original ASN.1 sources
kukosa [Mon, 30 Jul 2007 08:01:59 +0000 (08:01 +0000)]
H.450 regenerated from original ASN.1 sources

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

16 years agoA toy I wrote as PoC for a more complex similar tool I'm working on.
lego [Sat, 28 Jul 2007 11:37:27 +0000 (11:37 +0000)]
A toy I wrote as PoC for a more complex similar tool I'm working on.

Not in the makefiles yet: It works on my mac but I do not know if it works anywhere else (Guy?)

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

16 years agoFrom Florent Drouin:
morriss [Fri, 27 Jul 2007 19:24:40 +0000 (19:24 +0000)]
From Florent Drouin:

- add support of session management for tcap ANSI.
   (In fact, this support already exist for ANSI MAP subdissector, but as our
   simulators can reuse the tcap transaction Id, the decoding of the response
   may be wrong)
- move the code related to asn1 in tcap.cnf, and update tcap.cnf
- move the code related to the session management in tcap-persistentdata
- add a compilation option to free the entry in the hashtable for a closed
  transaction. This is used only for tshark statistics generation, with huge file.
- cleanup and add some comments

Add Id tags to epan/tcap-persistentdata.{c,h}

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

16 years agoI think the intent, at least, is to allow people to build Wireshark from
guy [Fri, 27 Jul 2007 18:52:05 +0000 (18:52 +0000)]
I think the intent, at least, is to allow people to build Wireshark from
a source release tarball without having Flex (think of a source release
tarball being as much a platform-independent distribution format for
people *not* interested in development, and who are on platforms for
which there aren't binary packages, as a way of getting the source to do
development).  Don't check Flex's capabilities in the configure script
(handling reentrant scanners would have to be done differently).

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

16 years agoCheck the length in unsigned32 AVP data fields.
martinm [Fri, 27 Jul 2007 18:32:09 +0000 (18:32 +0000)]
Check the length in unsigned32 AVP data fields.

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

16 years agoAdd fetch_tapped_data
morriss [Fri, 27 Jul 2007 14:22:47 +0000 (14:22 +0000)]
Add fetch_tapped_data

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

16 years ago- use #.FN_HDR where #.FN_BODY is not necessary
kukosa [Fri, 27 Jul 2007 06:23:45 +0000 (06:23 +0000)]
- use #.FN_HDR where #.FN_BODY is not necessary
- modify subtypes for individual TCMessage/ansi... fields instead of switching based on hf_index inside common TransactionPDU type

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

16 years agoStep 1 in adding support for reentrant Flex scanners if Flex supports
guy [Fri, 27 Jul 2007 02:51:42 +0000 (02:51 +0000)]
Step 1 in adding support for reentrant Flex scanners if Flex supports
them - check whether Flex supports them.

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

16 years agoChange a bunch of calls to col_append_*() to col_add_*() in places where we
morriss [Thu, 26 Jul 2007 20:05:54 +0000 (20:05 +0000)]
Change a bunch of calls to col_append_*() to col_add_*() in places where we
_want_ what's currently in the INFO column (usually a more generic message
type from a lower level dissector) replaced (usually with a more
specific--higher level--message type from the currect dissector).  Add a
comment there not to change it back and to explain the use of col_set_fence()
in case someone finds data there that they _don't_ want replaced.

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

16 years agoCheck COL_INFO before calling col_set_fence(..., COL_INFO) rather than COL_PROTOCOL
morriss [Thu, 26 Jul 2007 19:27:22 +0000 (19:27 +0000)]
Check COL_INFO before calling col_set_fence(..., COL_INFO) rather than COL_PROTOCOL

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

16 years agoremove unused variable
kukosa [Thu, 26 Jul 2007 14:31:38 +0000 (14:31 +0000)]
remove unused variable

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

16 years ago- export some ASN.1 functions from libwireshark
kukosa [Thu, 26 Jul 2007 14:00:48 +0000 (14:00 +0000)]
- export some ASN.1 functions from libwireshark
- fill-in actx->created_item in dissect_ber_object_identifier()

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

16 years agoFilling in ChSrcDeb section
jake [Thu, 26 Jul 2007 06:45:19 +0000 (06:45 +0000)]
Filling in ChSrcDeb section

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

16 years agoUpdate the sections on submitting patches.
gerald [Wed, 25 Jul 2007 21:56:37 +0000 (21:56 +0000)]
Update the sections on submitting patches.

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

16 years agofrom Florent DROUIN:
lego [Wed, 25 Jul 2007 21:30:51 +0000 (21:30 +0000)]
from  Florent DROUIN:
I did load an k12 file (.rf5), and want to save the selected frames in a new file.
I got the error "Wireshark can't save this capture in that format"
I think this is due to this correction: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22214
I have got a patch to force the type of file to libpcap, only if no other format is available. It should solve both problems.

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

16 years agoSmall cosmetic change to show Named Property name.
gal [Wed, 25 Jul 2007 19:11:02 +0000 (19:11 +0000)]
Small cosmetic change to show Named Property name.

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

16 years agoInitialize a couple of variables to prevent a couple (false, I think) "could be used...
morriss [Wed, 25 Jul 2007 17:16:02 +0000 (17:16 +0000)]
Initialize a couple of variables to prevent a couple (false, I think) "could be used uninitialized" warnings from GCC

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

16 years agofix unused parameter warning by adding _U_
ulfl [Wed, 25 Jul 2007 08:38:31 +0000 (08:38 +0000)]
fix unused parameter warning by adding _U_

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

16 years agoFrom Francois-Xavier Le Bail:
jake [Tue, 24 Jul 2007 21:23:55 +0000 (21:23 +0000)]
From Francois-Xavier Le Bail:
The following patch decodes DHCP option 121. (RFC 3442)

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

16 years agofrom HPfrommer@hilscher.com:
ulfl [Tue, 24 Jul 2007 21:15:34 +0000 (21:15 +0000)]
from HPfrommer@hilscher.com:
I’ve fixed a bug in the Profinet-Dissector
(plugins/profinet/packet-dcerpc-pn-io.c).

In PROFINET IO DCE RPC write-requests, only the first IR frame dataset
in PDIRFrameData was dissected.

I’ve fixed the problem, now all IR frame datasets are dissected into
individual sub-trees.

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

16 years agoAdd diam_dict.c to the list of files to ignore in SVN (it's a generated
guy [Tue, 24 Jul 2007 21:13:34 +0000 (21:13 +0000)]
Add diam_dict.c to the list of files to ignore in SVN (it's a generated
file).

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

16 years agoFrom Florent Drouin:
etxrab [Tue, 24 Jul 2007 17:20:44 +0000 (17:20 +0000)]
From Florent Drouin:
- add a subtree to the ApplyChargingXX Report
- add a subtree to ReleaseCall and ReleaseSMS
- synchronize Unix and Windows makefile.

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

16 years agoMore space needed for wimax frames.
martinm [Tue, 24 Jul 2007 15:15:02 +0000 (15:15 +0000)]
More space needed for wimax frames.

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

16 years agoQSIG extended with SYNC-SIG operations (ECMA-245)
kukosa [Tue, 24 Jul 2007 07:37:10 +0000 (07:37 +0000)]
QSIG extended with SYNC-SIG operations (ECMA-245)

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

16 years ago(sigh): move packet-bacapp, packet-diameter, and packet-sctp back out of CLEAN_DISSEC...
morriss [Tue, 24 Jul 2007 00:44:07 +0000 (00:44 +0000)]
(sigh): move packet-bacapp, packet-diameter, and packet-sctp back out of CLEAN_DISSECTOR_SRC.  Next time: check the compile logs on the buildbots _before_ experimenting

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

16 years agoGetting brave (or foolish?): move packet-bacapp, packet-cops, packet-diameter, and...
morriss [Mon, 23 Jul 2007 23:29:36 +0000 (23:29 +0000)]
Getting brave (or foolish?): move packet-bacapp, packet-cops, packet-diameter, and packet-sctp to CLEAN_DISSECTOR_SRC

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

16 years agoFix bug
etxrab [Mon, 23 Jul 2007 23:02:54 +0000 (23:02 +0000)]
Fix bug
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1699 Bad decoding of Camel PromptAndCollectUserInfo

By fixing up the generation of HF vars for Arg etc

Add an OID name to INAP.

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

16 years agoMove packet-isup to CLEAN_DISSECTOR_SRC--it compiles cleanly for me.
morriss [Mon, 23 Jul 2007 22:38:57 +0000 (22:38 +0000)]
Move packet-isup to CLEAN_DISSECTOR_SRC--it compiles cleanly for me.

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

16 years agofor the Ethernet conversation filter, don't use ethertype but the data link address...
ulfl [Mon, 23 Jul 2007 20:18:01 +0000 (20:18 +0000)]
for the Ethernet conversation filter, don't use ethertype but the data link address type being Ethernet. If the ethertype field is a length (0-1500), it will contain 0 - and the filter wouldn't work that way

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

16 years agouse the right return type of update_pref(), to prevent a warning
ulfl [Mon, 23 Jul 2007 20:12:18 +0000 (20:12 +0000)]
use the right return type of update_pref(), to prevent a warning

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

16 years ago- add a column for the expert info severity level
ulfl [Mon, 23 Jul 2007 20:11:05 +0000 (20:11 +0000)]
- add a column for the expert info severity level
- fix a column related bug introduced in SVN 20118

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

16 years agoremove ProvCRID from expert info output, so the composite view is more compact
ulfl [Mon, 23 Jul 2007 20:08:53 +0000 (20:08 +0000)]
remove ProvCRID from expert info output, so the composite view is more compact

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

16 years agoadd dissection of blocks:
ulfl [Mon, 23 Jul 2007 20:07:51 +0000 (20:07 +0000)]
add dissection of blocks:
{ 0x021E, "CheckSyncDifference"},
{ 0x021F, "CheckMAUTypeDifference"},

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

16 years agoshow the number of fragment bytes in the info column
ulfl [Mon, 23 Jul 2007 20:06:03 +0000 (20:06 +0000)]
show the number of fragment bytes in the info column

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

16 years agoFrom Marc Petit-Huguenin: this is an update to the STUN2 dissector using the
morriss [Mon, 23 Jul 2007 19:32:40 +0000 (19:32 +0000)]
From Marc Petit-Huguenin: this is an update to the STUN2 dissector using the
last draft, draft-ietf-behave-rfc3489bis-07.  Changelog:

* My employer is now sponsoring this work, so added a copyright line.
* Added a comment for each method/attribute with the RFC/I-D where is
  it defined, so it will be easier to add new STUN usages.
* Removed the SHARED-SECRET method.
* Removed the PASSWORD and REFRESH-INTERVAL attributes.
* Changed "Response" to "Success Response".
* Changed "Error Reason Phase" to "Error Reason Phrase".
* Added reassembly for TCP segments on STUN2.
* Updated STUN acronym expansion.
* Renamed STUN2_ERROR to ERROR_RESPONSE.
* Changed the value of attribute FINGERPRINT from 0x8025 to 0x8028.
* Display if an unknown attribute is comprehension-optional or
  comprehension-required.
* Reorganized order of attributes in the dissector code.
* The message length is now displayed in decimal.

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

16 years agoMake contributing items and hdr extensions proper fields.
martinm [Mon, 23 Jul 2007 14:39:17 +0000 (14:39 +0000)]
Make contributing items and hdr extensions proper fields.

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

16 years agoregister dissect_eth_maybefcs as "eth" users might find it useful.
lego [Sun, 22 Jul 2007 16:44:25 +0000 (16:44 +0000)]
register dissect_eth_maybefcs as "eth" users might find it useful.

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

16 years agoAdd some useful hints as examples of payload_protocols to the User DLT table description
lego [Sun, 22 Jul 2007 16:43:35 +0000 (16:43 +0000)]
Add some useful hints as examples of payload_protocols to the User DLT table description

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

16 years agoAdd remark on FOP 0.93
jake [Sun, 22 Jul 2007 08:08:41 +0000 (08:08 +0000)]
Add remark on FOP 0.93

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

16 years agoAdd examples of dissector and tap
lego [Sat, 21 Jul 2007 22:34:46 +0000 (22:34 +0000)]
Add examples of dissector and tap

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

16 years ago$Id: $ and a fix
lego [Sat, 21 Jul 2007 20:49:54 +0000 (20:49 +0000)]
$Id: $ and a fix

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

16 years agoPset wsluarm.xml
lego [Sat, 21 Jul 2007 20:48:21 +0000 (20:48 +0000)]
Pset wsluarm.xml

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

16 years agoCleanup how WsLuaRm is inserted
lego [Sat, 21 Jul 2007 20:46:41 +0000 (20:46 +0000)]
Cleanup how WsLuaRm is inserted
Add a section introducing wslua and how scripts are loaded (to be completed).
svn:ignore wsluarm (a dummy file to mark the generation of the various components of the reference manual)

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

16 years agowork out dependencies in a .common way and make sure we nmake wsluarm
lego [Sat, 21 Jul 2007 18:24:05 +0000 (18:24 +0000)]
work out dependencies in a .common way and make sure we nmake wsluarm

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

16 years agoFix documentation comments
lego [Sat, 21 Jul 2007 18:23:08 +0000 (18:23 +0000)]
Fix documentation comments

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

16 years agofix xml
lego [Sat, 21 Jul 2007 16:36:20 +0000 (16:36 +0000)]
fix xml

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

16 years agoaccording to RFC3588 6.7.2 Proxy-Info is a grouped avp
lego [Sat, 21 Jul 2007 16:30:17 +0000 (16:30 +0000)]
according to RFC3588 6.7.2 Proxy-Info is a grouped avp

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

16 years agoFix dependencies
lego [Sat, 21 Jul 2007 16:25:17 +0000 (16:25 +0000)]
Fix dependencies

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

16 years agoMigrate the wslua ref man into wsug
lego [Sat, 21 Jul 2007 15:24:25 +0000 (15:24 +0000)]
Migrate the wslua ref man into wsug

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

16 years agoFix Windows Buildbot breakage. Remove an unneeded function and fix a
gerald [Sat, 21 Jul 2007 00:31:55 +0000 (00:31 +0000)]
Fix Windows Buildbot breakage.  Remove an unneeded function and fix a
couple of memory leaks.

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

16 years agoRemove the "-I" flag from dumpcap, and add a "-M" flag used to specify
gerald [Fri, 20 Jul 2007 21:43:07 +0000 (21:43 +0000)]
Remove the "-I" flag from dumpcap, and add a "-M" flag used to specify
that "-D" and "-L" should produce machine-readable output.  Use this to
move an indirect get_pcap_linktype() call from the GUI to dumpcap.

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

16 years agoMake the lawyer happy - add a registered trademark symbol.
gerald [Fri, 20 Jul 2007 21:31:19 +0000 (21:31 +0000)]
Make the lawyer happy - add a registered trademark symbol.

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

16 years agoFrom Jess Balint: modern versions of pkg-config want --cflags or --libs *before*...
morriss [Fri, 20 Jul 2007 19:11:57 +0000 (19:11 +0000)]
From Jess Balint: modern versions of pkg-config want --cflags or --libs *before* the library we're asking about

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

16 years agoFrom Ted Percival: Support for PA-S4U2Self Kerberos packet type based on ASN.1
morriss [Fri, 20 Jul 2007 18:57:02 +0000 (18:57 +0000)]
From Ted Percival: Support for PA-S4U2Self Kerberos packet type based on ASN.1
description in Heimdal.

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

16 years ago- add an all_cmds array for looking up 'RFC' packets
martinm [Fri, 20 Jul 2007 11:39:09 +0000 (11:39 +0000)]
- add an all_cmds array for looking up 'RFC' packets
- improve error/expert info when see unmatched AVPs, commands, appids

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

16 years agokukosa has replaced these with uppercase variants (he should have svn mv'ed them...)
richardv [Fri, 20 Jul 2007 10:45:41 +0000 (10:45 +0000)]
kukosa has replaced these with uppercase variants (he should have svn mv'ed them...)

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

16 years agoQSIG fully implemented
kukosa [Fri, 20 Jul 2007 09:54:47 +0000 (09:54 +0000)]
QSIG fully implemented

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

16 years ago- <?avp-proto and <?type-proto to instruct about which dissector to use for a given...
lego [Fri, 20 Jul 2007 00:15:17 +0000 (00:15 +0000)]
- <?avp-proto and <?type-proto to instruct about which dissector to use for a given type or avp
- dissect timestamps
- add all the avps that were commented out in the dictionary

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

16 years agoPut register_dissector() call back in
morriss [Thu, 19 Jul 2007 15:11:34 +0000 (15:11 +0000)]
Put register_dissector() call back in

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

16 years agoFor LEGO: Use crypt_tvb when we don't have cleartext_tvb
morriss [Thu, 19 Jul 2007 14:04:56 +0000 (14:04 +0000)]
For LEGO: Use crypt_tvb when we don't have cleartext_tvb

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

16 years agoChange "lenght" to "length", this time in the *source* of the SNMP dissector (sigh)
morriss [Thu, 19 Jul 2007 13:43:36 +0000 (13:43 +0000)]
Change "lenght" to "length", this time in the *source* of the SNMP dissector (sigh)

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

16 years agoChange "lenght" to "length" and "decypt" to "decrypt"
morriss [Thu, 19 Jul 2007 13:05:39 +0000 (13:05 +0000)]
Change "lenght" to "length" and "decypt" to "decrypt"

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

16 years agoget rid of few warnings
kukosa [Thu, 19 Jul 2007 12:31:01 +0000 (12:31 +0000)]
get rid of few warnings

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

16 years agochange QSIG tables structure so as they can be generated automatically from ASN.1...
kukosa [Thu, 19 Jul 2007 11:41:10 +0000 (11:41 +0000)]
change QSIG tables structure so as they can be generated automatically from ASN.1 in the next step

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

16 years agoFix two Windows compile warnings
wmeier [Wed, 18 Jul 2007 15:07:45 +0000 (15:07 +0000)]
Fix two Windows compile warnings

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

16 years agoremove packet-q932-ros.h
kukosa [Wed, 18 Jul 2007 14:12:56 +0000 (14:12 +0000)]
remove packet-q932-ros.h

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

16 years agoInitialise description field to avoid crash when dumping dictionary.
martinm [Wed, 18 Jul 2007 13:22:11 +0000 (13:22 +0000)]
Initialise description field to avoid crash when dumping dictionary.

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

16 years agoMinor changes to expert items
martinm [Wed, 18 Jul 2007 13:18:41 +0000 (13:18 +0000)]
Minor changes to expert items

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

16 years agorose_ctx_t structure usage in Q.932 dissector
kukosa [Wed, 18 Jul 2007 13:15:36 +0000 (13:15 +0000)]
rose_ctx_t structure usage in Q.932 dissector

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

16 years ago add license
lego [Wed, 18 Jul 2007 08:25:09 +0000 (08:25 +0000)]
 add license

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

16 years agoMake debugging static.
tuexen [Wed, 18 Jul 2007 07:06:46 +0000 (07:06 +0000)]
Make debugging static.

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

16 years agofxi a ytpo
lego [Wed, 18 Jul 2007 00:19:37 +0000 (00:19 +0000)]
fxi a ytpo

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

16 years agoAdd Address decoding, two debug environment variables (WIRESHARK_DEBUG_DIAM_DICT_PARS...
lego [Tue, 17 Jul 2007 22:19:54 +0000 (22:19 +0000)]
Add Address decoding, two debug environment variables (WIRESHARK_DEBUG_DIAM_DICT_PARSER and WIRESHARK_DUMP_DIAM_DICT) and fix some issues pointed out by Martin

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

16 years ago(Following my "tradition") I forgot to ci the changes to the Makefiles for crc6 and...
lego [Tue, 17 Jul 2007 22:11:07 +0000 (22:11 +0000)]
(Following my "tradition") I forgot to ci the changes to the Makefiles for crc6 and crc10

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

16 years agofix a leak
lego [Tue, 17 Jul 2007 22:09:10 +0000 (22:09 +0000)]
fix a leak

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

16 years agoincrease line numbers on comments too
lego [Tue, 17 Jul 2007 22:05:18 +0000 (22:05 +0000)]
increase line numbers on comments too

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

16 years agoget crc10 and crc6 out of packet-iuup.c
lego [Tue, 17 Jul 2007 22:04:00 +0000 (22:04 +0000)]
get crc10 and crc6 out of packet-iuup.c
- experimental code for a way-too-heurstic look for iuup dissector

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

16 years agoHave the encapsulation selection match on the port name as well as stk filename.
lego [Tue, 17 Jul 2007 22:00:40 +0000 (22:00 +0000)]
Have the encapsulation selection match on the port name as well as stk filename.

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

16 years agoFrom Jess Balint:
sfisher [Tue, 17 Jul 2007 21:50:29 +0000 (21:50 +0000)]
From Jess Balint:

a patch to fix the state management for the MySQL protocol dissector.

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

16 years agoIf we can't find dictionary.xml, fail instead of trying to read from
gerald [Tue, 17 Jul 2007 21:29:18 +0000 (21:29 +0000)]
If we can't find dictionary.xml, fail instead of trying to read from
stdin (which makes distcheck unhappy).  Fixup whitespace.

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

16 years ago"key" is a guint8 *; make the pointer into the string to which it refers
guy [Tue, 17 Jul 2007 19:09:50 +0000 (19:09 +0000)]
"key" is a guint8 *; make the pointer into the string to which it refers
a guint8 * as well - that keeps us from sign-extending the characters
before passing them to the ctype.h macros.

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

16 years agoDon't use g_ascii_isupper() nor g_ascii_tolower(): they don't exist in GTK1. Replace...
morriss [Tue, 17 Jul 2007 18:56:09 +0000 (18:56 +0000)]
Don't use g_ascii_isupper() nor g_ascii_tolower(): they don't exist in GTK1.  Replaced with generic isupper() and tolower().

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

16 years agoDon't use gtk_clist_row_is_visible() but rather eth_clist_row_is_visible() so that...
morriss [Tue, 17 Jul 2007 18:09:01 +0000 (18:09 +0000)]
Don't use gtk_clist_row_is_visible() but rather eth_clist_row_is_visible() so that GTK1.2 builds work (without a warning).

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

16 years agoShow malformed SDP line as an expert item
martinm [Tue, 17 Jul 2007 13:09:44 +0000 (13:09 +0000)]
Show malformed SDP line as an expert item

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

16 years agoAvoid an infinite loop (on malformed packet)
martinm [Tue, 17 Jul 2007 11:54:22 +0000 (11:54 +0000)]
Avoid an infinite loop (on malformed packet)

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

16 years agosupport for syntax of TYPE-IDENTIFIER and ABSTRACT-SYNTAX classes
kukosa [Tue, 17 Jul 2007 09:59:35 +0000 (09:59 +0000)]
support for syntax of TYPE-IDENTIFIER and ABSTRACT-SYNTAX classes

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

16 years agoFix for bug 1616:
jake [Tue, 17 Jul 2007 07:01:36 +0000 (07:01 +0000)]
Fix for bug 1616:
ICMPv6 & UDP w/IPv6 checksum with a routing header fixed using the routing header address now.

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

16 years agoFrom Kevin A. Noll via private bug #1683:
sfisher [Tue, 17 Jul 2007 06:21:15 +0000 (06:21 +0000)]
From Kevin A. Noll via private bug #1683:

This is a major re-write of the WLCCP version 0xc1 dissector. It now is
able to dissect many more WLCCP message types and the TLVs that may be
included in a message. Placeholders are left for message types and
TLV types that we do not currently have enough data to engineer a
dissector.

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

16 years agoFix a couple "cast to pointer from integer of different size" warnings when building...
morriss [Mon, 16 Jul 2007 22:19:59 +0000 (22:19 +0000)]
Fix a couple "cast to pointer from integer of different size" warnings when building with GTK1.2 on Redhat AS4 64-bit

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

16 years agoFix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1675 (warning: cast from...
morriss [Mon, 16 Jul 2007 21:37:07 +0000 (21:37 +0000)]
Fix bug bugs.wireshark.org/bugzilla/show_bug.cgi?id=1675 (warning: cast from pointer to integer of different size) and, presumably, display of PER encoded IPv4 addresses by copying the IP address into a guint32 and passing that to proto_tree_add_ipv4().

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

16 years agoAdd a note about svnversion.h.
gerald [Mon, 16 Jul 2007 18:04:53 +0000 (18:04 +0000)]
Add a note about svnversion.h.

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

16 years agoFix distcheck
lego [Mon, 16 Jul 2007 17:39:40 +0000 (17:39 +0000)]
Fix distcheck

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

16 years agoGlibize diam_dict.l (should fix windows config)
lego [Mon, 16 Jul 2007 17:27:51 +0000 (17:27 +0000)]
Glibize diam_dict.l (should fix windows config)

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