Changeset 1286
- Timestamp:
- 10/01/07 14:16:56 (6 years ago)
- File:
-
- 1 edited
-
trunk/lib/libtrace.h.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/libtrace.h.in
r1280 r1286 1424 1424 * @{ 1425 1425 */ 1426 /** Get the size of the packet in the trace 1426 /** Get the size of the packet in the trace (in bytes) 1427 1427 * @param packet the packet opaque pointer 1428 1428 * @return the size of the packet in the trace … … 1441 1441 size_t trace_get_capture_length(const libtrace_packet_t *packet); 1442 1442 1443 /** Get the size of the packet as it was seen on the wire .1443 /** Get the size of the packet as it was seen on the wire (in bytes). 1444 1444 * @param packet the packet opaque pointer 1445 1445 * @return the size of the packet as it was on the wire. … … 1456 1456 size_t trace_get_wire_length(const libtrace_packet_t *packet); 1457 1457 1458 /** Get the length of the capture framing headers .1458 /** Get the length of the capture framing headers (in bytes). 1459 1459 * @param packet the packet opaque pointer 1460 1460 * @return the size of the packet as it was on the wire. … … 1467 1467 /** Truncate ("snap") the packet at the suggested length 1468 1468 * @param packet the packet opaque pointer 1469 * @param size the new length of the packet 1469 * @param size the new length of the packet (in bytes) 1470 1470 * @return the new capture length of the packet, or the original capture 1471 1471 * length of the packet if unchanged
Note: See TracChangeset
for help on using the changeset viewer.
