summaryrefslogtreecommitdiff
path: root/wiretap/README.developer
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-10-09 05:37:34 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-10-09 05:37:34 +0000
commit9e01356f7a75646d7ea494e313cc9e3986501286 (patch)
treed3317b517072017862bfadbc5fb2b82ae5ed8eae /wiretap/README.developer
parentc1bc6c3e20ac87419c02aaa26fda20607c674754 (diff)
downloadwireshark-9e01356f7a75646d7ea494e313cc9e3986501286.tar.gz
minor updates
svn path=/trunk/; revision=23105
Diffstat (limited to 'wiretap/README.developer')
-rw-r--r--wiretap/README.developer4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/README.developer b/wiretap/README.developer
index 0ba62a6503..2b2ef16715 100644
--- a/wiretap/README.developer
+++ b/wiretap/README.developer
@@ -75,7 +75,7 @@ To add the ability to write a new capture file format, you have to:
"dump_open" routine set the "subtype_write" member of the
"wtap_dumper" structure passed to it to point to it;
- add a "close" routine, if necessary (if, for example, the
+ add a "dump_close" routine, if necessary (if, for example, the
"dump_open" routine allocates any memory, or if some of the file
header can be written only after all the packets have been
written), and have the "dump_open" routine set the
@@ -83,4 +83,4 @@ To add the ability to write a new capture file format, you have to:
to it;
put pointers to the "can_write_encap" and "dump_open" routines
- in the "dump_open_table[]" entry for that file type.
+ in the "dump_open_table_base[]" entry for that file type.