aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcapng.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-06Improve wiretap block capabilities.Michael Mann1-806/+9
2016-03-01Prevent use-after-free issues with pcapng.c/wtap_opttypes.cMichael Mann1-0/+5
2016-02-26Ensure we have a name resolution block when parsing its block type.Michael Mann1-1/+6
2016-02-25An SHB with a magic of 0x1A2B3C4D isn't necessarily little-endian.Guy Harris1-2/+2
2016-02-25For SHBs, always use the byte order from the byte-order magic.Guy Harris1-19/+36
2016-02-25Fix allocation of option bocks in pcapng_read().Guy Harris1-2/+3
2016-02-23Making wiretap option blocks more generic.Michael Mann1-342/+323
2016-01-16Improve Error messages when failing to load pcapng filesMichael Mann1-20/+23
2015-11-27pcapng: Fix ISO C forbids conversion [-Wpedantic]João Valverde1-10/+17
2015-11-17Misc minor issues caught by cppcheckEvan Huus1-1/+0
2015-11-10Initial Sysdig syscall (event) support.Gerald Combs1-5/+113
2015-11-09Call the dumper routine to finish write a file the "finish" routine.Guy Harris1-4/+4
2015-11-07Renames to avoid collisons with read() and write() routines.Guy Harris1-10/+10
2015-11-04Don't include libwireshark headers from libwiretap.Guy Harris1-1/+0
2015-10-05Allow use of variadic macrosPeter Wu1-167/+161
2015-08-29pcapng: handle NRB with optionsHadriel Kaplan1-2/+6
2015-08-29pcapng: do not byte-swap NRB IPv4 addressHadriel Kaplan1-2/+2
2015-08-29pcapng: make SPB cap_len the same as packet_len if IDB snaplen is 0Hadriel Kaplan1-2/+3
2015-08-28Block sizes are unsigned 32-bit quantities; don't stuff them into an int.Guy Harris1-1/+1
2015-08-25Point to GitHub for the pcapng specification.Guy Harris1-3/+1
2015-08-20pcapng: Fixed copying if_filter_bpf_bytesStig Bjørlykke1-1/+1
2015-08-17Pcapng: set interface description's tsprecision when reading fileHadriel Kaplan1-0/+1
2015-08-07Avoid (unlikely) NRB record size overflows.Guy Harris1-9/+42
2015-08-06Fix pcapng.c:3788: warning: implicit conversion shortens 64-bit value into a ...AndersBroman1-1/+1
2015-08-06Pcapng: support Name Resolution Block optionsHadriel Kaplan1-118/+173
2015-07-18Cleanup pcapng.c fileHadriel Kaplan1-97/+168
2015-06-11Replace tabs in files with editor modeline "expandtab"Bill Meier1-1/+1
2015-05-09Make option_content a guint8 *.Guy Harris1-39/+49
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-3/+5
2015-01-26Pcapng: Don't fetch past the end of a GArray.Gerald Combs1-3/+3
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-2/+0
2014-12-31pcapng (wiretap): fix Copy-paste error (CID 1158591 & 1158592)Alexis La Goutte1-2/+2
2014-12-18Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris1-2/+2
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-1/+1
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-2/+2
2014-12-09Nothing to free there.Guy Harris1-1/+0
2014-12-09Don't try to look in a non-existent hash table.Guy Harris1-3/+3
2014-12-01Squelch another compiler warning.Guy Harris1-1/+1
2014-12-01Squelch a compiler warning.Guy Harris1-2/+4
2014-12-01Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris1-44/+162
2014-10-19PCAPNG (wiretap): Fix Dead Store (Dead assignement/Dead increment) warning fo...Alexis La Goutte1-5/+0
2014-10-16Fix a debugging printout.Guy Harris1-2/+2
2014-10-16Get rid of some set-but-no-longer-used variables.Guy Harris1-6/+0
2014-10-16Make sure *err and *err_info are set when returning PCAPNG_BLOCK_NOT_SHB.Guy Harris1-5/+7
2014-10-16Get rid of another unused variable.Guy Harris1-2/+0
2014-10-15Don't allocate the interfaces array until we've read the SHB.Guy Harris1-5/+4
2014-10-15Clean up the read routines.Guy Harris1-191/+201
2014-10-14We can't check the length of an SHB until we determine the byte order.Guy Harris1-16/+16
2014-10-14Don't assume pcap_read_block() returns the number of bytes read.Guy Harris1-9/+2
2014-10-14Don't log warnings if no block-type handlers are registered.Guy Harris1-6/+6