summaryrefslogtreecommitdiff
path: root/wiretap/README.developer
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-03-30 04:58:06 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-03-30 04:58:06 +0000
commit901f07af6028383568443bc6a76f9ac7c61ace68 (patch)
tree4620fb35ad13fe6d4db825347883c8f5ad07004e /wiretap/README.developer
parent015b486dc97bde1fc178d4e3cd741e9e5ca52d9d (diff)
downloadwireshark-901f07af6028383568443bc6a76f9ac7c61ace68.tar.gz
From Martin Mathieson:
wiretap/README.developer - the referenced default seek_read function doesn't exist now wiretap/wtap.c - a "hole" in encap_table was causing the wrong encap value for later types to be looked up (by name) mergecap.c - fix a couple of program name copy+paste errors from editcap.c svn path=/trunk/; revision=17765
Diffstat (limited to 'wiretap/README.developer')
-rw-r--r--wiretap/README.developer3
1 files changed, 1 insertions, 2 deletions
diff --git a/wiretap/README.developer b/wiretap/README.developer
index 457038ff78..f2c152c8a2 100644
--- a/wiretap/README.developer
+++ b/wiretap/README.developer
@@ -23,8 +23,7 @@ To add the ability to read a new capture file format, you have to:
write a "seek and read" routine, if necessary, and have the
"open" routine set the "subtype_seek_read" member of the "wtap"
- structure to point to that routine, otherwise set it to
- "wtap_def_seek_read";
+ structure to point to that routine.
write a "close" routine, if necessary (if, for example, the
"open" routine allocates any memory), and set the