Changeset 23741ec5 for libpacketdump
- Timestamp:
- 01/23/19 13:07:50 (2 years ago)
- Branches:
- develop
- Children:
- 69394f0
- Parents:
- d0f25d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libpacketdump/libpacketdump.cc
rd0f25d4 r23741ec5 149 149 150 150 length = trace_get_capture_length(packet); 151 fprintf(stderr,"\n%s",ctime(&sec));152 fprintf(stderr," Capture: Packet Length: %i/%i Direction Value: %i\n",151 printf("\n%s",ctime(&sec)); 152 printf(" Capture: Packet Length: %i/%i Direction Value: %i\n", 153 153 (int)length, 154 154 (int)trace_get_wire_length(packet),
Note: See TracChangeset
for help on using the changeset viewer.