aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2021-02-20BER: get rid of WTAP_FILE_TYPE_SUBTYPE_BER.Guy Harris5-11/+60
2021-02-19wiretap: eliminate two WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris4-19/+46
2021-02-18wiretap: register BUSMASTER log and candump file formats.Guy Harris2-2/+44
2021-02-17wiretap: fix return value of wtap_register_file_type_subtypes().Guy Harris1-13/+15
2021-02-17wiretap: update the count of builtin types early.Guy Harris1-2/+5
2021-02-17netscaler: fix a comment.Guy Harris1-1/+1
2021-02-17wiretap: more work on file type/subtypes.Guy Harris58-383/+951
2021-02-14wiretap: remove duplicate declaration of wtap_block_get_type().Guy Harris1-7/+0
2021-02-14wiretap: register most built-in file types from its module.Guy Harris70-764/+1439
2021-02-13iseries: report Unicode files as Unicode rather than ASCII.Guy Harris2-2/+2
2021-02-13wiretap: remove spaces from file format names.Guy Harris1-1/+1
2021-02-13wiretap: file types have a name and a description.Guy Harris2-36/+45
2021-02-10Remove the existing "custom block" mechanism:Guy Harris3-99/+78
2021-02-09wiretap: add an API to get the type of a block.Guy Harris2-8/+22
2021-02-09wiretap: clean up WTAP_BLOCK_ names.Guy Harris8-37/+43
2021-02-07btsnoop: fix writing of btsnoop files.Guy Harris3-147/+105
2021-02-06wiretap: add a mechanism for built-in modules to have a register routine.Guy Harris4-75/+151
2021-02-06pcapng: write out the FCS length IDB option.Guy Harris1-2/+5
2021-02-06pcapng: fix build without plugins.Guy Harris1-2/+0
2021-02-06Avoid exposing HAVE_PLUGINS in the public APIJoão Valverde3-10/+35
2021-02-04wiretap: use a hash table for option types.Guy Harris1-56/+56
2021-02-05pcapng: expand the plugin option handlers to support writing options.Guy Harris2-27/+64
2021-02-04pcapng: have common code to handle otherwise-unhandled options.Guy Harris2-54/+58
2021-02-04pcapng: pull common processing code into subroutines.Guy Harris1-299/+166
2021-02-02pcapng: Fix copy-and-pasteo.Guy Harris1-1/+1
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