diff options
author | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2013-04-05 21:58:43 +0000 |
---|---|---|
committer | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2013-04-05 21:58:43 +0000 |
commit | 4ac2441d7c7371249a3422fc2e67b8ad98aa6631 (patch) | |
tree | 9c47704d8b323948022f2efe35c2ffb40be28f9a /epan/proto.h | |
parent | d40de83931aa24b9d992135cc2e1a590c2e24370 (diff) | |
download | wireshark-4ac2441d7c7371249a3422fc2e67b8ad98aa6631.tar.gz wireshark-4ac2441d7c7371249a3422fc2e67b8ad98aa6631.tar.bz2 wireshark-4ac2441d7c7371249a3422fc2e67b8ad98aa6631.zip |
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
Diffstat (limited to 'epan/proto.h')
-rw-r--r-- | epan/proto.h | 6 |
1 files changed, 2 insertions, 4 deletions
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); |