aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2021-02-01wiretap: redo the way we handle if_filter IDB options.Guy Harris6-212/+325
2021-02-01ieee80211: Add support for S1G including PV1.Richard Sharpe1-0/+1
2021-01-30wiretap: fix indentation.Guy Harris1-1/+1
2021-01-30wiretap: add wtap_block_set_nth_string_option_value_format().Guy Harris2-0/+31
2021-01-30wiretap: clean up comments.Guy Harris1-5/+4
2021-01-30Refer to options whose data isn't a simple data type as "structured".Guy Harris5-40/+40
2021-01-27Add an encap_table entry for WTAP_ENCAP_ETW.Guy Harris1-0/+3
2021-01-27Rename WTAP_ENCAP_ETL to WTAP_ENCAP_ETW.Guy Harris2-3/+4
2021-01-27wiretap: Fixup the sdjournal block length in pcapng.Gerald Combs1-4/+8
2021-01-19Make various max packet sizes unsigned, and clean up from that.Guy Harris7-13/+13
2021-01-08Add iso8601_to_nstime() for editcap and nettraceDavid Perry1-120/+1
2021-01-04Initial refactor of nettrace reader (#17009)David Perry1-946/+692
2020-12-27Cleanup debug output and fix indentationMichael Tuexen1-8/+10
2020-12-27wiretap/k12text.l: replace g_malloc with g_newMoshe Kaplan1-1/+1
2020-12-23Replace more g_malloc with g_newMoshe Kaplan1-1/+1
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan32-52/+52
2020-12-17Update comments: From wtap_pkthdr to wtap_rec.Jim Young6-7/+7
2020-12-13DCT2000: Allow any PDU to be dissected.Jose Rubio1-1/+1
2020-12-10Linux: rename metadata according to specPeter Eszlari1-1/+1
2020-12-09wiretap/erf: Use memmove instead of memcpyMoshe Kaplan1-1/+1
2020-12-04Add a documentation comment for wtap_dump_add_idb().Guy Harris1-0/+11
2020-12-02MBIM: Update dissector to support DLT_ETWOdysseus Yang2-0/+4
2020-11-30wiretap: Convert ascend.y to Lemon.Gerald Combs6-1032/+1029
2020-11-07wiretap: Update pcapng systemd timestamp handling.Gerald Combs1-23/+17
2020-11-02Nettrace: correct conversion from ISO 8601 to time stampAndre Luyer1-84/+52
2020-10-27Add a new record type REC_TYPE_SYSTEMD_JOURNAL.Guy Harris3-19/+23
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