aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2020-10-22Use wtap_uses_interface_ids() to check if IDBs are necessary.Guy Harris1-1/+1
2020-10-22editcap, tshark: process IDBs in the middle of input files.Guy Harris5-27/+113
2020-10-21Add a routine to make a newly-allocated copy of a block.Guy Harris4-8/+19
2020-10-21Add a routine to get the next as-yet-unfetched interface description.Guy Harris4-0/+41
2020-10-20Add an API to determine whether a file type uses interface IDs.Guy Harris3-1/+26
2020-10-19Include <stdint.h> in YACC/Bison parsers if necessary.Guy Harris1-0/+14
2020-10-19CMake: Configure our .y files for different Bison/YACC flavors.Gerald Combs1-5/+5
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris49-157/+194
2020-10-11Fix many spelling errorsРоман Донченко22-48/+48
2020-10-03Update URLs pointing to the bug database.Guy Harris4-5/+6
2020-10-03Nettrace: Fix fix to calculation of changetimeGuy Harris1-1/+1
2020-10-03Nettrace: Fix calculation of changetimeAnders Broman1-11/+17
2020-10-02Clean up URLs.Guy Harris1-1/+1
2020-09-07Yet more spelling fixes.Martin Mathieson1-1/+1
2020-09-05Tools: Clean up checkAPI and add ui/qt.Gerald Combs1-1/+0
2020-08-24wiretap: add Z-Wave Serial API frame type and pcap link-layer headerMikhail Gusarov3-0/+7
2020-08-10Bluetooth: simple HCI ISO Data packet dissectorJakub Pawlowski1-0/+1
2020-08-09wiretap: have wtap_dump_flush(), and its callers, check for errors.Guy Harris2-5/+12
2020-08-07netmon: handle non-monitor-mode 802.11 packets differently.Guy Harris2-2/+9
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