Changeset bdde7b8 for lib/format_pcap.c
- Timestamp:
- 02/23/06 14:04:05 (16 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- ed7c716
- Parents:
- 7a8bf1d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_pcap.c
r7a8bf1d rbdde7b8 108 108 INPUT.pcap = NULL; 109 109 DATA(libtrace)->filter = NULL; 110 DATA(libtrace)->snaplen = 65536;110 DATA(libtrace)->snaplen = LIBTRACE_PACKET_BUFSIZE; 111 111 DATA(libtrace)->promisc = 0; 112 112
Note: See TracChangeset
for help on using the changeset viewer.