From 9e01356f7a75646d7ea494e313cc9e3986501286 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Tue, 9 Oct 2007 05:37:34 +0000 Subject: minor updates svn path=/trunk/; revision=23105 --- wiretap/README.developer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wiretap/README.developer') 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. -- cgit v1.2.1