Changeset 1845 for branches/3.0/src/tcpreplay.c
- Timestamp:
- 04/26/07 19:48:10 (21 months ago)
- Files:
-
- 1 modified
-
branches/3.0/src/tcpreplay.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/src/tcpreplay.c
r1820 r1845 272 272 char ebuf[SENDPACKET_ERRBUF_SIZE]; 273 273 int int1dlt, int2dlt; 274 275 #ifdef ENABLE_PCAP_FINDALLDEVS 274 276 interface_list_t *intlist = get_interface_list(); 275 277 #else 278 interface_list_t *intlist = NULL; 279 #endif 276 280 277 281 #ifdef DEBUG
