aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2021-03-16Move even more headers outside extern "C".Guy Harris1-3/+2
2021-03-16pcapng: add some comments warning not to cheat.Guy Harris1-5/+95
2021-03-15Remove unnecessary includes of wiretap/pcap-encap.h.Guy Harris3-3/+0
2021-03-15Remove unnecessary inclues of wiretap/pcapng.h.Guy Harris6-6/+0
2021-03-14libwiretap: make wtap_wtap_encap_to_pcap_encap() private to the library.Guy Harris3-11/+19
2021-03-13pcapng: make sure the packet encapsulation matches the interface encapsulation.Guy Harris1-0/+11
2021-03-13doc: Clean up lists of file types.Guy Harris1-1/+1
2021-03-11observer: rename source and update name.Guy Harris4-26/+35
2021-03-11libwiretap: don't have a central table of file type/subtype name mappings.Guy Harris3-24/+55
2021-03-11pcapng: small cleanups in pcap_open().Guy Harris1-10/+9
2021-03-11Observer is now a product of Viavi.Guy Harris1-1/+1
2021-03-11pcapng: clean up pcapng_block_read().Guy Harris1-97/+124
2021-03-11pcapng: ignore if_filter options with an unknown type.Guy Harris1-6/+5
2021-03-10pcapng: get rid of the local pcapng_t in pcapng_open().Guy Harris1-6/+16
2021-03-10commview: use the data rate to determine the modulation.Guy Harris1-0/+31
2021-03-10several: make the phy reflect the packet modulation.Guy Harris3-0/+71
2021-03-08radiotap, wlancap, wiretap: make the "phy" reflect the packet modulation.Guy Harris2-15/+7
2021-03-05niobserver: some work.Guy Harris2-85/+144
2021-03-04snoop: expand a comment.Guy Harris1-6/+22
2021-03-04peektagged: guess the PHY for 11b/11g/11a.Guy Harris1-0/+54
2021-03-04wsutil: rename frequency-utils.[ch] to 802_11-utils.[ch].Guy Harris2-2/+2
2021-03-03netxray: update a comment.Guy Harris1-2/+20
2021-03-03Fix warnings with GCC and -O3João Valverde1-0/+2
2021-03-02Miscellaneous EditorConfig fixesGerald Combs1-3/+0
2021-03-01CMake: Use CheckAPI's abort/termoutput with dissectors onlyJoão Valverde1-2/+0
2021-02-24wiretap: make WTAP_FILE_TYPE_SUBTYPE_UNKNOWN -1 rather than an index.Guy Harris2-45/+6
2021-02-24wiretap: add a block type for systemd journal entries.Guy Harris3-4/+14
2021-02-24wiretap: add some additional bounds checks for file type/subtype values.Guy Harris1-83/+96
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris63-93/+102
2021-02-23wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values.Guy Harris14-401/+717
2021-02-22wiretap: fix use of wrong index as array subscript.Guy Harris1-11/+14
2021-02-22wiretap: fix dependency in CMakeLists.txt.Guy Harris1-1/+1
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris66-204/+1090
2021-02-21Some more spelling fixes.Martin Mathieson1-1/+1
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