Changeset 7af689a
- Timestamp:
- 04/27/06 10:23:45 (15 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:
- c4a4d3d
- Parents:
- a5b3296
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_pcap.c
r747c501 r7af689a 67 67 #define OUTPUT DATAOUT(libtrace)->output 68 68 struct pcap_format_data_t { 69 union {70 char *path; /**< information for local sockets */71 char *interface; /**< intormation for reading of network72 interfaces */73 } conn_info;74 69 /** Information about the current state of the input device */ 75 70 union { … … 82 77 83 78 struct pcap_format_data_out_t { 84 union {85 char *path;86 char *interface;87 } conn_info;88 79 union { 89 80 struct { … … 358 349 packet->payload, 359 350 trace_get_capture_length(packet)); 360 if (err!= trace_get_capture_length(packet))351 if (err!=(int)trace_get_capture_length(packet)) 361 352 err=-1; 362 353 #else
Note: See TracChangeset
for help on using the changeset viewer.