Wireshark  4.3.0
The Wireshark network protocol analyzer
/builds/wireshark/wireshark/cli_main.h
Go to the documentation of this file.
1 
19 #ifdef _WIN32
20 int real_main(int argc, char *argv[]);
21 #define main real_main
22 #endif