Changeset 753
- Timestamp:
- 04/27/06 10:23:45 (7 years ago)
- File:
-
- 1 edited
-
trunk/lib/format_pcap.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/format_pcap.c
r746 r753 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.
