Changeset 110 for trunk/source/ipfm.c
- Timestamp:
- 06.08.2005 00:14:53 (3 years ago)
- Files:
-
- 1 modified
-
trunk/source/ipfm.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/ipfm.c
r101 r110 55 55 #include "pcap.h" 56 56 #include "utils.h" 57 #include "debug.h" 57 58 58 59 struct AllLogsType * pAllLogs = NULL; … … 63 64 struct ip *p_packet; 64 65 struct AllLogsType * pTempLog; 66 67 DEBUG_MSG("Starting IPFM\n"); 65 68 66 69 ParseCmdLine(argc, argv);
