You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
struct output_module {
void (*print_help)(FILE *fp);
void (*open)(int argc, const char **argv); /* have it read argv directly */
FILE *(*begin_summary)(); /* have it return something that the sniff modules can write to */
void (*end_summary)();
void (*close)();
};
The text was updated successfully, but these errors were encountered:
Current situation
Wanted situation
The text was updated successfully, but these errors were encountered: