- Timestamp:
- 01/11/19 14:06:36 (2 years ago)
- Branches:
- develop
- Children:
- d83006c
- Parents:
- 4854e88
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_pcapng.c
r4854e88 r9a792a9 285 285 286 286 } 287 288 #if 0 287 289 static inline uint16_t pcapng_get_customdata_len(libtrace_packet_t *packet, char *ptr) { 288 290 struct pcapng_custom_optheader *hdr = (struct pcapng_custom_optheader *)ptr; … … 303 305 } 304 306 } 307 #endif 308 305 309 static inline uint16_t pcapng_get_nrb_record_type(libtrace_packet_t *packet, char *ptr) { 306 310 struct pcapng_nrb_record *hdr = (struct pcapng_nrb_record *)ptr;
Note: See TracChangeset
for help on using the changeset viewer.