aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/commview.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-6/+6
2021-08-29wiretap: always allocate a block for a record.Guy Harris1-0/+2
2021-05-11commview: add support for newer NCFX file format.Guy Harris1-52/+779
2021-04-16Wiretap: Fix some compiler warnings.Gerald Combs1-2/+4
2021-03-10commview: use the data rate to determine the modulation.Guy Harris1-0/+31
2021-03-04wsutil: rename frequency-utils.[ch] to 802_11-utils.[ch].Guy Harris1-1/+1
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris1-1/+1
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-1/+8
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-3/+8
2021-02-14wiretap: register most built-in file types from its module.Guy Harris1-1/+18
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-1/+1
2020-04-14wiretap: don't use memset where possible.Dario Lombardo1-3/+1
2019-09-04Put the year field of the timestamp out in little-endian byte order.Guy Harris1-2/+2
2019-09-04Wiretap: Write commview files with valid headersJaap Keuter1-2/+2
2019-07-28HTTPS In Even More Places, update some links.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-5/+5
2018-11-12Use the Wayback Machine for a page that currently isn't working.Guy Harris1-0/+6
2018-02-18Fix some source headers, reformat SPDX license lines in comment block.Jaap Keuter1-1/+2
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-78/+78
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-20wiretap: more SPDX license convertions.Dario Lombardo1-15/+1
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-1/+1
2016-10-22More checks for localtime() and gmtime() returning NULL.Guy Harris1-7/+20
2016-04-30Note some cases where we don't need to check the packet length.Guy Harris1-0/+5
2015-12-24Refactor 802.11 radio flags.Simon Barber1-44/+34
2015-11-09Call the dumper routine to finish write a file the "finish" routine.Guy Harris1-1/+0
2015-07-07Initialize the 11b presence flag to 0.Guy Harris1-0/+1
2015-07-06Stub out the US public safety band.Guy Harris1-0/+9
2015-06-25Clean up 802.11 radio information handling.Guy Harris1-17/+118
2015-06-22Provide PHY type and band information in the 802.11 pseudo-header.Guy Harris1-0/+48
2015-06-20Call the "802.11 radio information" dissector for radio headers.Guy Harris1-1/+3
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-4/+0
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-0/+13
2014-12-18Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris1-1/+1
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-2/+2
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-2/+2
2014-10-29Expand the 802.11 pseudo-header and support new radio metadata.Guy Harris1-7/+52
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-6/+6
2014-10-07Whitespace cleanups.Guy Harris1-1/+1
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-18/+36
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-1/+1
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+7
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-13/+11
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-11/+13
2014-05-09Revert "Refactor Wiretap"Guy Harris1-45/+43
2014-05-09Refactor WiretapMichael Mann1-43/+45
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-22Don't write out packets that have a "captured length" bigger than we'reGuy Harris1-0/+8