aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/commview.c
Commit message (Expand)AuthorAgeFilesLines
* commview: add support for newer NCFX file format.Guy Harris2021-05-111-52/+779
* Wiretap: Fix some compiler warnings.Gerald Combs2021-04-161-2/+4
* commview: use the data rate to determine the modulation.Guy Harris2021-03-101-0/+31
* wsutil: rename frequency-utils.[ch] to 802_11-utils.[ch].Guy Harris2021-03-041-1/+1
* wiretap: rename wtap_register_file_type_subtypes().Guy Harris2021-02-231-1/+1
* wiretap: have file handlers advertise blocks and options supported.Guy Harris2021-02-211-1/+8
* wiretap: more work on file type/subtypes.Guy Harris2021-02-171-3/+8
* wiretap: register most built-in file types from its module.Guy Harris2021-02-141-1/+18
* Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris2020-10-141-1/+1
* wiretap: don't use memset where possible.Dario Lombardo2020-04-141-3/+1
* Put the year field of the timestamp out in little-endian byte order.Guy Harris2019-09-041-2/+2
* Wiretap: Write commview files with valid headersJaap Keuter2019-09-041-2/+2
* HTTPS In Even More Places, update some links.Guy Harris2019-07-281-1/+1
* HTTPS (almost) everywhere.Guy Harris2019-07-261-1/+1
* Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris2019-04-051-5/+5
* Use the Wayback Machine for a page that currently isn't working.Guy Harris2018-11-121-0/+6
* Fix some source headers, reformat SPDX license lines in comment block.Jaap Keuter2018-02-181-1/+2
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-78/+78
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* wiretap: more SPDX license convertions.Dario Lombardo2018-01-201-15/+1
* Allow bigger snapshot lengths for D-Bus captures.Guy Harris2017-06-051-1/+1
* More checks for localtime() and gmtime() returning NULL.Guy Harris2016-10-221-7/+20
* Note some cases where we don't need to check the packet length.Guy Harris2016-04-301-0/+5
* Refactor 802.11 radio flags.Simon Barber2015-12-241-44/+34
* Call the dumper routine to finish write a file the "finish" routine.Guy Harris2015-11-091-1/+0
* Initialize the 11b presence flag to 0.Guy Harris2015-07-071-0/+1
* Stub out the US public safety band.Guy Harris2015-07-061-0/+9
* Clean up 802.11 radio information handling.Guy Harris2015-06-251-17/+118
* Provide PHY type and band information in the 802.11 pseudo-header.Guy Harris2015-06-221-0/+48
* Call the "802.11 radio information" dissector for radio headers.Guy Harris2015-06-201-1/+3
* Remove unnecessary includes from wiretap folderMartin Mathieson2015-01-031-4/+0
* Add "Editor modelines"; Adjust whitespace as needed.Bill Meier2015-01-021-0/+13
* Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris2014-12-181-1/+1
* Handle "I can't map this for that file format" better.Guy Harris2014-12-181-2/+2
* Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris2014-12-171-2/+2
* Expand the 802.11 pseudo-header and support new radio metadata.Guy Harris2014-10-291-7/+52
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-6/+6
* Whitespace cleanups.Guy Harris2014-10-071-1/+1
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-18/+36
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-1/+1
* Only one buffer.c, please.Guy Harris2014-07-151-1/+1
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-0/+7
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-13/+11
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-11/+13
* Revert "Refactor Wiretap"Guy Harris2014-05-091-45/+43
* Refactor WiretapMichael Mann2014-05-091-43/+45
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Don't write out packets that have a "captured length" bigger than we'reGuy Harris2014-01-221-0/+8
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-021-3/+2
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-1/+1