Index: file_formats.h =================================================================== RCS file: /usr/local/cvs/tcptrace/file_formats.h,v retrieving revision 5.9 diff -u -r5.9 file_formats.h --- file_formats.h 19 Nov 2003 14:38:06 -0000 5.9 +++ file_formats.h 27 Sep 2004 03:53:48 -0000 @@ -93,9 +93,6 @@ /* install the is_GLORP() routines supported */ struct supported_formats file_formats[] = { -#ifdef GROK_TCPDUMP - {is_tcpdump, "tcpdump","tcpdump -- Public domain program from LBL"}, -#endif /* GROK_TCPDUMP */ #ifdef GROK_SNOOP {is_snoop, "snoop","Sun Snoop -- Distributed with Solaris"}, #endif /* GROK_SNOOP */ @@ -117,6 +114,9 @@ #ifdef GROK_ERF {is_erf, "erf","Endace Extensible Record Format"}, #endif /* GROK_ERF */ +#ifdef GROK_TCPDUMP + {is_tcpdump, "tcpdump","tcpdump -- Public domain program from LBL"}, +#endif /* GROK_TCPDUMP */ }; #define NUM_FILE_FORMATS (sizeof(file_formats) / sizeof(struct supported_formats))