Changeset 4854e88
- Timestamp:
- 01/11/19 14:05:42 (2 years ago)
- Branches:
- develop
- Children:
- 9a792a9
- Parents:
- 6d2a120
- Location:
- lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_pcapfile.c
r9a6bdbc r4854e88 589 589 struct timeval ts; 590 590 591 memset(&ts, 0, sizeof(struct timeval)); 592 591 593 if (!packet) { 592 594 fprintf(stderr, "NULL packet passed to pcapfile_get_timeval()\n"); … … 618 620 struct timespec ts; 619 621 622 memset(&ts, 0, sizeof(struct timespec)); 620 623 if (!packet) { 621 624 fprintf(stderr, "NULL packet passed to pcapfile_get_timespec()"); -
lib/format_pcapng.c
rfce4572 r4854e88 1829 1829 uint32_t interfaceid = 0; 1830 1830 pcapng_interface_t *interface; 1831 1832 memset(&ts, 0, sizeof(struct timespec)); 1831 1833 1832 1834 if (!packet) {
Note: See TracChangeset
for help on using the changeset viewer.