Changeset 1789
- Timestamp:
- 04/02/07 21:26:04 (22 months ago)
- Files:
-
- 1 modified
-
trunk/src/send_packets.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/send_packets.c
r1786 r1789 90 90 packet_cache_t **prev_packet = NULL; 91 91 #if defined TCPREPLAY && defined TCPREPLAY_EDIT 92 struct pcap_pkt dhr *pkthdr_ptr;92 struct pcap_pkthdr *pkthdr_ptr; 93 93 #endif 94 94 … … 156 156 errx(1, "Error editing packet #" COUNTER_SPEC ": %s", packetnum, tcpedit_geterr(tcpedit)); 157 157 } 158 pktlen = HAVE_OPT(PKTLEN) ? pkthdr_ptr->len : pkthdr_ptr->caplen; 158 159 #endif 159 160
