Gerald Combs [Thu, 21 Oct 2004 02:48:52 +0000 (21 02:48 -0000)]
Disable Nettle linking, which was inadvertently enabled for testing.
svn path=/releases/ethereal-0.10.7/; revision=12366
Gerald Combs [Thu, 21 Oct 2004 02:13:51 +0000 (21 02:13 -0000)]
Final (no, really!) changes for 0.10.7.
svn path=/releases/ethereal-0.10.7/; revision=12365
Gerald Combs [Thu, 21 Oct 2004 02:11:04 +0000 (21 02:11 -0000)]
Pull in revision 12363 from the main branch.
svn path=/releases/ethereal-0.10.7/; revision=12364
Gerald Combs [Wed, 20 Oct 2004 19:13:52 +0000 (20 19:13 -0000)]
Final update.
svn path=/releases/ethereal-0.10.7/; revision=12360
Gerald Combs [Wed, 20 Oct 2004 19:07:50 +0000 (20 19:07 -0000)]
Pull in rev 12358: Rename "capinfo" to "capinfos".
svn path=/releases/ethereal-0.10.7/; revision=12359
Ulf Lamping [Wed, 20 Oct 2004 18:50:58 +0000 (20 18:50 -0000)]
renamed capinfo to capinfos, as the former name capinfo was already used in a program called tcprelay, so that might confuse packaging managers and users. Hopefully I got all the places need to be changed.
svn path=/trunk/; revision=12358
Gerald Combs [Wed, 20 Oct 2004 16:48:58 +0000 (20 16:48 -0000)]
Update NEWS and ChangeLog for 0.10.7.
svn path=/releases/ethereal-0.10.7/; revision=12357
Gerald Combs [Wed, 20 Oct 2004 15:30:19 +0000 (20 15:30 -0000)]
Merge in revisions from the main trunk:
12342: Fix a cut/paste error in packet-smb.c.
12343: Fix a compiler warning in packet-diameter.c.
12344: Add range preference functions to libethereal.def.
12345: Add AUTHORS-SHORT-FORMAT to the list of files to ignore.
12348: Fix whitespace in EDG_chapter_env_intro.xml.
12349: Add EDG_chapter_capture.xml.
12350: Fix enums recognition in packet-diameter.c.
12351: Fix FDDI bit swap and enhance merging in nettl.c.
12352: Fix packet preamble/finale printing in tethereal.c.
12353: Update the tethereal man page for the previous fix.
12354: Add web GTK resources to the Developer's Guide.
12355: Export bytes_to_str_punct() in libethereal.def.
svn path=/releases/ethereal-0.10.7/; revision=12356
Guy Harris [Wed, 20 Oct 2004 07:15:07 +0000 (20 07:15 -0000)]
From Tomas Kukosa: export bytes_to_str_punct().
svn path=/trunk/; revision=12355
Ulf Lamping [Wed, 20 Oct 2004 07:10:01 +0000 (20 07:10 -0000)]
add a small section about "GTK resources on the web"
svn path=/trunk/; revision=12354
Guy Harris [Wed, 20 Oct 2004 00:06:48 +0000 (20 00:06 -0000)]
Update the man page to indicate that "-q", when capturing without "-w",
suppresses the printing of packet information.
svn path=/trunk/; revision=12353
Guy Harris [Tue, 19 Oct 2004 22:43:52 +0000 (19 22:43 -0000)]
If we're not printing packet information, don't print the preamble or
finale for that information, either.
svn path=/trunk/; revision=12352
Guy Harris [Tue, 19 Oct 2004 22:28:27 +0000 (19 22:28 -0000)]
From Mark C. Brown:
fix FDDI to use correct bit swapped encap;
tweak file open code to guess at file encap so merge works
better.
svn path=/trunk/; revision=12351
Anders Broman [Tue, 19 Oct 2004 19:29:08 +0000 (19 19:29 -0000)]
From Jacques, Olivier: - Fixing enums recognition when an XML dictionary is used (was OK with fixed dictionaries)
svn path=/trunk/; revision=12350
Ulf Lamping [Tue, 19 Oct 2004 18:32:27 +0000 (19 18:32 -0000)]
adding a chapter about capturing, currently only containing the mail from Guy Harris about adding new capture types
svn path=/trunk/; revision=12349
Ulf Lamping [Tue, 19 Oct 2004 18:30:44 +0000 (19 18:30 -0000)]
fixup whitespace
svn path=/trunk/; revision=12348
Guy Harris [Tue, 19 Oct 2004 07:09:32 +0000 (19 07:09 -0000)]
From Tomas Kukosa: add range preference functions.
svn path=/trunk/; revision=12344
Guy Harris [Mon, 18 Oct 2004 17:21:31 +0000 (18 17:21 -0000)]
Squelch a compiler warning.
svn path=/trunk/; revision=12343
Guy Harris [Mon, 18 Oct 2004 17:17:38 +0000 (18 17:17 -0000)]
From Laurent Constantin: fix a (presumed) cut-and-pasteo.
svn path=/trunk/; revision=12342
Gerald Combs [Mon, 18 Oct 2004 15:14:13 +0000 (18 15:14 -0000)]
Update to the current trunk.
svn path=/releases/ethereal-0.10.7/; revision=12341
Gerald Combs [Mon, 18 Oct 2004 14:58:32 +0000 (18 14:58 -0000)]
From Olivier Jacques: Add #defines to disable XML validation.
svn path=/trunk/; revision=12340
Gerald Combs [Mon, 18 Oct 2004 14:37:43 +0000 (18 14:37 -0000)]
Fix some include problems and compiler warnings pointed out by Thomas Anders.
svn path=/trunk/; revision=12339
Gerald Combs [Mon, 18 Oct 2004 14:24:25 +0000 (18 14:24 -0000)]
From Thomas Anders:
- change DHCP option 122 dissection to use official RFC 3495/3594 wording
(if bootp.pkt.ccc.protocol_version preference setting is 2 or 3)
- update CableLabs specification references
- some minor cleanup (option 43 also)
svn path=/trunk/; revision=12338
Gerald Combs [Mon, 18 Oct 2004 13:58:20 +0000 (18 13:58 -0000)]
One more item from CableLabs: Add conversation support to the Kerberos
UDP dissector.
svn path=/trunk/; revision=12337
Guy Harris [Mon, 18 Oct 2004 09:53:06 +0000 (18 09:53 -0000)]
Add a rule to make ../AUTHORS-SHORT-FORMAT, as it won't necessarily have
been made by the time this Makefile is used.
svn path=/trunk/; revision=12336
Guy Harris [Mon, 18 Oct 2004 01:18:44 +0000 (18 01:18 -0000)]
Don't blow up if the proto,colinfo tap is used but the columns aren't
being printed.
svn path=/trunk/; revision=12335
Guy Harris [Sun, 17 Oct 2004 23:03:11 +0000 (17 23:03 -0000)]
From Graeme Hewson: make AUTHORS-SHORT not include formatting codes,
with AUTHORS-SHORT-FORMAT containing the formatting codes.
svn path=/trunk/; revision=12334
Guy Harris [Sun, 17 Oct 2004 22:18:14 +0000 (17 22:18 -0000)]
From Graeme Hewson: re-wrap some of the lines so that they fit into the
About dialog and ethereal.1 without wrapping.
svn path=/trunk/; revision=12333
Guy Harris [Sun, 17 Oct 2004 22:14:47 +0000 (17 22:14 -0000)]
From Alejandro Vaquero: in the RTP analysis code, don't analyze packets
that have an RTP version other than 2.
svn path=/trunk/; revision=12332
Anders Broman [Sun, 17 Oct 2004 21:57:04 +0000 (17 21:57 -0000)]
Update some SIP headers from iana.org/assignments/sip-parameters.
svn path=/trunk/; revision=12331
Guy Harris [Sun, 17 Oct 2004 11:10:08 +0000 (17 11:10 -0000)]
From Rene Pilz: make DTAP be dissected for a GPRS LLC SAPI of 1.
svn path=/trunk/; revision=12330
Guy Harris [Sun, 17 Oct 2004 11:04:28 +0000 (17 11:04 -0000)]
From Rene Pilz: add a preference to ignore the cipher bit, in case
captures have unciphered data with the cipher bit set.
svn path=/trunk/; revision=12329
Guy Harris [Sun, 17 Oct 2004 06:20:43 +0000 (17 06:20 -0000)]
file_hdr.network is one byte long, so don't use htoles() on values it's
set to - that causes it to be set to zero.
svn path=/trunk/; revision=12328
Guy Harris [Sun, 17 Oct 2004 03:11:31 +0000 (17 03:11 -0000)]
When merging, default to the current file format as the output format.
svn path=/trunk/; revision=12327
Guy Harris [Sun, 17 Oct 2004 02:53:26 +0000 (17 02:53 -0000)]
From Mark C. Brown: allow the file type for the merge operation to be
specified in the GUI.
svn path=/trunk/; revision=12326
Guy Harris [Sun, 17 Oct 2004 02:36:32 +0000 (17 02:36 -0000)]
From Thomas Anders: DHCP option 6 enhancements:
- add full support for upcoming PacketCable 1.5
- fix bug regarding MTA/CM Device Capabilities Length
- PacketCable MTA: fix bug regarding RSVP and UGS-AD options
- make presentation more compact (similar to other TLV data dissectors)
- change some descriptions and variables to (hopefully) make more sense
to DOCSIS/PacketCable users
svn path=/trunk/; revision=12325
Guy Harris [Sun, 17 Oct 2004 01:38:51 +0000 (17 01:38 -0000)]
Update to reflect changes to the range API.
svn path=/trunk/; revision=12324
Guy Harris [Sun, 17 Oct 2004 01:31:36 +0000 (17 01:31 -0000)]
Have "range_convert_range()" dynamically allocate a string large enough
to hold the representation of the range, rather than imposing a
fixed-size limit on the string.
Check for overflow in "strtoul()" - and use "strtoul()" rather than
"strtol()" for range members.
Clean up indentation.
Get rid of an unnecessary include in <epan/range.h>.
svn path=/trunk/; revision=12323
Guy Harris [Sun, 17 Oct 2004 00:51:50 +0000 (17 00:51 -0000)]
"ssn_range" needs to be a copy of "global_ssn_range", so that it's not
freed if "global_ssn_range" is changed because the preference was
changed.
svn path=/trunk/; revision=12322
Guy Harris [Sun, 17 Oct 2004 00:48:37 +0000 (17 00:48 -0000)]
"ssn_range" needs to be a copy of "global_ssn_range", so that it's not
freed if "global_ssn_range" is changed because the preference was
changed.
svn path=/trunk/; revision=12321
Guy Harris [Sat, 16 Oct 2004 23:32:24 +0000 (16 23:32 -0000)]
Remove the fixed maximum number of subranges in a range_t; dynamically
allocate them to be large enough.
Add checks that the numbers in the range fit in a guint32.
Check the validity of a range before saving or printing, and report
errors in an alert box.
Clean up white space.
svn path=/trunk/; revision=12320
Ronnie Sahlberg [Sat, 16 Oct 2004 12:53:09 +0000 (16 12:53 -0000)]
make the SEQUENCE dissection helper understand and handle Indefinite Length
svn path=/trunk/; revision=12319
Olivier Biot [Sat, 16 Oct 2004 11:46:17 +0000 (16 11:46 -0000)]
First support for Unix-to-DOS line termination translation by means of a small
perl script (unix2dos.pl). The NEWS file is now properly displayed on the
Notepad.exe text editor on a Windows box.
svn path=/trunk/; revision=12318
Ulf Lamping [Sat, 16 Oct 2004 11:32:07 +0000 (16 11:32 -0000)]
update to the current state of the art
svn path=/trunk/; revision=12317
Ulf Lamping [Sat, 16 Oct 2004 11:17:57 +0000 (16 11:17 -0000)]
update setup target to latest win32 libs
svn path=/trunk/; revision=12316
Ulf Lamping [Sat, 16 Oct 2004 11:14:49 +0000 (16 11:14 -0000)]
update win32 libsnmp infos
svn path=/trunk/; revision=12315
Ulf Lamping [Sat, 16 Oct 2004 09:29:15 +0000 (16 09:29 -0000)]
fix a bug reported by Eric Wedel: Could not save preferences, as "You have not selected a font" dialog pops up, if no previous preferences file exists.
fix: the default font name for GTK1 Win32 was mispelled (at least for WinXP).
svn path=/trunk/; revision=12314
Guy Harris [Sat, 16 Oct 2004 08:33:40 +0000 (16 08:33 -0000)]
Make the nranges member of a range_t be the number of ranges, not the
number of ranges - 1, and update loops that iterate over all the ranges
appropriately.
Make "range_convert_str()" return a success/failure indication, and
check it. Rewrite it to do more checks, and not to blithely ignore
unknown characters.
svn path=/trunk/; revision=12313
Guy Harris [Sat, 16 Oct 2004 07:39:37 +0000 (16 07:39 -0000)]
Fix a typo.
svn path=/trunk/; revision=12312
Guy Harris [Sat, 16 Oct 2004 05:59:24 +0000 (16 05:59 -0000)]
Clena up a few things.
Squelch a compiler warning.
svn path=/trunk/; revision=12311
Jörg Mayer [Sat, 16 Oct 2004 02:05:16 +0000 (16 02:05 -0000)]
Update manuf
svn path=/trunk/; revision=12310
Jörg Mayer [Sat, 16 Oct 2004 02:04:08 +0000 (16 02:04 -0000)]
Add support for draft-ietf-dhc-fqdn-option-07.txt
svn path=/trunk/; revision=12309
Jörg Mayer [Sat, 16 Oct 2004 00:19:07 +0000 (16 00:19 -0000)]
Change Client Identifier display a bit to better handle non-hw identifiers of length 7
svn path=/trunk/; revision=12308
Gerald Combs [Fri, 15 Oct 2004 19:02:47 +0000 (15 19:02 -0000)]
Fix a cut-and-paste error.
svn path=/trunk/; revision=12306
Gerald Combs [Fri, 15 Oct 2004 18:30:05 +0000 (15 18:30 -0000)]
Updates to reflect revision 4 of ethereal-win32-libs.
svn path=/trunk/; revision=12305
Gerald Combs [Fri, 15 Oct 2004 15:36:12 +0000 (15 15:36 -0000)]
Add support for decoding DES3/CBC/MD5 keys. Make it disabled by default.
Whitespace cleanup.
svn path=/trunk/; revision=12304
Gerald Combs [Fri, 15 Oct 2004 15:08:00 +0000 (15 15:08 -0000)]
Add range_convert_range and ranges_are_equal.
svn path=/trunk/; revision=12303
Jörg Mayer [Fri, 15 Oct 2004 06:51:48 +0000 (15 06:51 -0000)]
Dectect MIT-Kerberos as well
svn path=/trunk/; revision=12302
Guy Harris [Fri, 15 Oct 2004 05:54:33 +0000 (15 05:54 -0000)]
Don't declare functions inside functions - not all C compilers support
that.
svn path=/trunk/; revision=12301
Guy Harris [Thu, 14 Oct 2004 23:45:09 +0000 (14 23:45 -0000)]
From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.
svn path=/trunk/; revision=12300
Guy Harris [Thu, 14 Oct 2004 21:59:17 +0000 (14 21:59 -0000)]
From Mark C. Brown: add 100VG support.
svn path=/trunk/; revision=12299
Ulf Lamping [Thu, 14 Oct 2004 18:05:39 +0000 (14 18:05 -0000)]
from Francisco Alcoba: mention TortoiseSVN diff and patch features
svn path=/trunk/; revision=12298
Michael Tüxen [Thu, 14 Oct 2004 16:23:11 +0000 (14 16:23 -0000)]
Fix bugs to get it working on gtk1 and gtk2.
Some clean ups.
svn path=/trunk/; revision=12297
Ronnie Sahlberg [Thu, 14 Oct 2004 09:51:54 +0000 (14 09:51 -0000)]
add support in packet-kerberos to use MIT Kerberos API to parse keytabs and decrypt blobs
if HAVE_KERBEROS and HAVE_MIT_KERBEROS are both defined in config.h
Now we need someone to hack up the required automake magic to detect MIT Kerberos and massage the makefiles accordingly.
svn path=/trunk/; revision=12296
Guy Harris [Thu, 14 Oct 2004 08:02:58 +0000 (14 08:02 -0000)]
Use "tvb_format_stringzpad()" rather than "tvb_format_text()", as per
RFC 2132, which says
Options containing NVT ASCII data SHOULD NOT include a trailing
NULL; however, the receiver of such options MUST be prepared to
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
delete trailing nulls if they exist.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
svn path=/trunk/; revision=12295
Guy Harris [Thu, 14 Oct 2004 07:42:31 +0000 (14 07:42 -0000)]
Get rid of C++ comments.
Add more COPS client type values from the IANA cops-parameters page.
Get rid of per-dissection static variables - pass them as parameters.
Make functions not used outside packet-cops.c static.
svn path=/trunk/; revision=12294
Guy Harris [Thu, 14 Oct 2004 03:29:35 +0000 (14 03:29 -0000)]
Add the application ID for credit control, as per
draft-ietf-aaa-diameter-cc-06.
Indicate where the Diameter application IDs for 3GPP stuff came from.
Update URLs for various Diameter drafts.
svn path=/trunk/; revision=12293
Guy Harris [Wed, 13 Oct 2004 23:03:56 +0000 (13 23:03 -0000)]
Give Steve Sommars' real name and work e-mail address.
svn path=/trunk/; revision=12292
Michael Tüxen [Wed, 13 Oct 2004 08:41:32 +0000 (13 08:41 -0000)]
Make sure that the IPv4 and IPv6 address parameters are always processed to support tabbing.
svn path=/trunk/; revision=12291
Ronnie Sahlberg [Wed, 13 Oct 2004 00:21:00 +0000 (13 00:21 -0000)]
get rid of some compiler warnings for cms
svn path=/trunk/; revision=12290
Ronnie Sahlberg [Wed, 13 Oct 2004 00:16:42 +0000 (13 00:16 -0000)]
get rid of some compiler warnings for X509AF
svn path=/trunk/; revision=12289
Ronnie Sahlberg [Wed, 13 Oct 2004 00:08:44 +0000 (13 00:08 -0000)]
final massaging to get rid of the last remaining compiler warnings for megaco
svn path=/trunk/; revision=12288
Ronnie Sahlberg [Tue, 12 Oct 2004 23:56:41 +0000 (12 23:56 -0000)]
get rid of some more compiler warnings
svn path=/trunk/; revision=12287
Ronnie Sahlberg [Tue, 12 Oct 2004 23:40:51 +0000 (12 23:40 -0000)]
massage the h248 files so that it compiles with asn2eth without warnings
svn path=/trunk/; revision=12286
Michael Tüxen [Tue, 12 Oct 2004 18:20:51 +0000 (12 18:20 -0000)]
Add Comment for Irene Ruengeler.
svn path=/trunk/; revision=12285
Michael Tüxen [Tue, 12 Oct 2004 18:18:44 +0000 (12 18:18 -0000)]
Support PPID and port number based selection for SCTP. From Irene Ruengeler.
svn path=/trunk/; revision=12284
Guy Harris [Tue, 12 Oct 2004 18:08:23 +0000 (12 18:08 -0000)]
From Tomas Kukosa: fix "col_set_str()" to work correctly with fenced
columns.
svn path=/trunk/; revision=12283
Guy Harris [Tue, 12 Oct 2004 18:00:39 +0000 (12 18:00 -0000)]
From Albert Chin: in a test program, include <glibconfig.h> rather than
<glib.h> when checking for the format for 64-bit integers, as, on
Solaris 2.5.1, <glib.h> ends up defining a function that requires stuff
from glib, and the test program isn't linked with glib - including
<glibconfig.h> is sufficient to get guint64 defined, and that's all we
need.
svn path=/trunk/; revision=12282
Guy Harris [Tue, 12 Oct 2004 17:51:13 +0000 (12 17:51 -0000)]
From Ronnie Sahlberg: set a variable before we test it.
svn path=/trunk/; revision=12281
Guy Harris [Tue, 12 Oct 2004 17:40:31 +0000 (12 17:40 -0000)]
Re-generate with latest asn2eth.
svn path=/trunk/; revision=12280
Guy Harris [Tue, 12 Oct 2004 17:23:15 +0000 (12 17:23 -0000)]
From Mark C. Brown: support dumping files with the raw ICMP and raw
ICMPv6 encapsulations.
svn path=/trunk/; revision=12279
Guy Harris [Tue, 12 Oct 2004 08:11:46 +0000 (12 08:11 -0000)]
From Tomas Kukosa:
- avoid assignemnt to None which is deprecated in Python 2.3
- fix bug when one field is used both with and without implicit
tag
svn path=/trunk/; revision=12277
Guy Harris [Tue, 12 Oct 2004 08:09:07 +0000 (12 08:09 -0000)]
Check in a regenerated file we missed.
svn path=/trunk/; revision=12276
Guy Harris [Tue, 12 Oct 2004 08:05:58 +0000 (12 08:05 -0000)]
Correctly update the count of bytes dumped.
svn path=/trunk/; revision=12275
Ulf Lamping [Tue, 12 Oct 2004 06:32:57 +0000 (12 06:32 -0000)]
fix MSVC unused magic warning
svn path=/trunk/; revision=12274
Ulf Lamping [Tue, 12 Oct 2004 06:27:09 +0000 (12 06:27 -0000)]
how to use the ./configure script to build gtk1.x versions for unix builds
svn path=/trunk/; revision=12273
Ulf Lamping [Tue, 12 Oct 2004 06:11:30 +0000 (12 06:11 -0000)]
fix a bug reported by venkata sandeep: capture->start->capture files dialog browse function used FILE_SELECTION_OPEN instead of the correct FILE_SELECTION_WRITE_BROWSE. Now you can (again) select and enter the filename to write capture data to.
svn path=/trunk/; revision=12272
Anders Broman [Tue, 12 Oct 2004 05:00:37 +0000 (12 05:00 -0000)]
Pretyfy EventName and SignalName
svn path=/trunk/; revision=12271
Anders Broman [Tue, 12 Oct 2004 04:59:25 +0000 (12 04:59 -0000)]
Pretify EventName and SignalName
svn path=/trunk/; revision=12270
Guy Harris [Tue, 12 Oct 2004 03:13:17 +0000 (12 03:13 -0000)]
Check the values of the protocol preferences before fetching them; if
any are not valid, pop up an alert box and don't dismiss the preferences
dialog.
svn path=/trunk/; revision=12269
Anders Broman [Mon, 11 Oct 2004 21:19:12 +0000 (11 21:19 -0000)]
Fix (hopefully) a compiler varning
svn path=/trunk/; revision=12268
Guy Harris [Mon, 11 Oct 2004 18:36:51 +0000 (11 18:36 -0000)]
Re-generate a number of ASN.1-based dissectors with the most recent
version of asn2eth.
svn path=/trunk/; revision=12267
Guy Harris [Mon, 11 Oct 2004 18:35:26 +0000 (11 18:35 -0000)]
Constify more pointer arguments.
svn path=/trunk/; revision=12266
Guy Harris [Mon, 11 Oct 2004 18:34:54 +0000 (11 18:34 -0000)]
Constify more pointer arguments.
svn path=/trunk/; revision=12265
Ronnie Sahlberg [Mon, 11 Oct 2004 12:04:35 +0000 (11 12:04 -0000)]
From Martin M, update h2250 so that some things that are supposed to be strings are printed as strings and not as hex data.
svn path=/trunk/; revision=12263
Ronnie Sahlberg [Mon, 11 Oct 2004 12:00:08 +0000 (11 12:00 -0000)]
dissect_per_restricted_character_string() was almost completely broken when it came to PrintableString.
I am amazed it worked at all and noone complained.
It is little less broken now and handles some of the PrintableStrings properly.
svn path=/trunk/; revision=12262
Guy Harris [Mon, 11 Oct 2004 08:36:55 +0000 (11 08:36 -0000)]
More constification of arrays.
svn path=/trunk/; revision=12261
Guy Harris [Mon, 11 Oct 2004 08:24:46 +0000 (11 08:24 -0000)]
From Olivier Jacques: add imscxdx.xml to the source tarball and NSIS
packaging information.
svn path=/trunk/; revision=12260
Ronnie Sahlberg [Mon, 11 Oct 2004 08:12:34 +0000 (11 08:12 -0000)]
small fix for TCP ACK RTT, the measurements for the time it took to ack some data.
Only display this value if we really have some data to ACK
which is not always the case.
This fixes a problem recently reported to the list
svn path=/trunk/; revision=12259
Guy Harris [Mon, 11 Oct 2004 07:18:20 +0000 (11 07:18 -0000)]
From Mark C. Brown: add support for writing nettl files.
svn path=/trunk/; revision=12258