aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2020-08-04wiretap: fix an internal routine's name.Guy Harris1-5/+5
2020-08-03wiretap: Adjust the pcapng systemd Journal length check.Gerald Combs2-4/+9
2020-07-29wiretap: have the file's time stamp resolution be a dump parameter.Guy Harris3-1/+33
2020-07-29wiretap: generate fake IDBs for more capture file types.Guy Harris37-6/+317
2020-07-29wiretap: add a routine to add a "fake" IDB.Guy Harris3-18/+106
2020-07-27iptrace: supply packet direction.Guy Harris1-2/+10
2020-07-27iptrace: generate IDBs.Guy Harris1-18/+195
2020-07-27iptrace: various cleanups.Guy Harris1-85/+136
2020-07-25ISDN, LAPD: clean up the way they connect to other dissectors.Guy Harris1-34/+1
2020-07-22ascend: update a comment.Guy Harris1-1/+8
2020-07-21nettl: user IDs are 32-bit in HP-UX.Guy Harris2-4/+5
2020-07-14Systemd journal: Fix timestamp conversions.Gerald Combs1-3/+6
2020-07-06Nettrace: Try to fix -Wpointer-sign warnings.Anders Broman1-9/+9
2020-07-05mplog: increase the max packet length to 4096Martin Kaiser1-1/+1
2020-07-02Packetlogger: check for more packet types in the libwiretap heuristics.Guy Harris1-1/+36
2020-06-21pcapng: add support for new Enhanced Packet Block optionsEelco Chaudron3-1/+225
2020-06-17ascend: add a couple of comments.Guy Harris1-3/+5
2020-06-02Squelch a Coverity warning.Guy Harris1-1/+3
2020-06-01editcap: fix time adjustment for ERFMinh Phan1-0/+20
2020-05-27ieee80211: Add datarate for 802.11AX packetsGlenden Lee1-0/+16
2020-05-09sll: add support for LINKTYPE_LINUX_SLL2.Guy Harris3-2/+9
2020-05-08Add an encapsulation table entry for WTAP_ENCAP_MP4.Guy Harris1-0/+3
2020-05-02wiretap: move the "fake an IDB for pcap files" code to libpcap.c.Guy Harris2-23/+41
2020-05-02ERF: split wiretap/erf.h into three files.Guy Harris6-347/+424
2020-05-02wiretap/erf: Get rid of no-longer-used routine.Guy Harris2-49/+0
2020-05-02wiretap: add a routine that adds a wtap_block_t for an IDB to a wtap.Guy Harris5-4/+15
2020-05-01wiretap: combine common code into a common routine.Guy Harris1-13/+14
2020-05-01mpeg: make sure the presence flags are set.Guy Harris1-1/+2
2020-05-01camins: make sure the presence flags are set.Guy Harris1-0/+1
2020-05-01Remove some single-SHB assumptions.Guy Harris2-8/+24
2020-04-30pcapng: have per-section interface tables rather than per-file.Guy Harris1-21/+34
2020-04-30pcapng: clean up handling of current vs. new section.Guy Harris1-56/+70
2020-04-30pcapng: free up the section table when closing the file.Guy Harris1-0/+1
2020-04-30Support reading mixed-byte-order pcapng files.Guy Harris1-75/+192
2020-04-30bison/flex: comment why we ignore deprecated directive warning.Anders Broman1-0/+4
2020-04-15nettrace_3gpp_32_423(wiretap): Fix Dead StoreAlexis La Goutte1-4/+1
2020-04-14wiretap: don't use memset where possible.Dario Lombardo9-44/+18
2020-04-12Add record length checks.Guy Harris1-2/+15
2020-04-12Fix a comment.Guy Harris1-1/+1
2020-04-12Fix previous change.Guy Harris1-12/+1
2020-04-12Fix the heuristic for checking whether it's a CAM Inspector file.Guy Harris1-8/+15
2020-04-12lanalyzer: Make sure a LANalyzer file has exactly one summary record.Guy Harris1-6/+46
2020-03-21Handle nanosecond-resolution pcap files.Guy Harris1-0/+4
2020-02-28nettrace_3gpp_32_423: Improve parsing.Anders Broman1-32/+33
2020-02-23Some more issues spotted by PVS-Studio in bug 16335.Martin Mathieson1-1/+1
2020-02-16More issues spotted by PVS-Studio in bug 16335.Martin Mathieson1-1/+0
2020-01-21Put various epoch time deltas into wsutil/epochs.h.Guy Harris1-4/+6
2020-01-16netscaler: fix nstrace_ensure_buflen call.Dario Lombardo1-1/+1
2020-01-14wiretap: Fix mp4.c compilation.Gerald Combs1-0/+2
2020-01-14wiretap: Add MP4 readerJakub Adam5-0/+87