metze/wireshark/wip.git
16 years agoadd PROFINET Multicast OUI 01:0E:CF (in addition to the unicast 00:0E:CF)
Ulf Lamping [Tue, 31 Jul 2007 19:03:43 +0000 (19:03 -0000)]
add PROFINET Multicast OUI 01:0E:CF (in addition to the unicast 00:0E:CF)

svn path=/trunk/; revision=22433

16 years agoupdate PTCP dissection to latest specification draft
Ulf Lamping [Tue, 31 Jul 2007 19:01:15 +0000 (19:01 -0000)]
update PTCP dissection to latest specification draft

svn path=/trunk/; revision=22432

16 years agoadd helper function dissect_pn_int32()
Ulf Lamping [Tue, 31 Jul 2007 18:57:51 +0000 (18:57 -0000)]
add helper function dissect_pn_int32()

svn path=/trunk/; revision=22431

16 years agoAdd "igmp" -> "ip" mapping.
Martin Mathieson [Tue, 31 Jul 2007 13:53:45 +0000 (13:53 -0000)]
Add "igmp" -> "ip" mapping.

svn path=/trunk/; revision=22430

16 years agoExport dfilter_macro_build_ftv_cache() for use by Wireshark.
Guy Harris [Tue, 31 Jul 2007 01:32:47 +0000 (01:32 -0000)]
Export dfilter_macro_build_ftv_cache() for use by Wireshark.

svn path=/trunk/; revision=22429

16 years agoIf YY_SKIP_YYWRAP is defined, don't bother defining WRAP_FUNC - with
Guy Harris [Tue, 31 Jul 2007 01:24:26 +0000 (01:24 -0000)]
If YY_SKIP_YYWRAP is defined, don't bother defining WRAP_FUNC - with
flex 2.5.31, WRAP_FUNC will end up being defined as a value that, when
used as a function-style macro, expands to 1, so the definition of
WRAP_FUNC will get a syntax error.

svn path=/trunk/; revision=22428

16 years agoAs per Ulf's request add ${proto.field} macros that will use the value of the given...
Luis Ontanon [Mon, 30 Jul 2007 23:32:47 +0000 (23:32 -0000)]
As per Ulf's request add ${proto.field} macros that will use the value of the given field has in the last selected packet.

svn path=/trunk/; revision=22427

16 years agonononono.... print one on 250 not every line
Luis Ontanon [Mon, 30 Jul 2007 21:17:03 +0000 (21:17 -0000)]
nononono.... print one on 250 not every line

svn path=/trunk/; revision=22426

16 years agofor bug 1158 have editcap print the value of the timestamps while running so I can...
Luis Ontanon [Mon, 30 Jul 2007 21:10:12 +0000 (21:10 -0000)]
for bug 1158 have editcap print the value of the timestamps while running so I can get feedback from the user.

svn path=/trunk/; revision=22425

