From 4ac2441d7c7371249a3422fc2e67b8ad98aa6631 Mon Sep 17 00:00:00 2001 From: Chris Maynard Date: Fri, 5 Apr 2013 21:58:43 +0000 Subject: Coalesce "-G fields2" and "-G fields3" into "-G fields", as discussed on -dev. See: http://www.wireshark.org/lists/wireshark-dev/201304/msg00015.html svn path=/trunk/; revision=48753 --- epan/proto.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'epan/proto.h') diff --git a/epan/proto.h b/epan/proto.h index f52e00c579..adf5ffbc82 100644 --- a/epan/proto.h +++ b/epan/proto.h @@ -1835,10 +1835,8 @@ WS_DLL_PUBLIC void proto_registrar_dump_protocols(void); /** Dumps a glossary of the field value strings or true/false strings to STDOUT */ WS_DLL_PUBLIC void proto_registrar_dump_values(void); -/** Dumps a glossary of the protocol and field registrations to STDOUT. - * Format 1 is the original format. Format 2 includes the base (for integers) - * and the blurb. */ -WS_DLL_PUBLIC void proto_registrar_dump_fields(const int format); +/** Dumps a glossary of the protocol and field registrations to STDOUT. */ +WS_DLL_PUBLIC void proto_registrar_dump_fields(void); /** Dumps a glossary field types and descriptive names to STDOUT */ WS_DLL_PUBLIC void proto_registrar_dump_ftypes(void); -- cgit v1.2.3