16 years agoAdd comments to various %option items to explain what they're doing.
Guy Harris [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.

svn path=/trunk/; revision=22424

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

svn path=/trunk/; revision=22423

16 years agoAs requested by Mike Rogovin: register the ICMP dissector by name. For completeness...
Jeff 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.

svn path=/trunk/; revision=22422

16 years agoFrom Florent Drouin:
Jeff 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.

svn path=/trunk/; revision=22421

16 years agoFix for bug 1712:
Jaap Keuter [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.

svn path=/trunk/; revision=22420

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

svn path=/trunk/; revision=22419

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

svn path=/trunk/; revision=22418

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

svn path=/trunk/; revision=22417

16 years agoA toy I wrote as PoC for a more complex similar tool I'm working on.
Luis Ontanon [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?)

svn path=/trunk/; revision=22416

16 years agoFrom Florent Drouin:
Jeff 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}

svn path=/trunk/; revision=22415

16 years agoI think the intent, at least, is to allow people to build Wireshark from
Guy Harris [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).

svn path=/trunk/; revision=22414

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

svn path=/trunk/; revision=22413

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

svn path=/trunk/; revision=22412

16 years ago- use #.FN_HDR where #.FN_BODY is not necessary
Tomas 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

svn path=/trunk/; revision=22411

16 years agoStep 1 in adding support for reentrant Flex scanners if Flex supports
Guy Harris [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.

svn path=/trunk/; revision=22410

16 years agoChange a bunch of calls to col_append_*() to col_add_*() in places where we
Jeff 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.

svn path=/trunk/; revision=22409

16 years agoCheck COL_INFO before calling col_set_fence(..., COL_INFO) rather than COL_PROTOCOL
Jeff 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

svn path=/trunk/; revision=22408

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

svn path=/trunk/; revision=22407

16 years ago- export some ASN.1 functions from libwireshark
Tomas 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()

svn path=/trunk/; revision=22406

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

svn path=/trunk/; revision=22405

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

svn path=/trunk/; revision=22404

16 years agofrom Florent DROUIN:
Luis Ontanon [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.

svn path=/trunk/; revision=22403

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

svn path=/trunk/; revision=22402

16 years agoInitialize a couple of variables to prevent a couple (false, I think) "could be used...
Jeff 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

svn path=/trunk/; revision=22401

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

svn path=/trunk/; revision=22400

16 years agoFrom Francois-Xavier Le Bail:
Jaap Keuter [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)

svn path=/trunk/; revision=22399

16 years agofrom HPfrommer@hilscher.com:
Ulf Lamping [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.

svn path=/trunk/; revision=22398

16 years agoFrom Florent Drouin:
Anders Broman [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.

svn path=/trunk/; revision=22396

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

svn path=/trunk/; revision=22395

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

svn path=/trunk/; revision=22394

16 years ago(sigh): move packet-bacapp, packet-diameter, and packet-sctp back out of CLEAN_DISSEC...
Jeff 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

svn path=/trunk/; revision=22393

16 years agoGetting brave (or foolish?): move packet-bacapp, packet-cops, packet-diameter, and...
Jeff 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

svn path=/trunk/; revision=22392

16 years agoFix bug
Anders Broman [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.

svn path=/trunk/; revision=22391

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

svn path=/trunk/; revision=22390

16 years agofor the Ethernet conversation filter, don't use ethertype but the data link address...
Ulf Lamping [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

svn path=/trunk/; revision=22389

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

svn path=/trunk/; revision=22388

16 years ago- add a column for the expert info severity level
Ulf Lamping [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

svn path=/trunk/; revision=22387

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

svn path=/trunk/; revision=22386

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

svn path=/trunk/; revision=22385

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

svn path=/trunk/; revision=22384

16 years agoFrom Marc Petit-Huguenin: this is an update to the STUN2 dissector using the
Jeff 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.

svn path=/trunk/; revision=22383

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

svn path=/trunk/; revision=22382

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

svn path=/trunk/; revision=22381

16 years agoAdd some useful hints as examples of payload_protocols to the User DLT table description
Luis Ontanon [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

svn path=/trunk/; revision=22380

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

svn path=/trunk/; revision=22379

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

svn path=/trunk/; revision=22378

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

svn path=/trunk/; revision=22377

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

svn path=/trunk/; revision=22376

16 years agoCleanup how WsLuaRm is inserted
Luis Ontanon [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)

svn path=/trunk/; revision=22375

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

svn path=/trunk/; revision=22374

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

svn path=/trunk/; revision=22373

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

svn path=/trunk/; revision=22372

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

svn path=/trunk/; revision=22371

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

svn path=/trunk/; revision=22370

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

svn path=/trunk/; revision=22369

16 years agoFix Windows Buildbot breakage. Remove an unneeded function and fix a
Gerald Combs [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.

svn path=/trunk/; revision=22368

16 years agoRemove the "-I" flag from dumpcap, and add a "-M" flag used to specify
Gerald Combs [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.

svn path=/trunk/; revision=22367

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

svn path=/trunk/; revision=22366

16 years agoFrom Jess Balint: modern versions of pkg-config want --cflags or --libs *before*...
Jeff 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

svn path=/trunk/; revision=22365

16 years agoFrom Ted Percival: Support for PA-S4U2Self Kerberos packet type based on ASN.1
Jeff 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.

svn path=/trunk/; revision=22364

16 years ago- add an all_cmds array for looking up 'RFC' packets
Martin Mathieson [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

svn path=/trunk/; revision=22363

16 years agokukosa has replaced these with uppercase variants (he should have svn mv'ed them...)
Richard van der Hoff [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...)

svn path=/trunk/; revision=22362

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

svn path=/trunk/; revision=22361

16 years ago- <?avp-proto and <?type-proto to instruct about which dissector to use for a given...
Luis Ontanon [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

svn path=/trunk/; revision=22360

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

svn path=/trunk/; revision=22359

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

svn path=/trunk/; revision=22358

16 years agoChange "lenght" to "length", this time in the *source* of the SNMP dissector (sigh)
Jeff 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)

svn path=/trunk/; revision=22357

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

svn path=/trunk/; revision=22356

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

svn path=/trunk/; revision=22355

16 years agochange QSIG tables structure so as they can be generated automatically from ASN.1...
Tomas 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

svn path=/trunk/; revision=22354

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

svn path=/trunk/; revision=22353

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

svn path=/trunk/; revision=22352

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

svn path=/trunk/; revision=22351

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

svn path=/trunk/; revision=22350

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

svn path=/trunk/; revision=22349

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

svn path=/trunk/; revision=22348

16 years agoMake debugging static.
Michael Tüxen [Wed, 18 Jul 2007 07:06:46 +0000 (07:06 -0000)]
Make debugging static.

svn path=/trunk/; revision=22347

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

svn path=/trunk/; revision=22346

16 years agoAdd Address decoding, two debug environment variables (WIRESHARK_DEBUG_DIAM_DICT_PARS...
Luis Ontanon [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

svn path=/trunk/; revision=22345

16 years ago(Following my "tradition") I forgot to ci the changes to the Makefiles for crc6 and...
Luis Ontanon [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

svn path=/trunk/; revision=22344

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

svn path=/trunk/; revision=22343

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

svn path=/trunk/; revision=22342

16 years agoget crc10 and crc6 out of packet-iuup.c
Luis Ontanon [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

svn path=/trunk/; revision=22341

16 years agoHave the encapsulation selection match on the port name as well as stk filename.
Luis Ontanon [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.

svn path=/trunk/; revision=22340

16 years agoFrom Jess Balint:
Stephen Fisher [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.

svn path=/trunk/; revision=22339

16 years agoIf we can't find dictionary.xml, fail instead of trying to read from
Gerald Combs [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.

svn path=/trunk/; revision=22338

16 years ago"key" is a guint8 *; make the pointer into the string to which it refers
Guy Harris [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.

svn path=/trunk/; revision=22337

16 years agoDon't use g_ascii_isupper() nor g_ascii_tolower(): they don't exist in GTK1. Replace...
Jeff 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().

svn path=/trunk/; revision=22336

16 years agoDon't use gtk_clist_row_is_visible() but rather eth_clist_row_is_visible() so that...
Jeff 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).

svn path=/trunk/; revision=22335

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

svn path=/trunk/; revision=22334

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

svn path=/trunk/; revision=22333