index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wiretap
/
commview.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
commview: add support for newer NCFX file format.
Guy Harris
2021-05-11
1
-52
/
+779
*
Wiretap: Fix some compiler warnings.
Gerald Combs
2021-04-16
1
-2
/
+4
*
commview: use the data rate to determine the modulation.
Guy Harris
2021-03-10
1
-0
/
+31
*
wsutil: rename frequency-utils.[ch] to 802_11-utils.[ch].
Guy Harris
2021-03-04
1
-1
/
+1
*
wiretap: rename wtap_register_file_type_subtypes().
Guy Harris
2021-02-23
1
-1
/
+1
*
wiretap: have file handlers advertise blocks and options supported.
Guy Harris
2021-02-21
1
-1
/
+8
*
wiretap: more work on file type/subtypes.
Guy Harris
2021-02-17
1
-3
/
+8
*
wiretap: register most built-in file types from its module.
Guy Harris
2021-02-14
1
-1
/
+18
*
Have WTAP_ERR_INTERNAL include an err_info string giving details.
Guy Harris
2020-10-14
1
-1
/
+1
*
wiretap: don't use memset where possible.
Dario Lombardo
2020-04-14
1
-3
/
+1
*
Put the year field of the timestamp out in little-endian byte order.
Guy Harris
2019-09-04
1
-2
/
+2
*
Wiretap: Write commview files with valid headers
Jaap Keuter
2019-09-04
1
-2
/
+2
*
HTTPS In Even More Places, update some links.
Guy Harris
2019-07-28
1
-1
/
+1
*
HTTPS (almost) everywhere.
Guy Harris
2019-07-26
1
-1
/
+1
*
Have wtap_read() fill in a wtap_rec and Buffer.
Guy Harris
2019-04-05
1
-5
/
+5
*
Use the Wayback Machine for a page that currently isn't working.
Guy Harris
2018-11-12
1
-0
/
+6
*
Fix some source headers, reformat SPDX license lines in comment block.
Jaap Keuter
2018-02-18
1
-1
/
+2
*
Generalize wtap_pkthdr into a structure for packet and non-packet records.
Guy Harris
2018-02-09
1
-78
/
+78
*
replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
Dario Lombardo
2018-02-08
1
-1
/
+1
*
wiretap: more SPDX license convertions.
Dario Lombardo
2018-01-20
1
-15
/
+1
*
Allow bigger snapshot lengths for D-Bus captures.
Guy Harris
2017-06-05
1
-1
/
+1
*
More checks for localtime() and gmtime() returning NULL.
Guy Harris
2016-10-22
1
-7
/
+20
*
Note some cases where we don't need to check the packet length.
Guy Harris
2016-04-30
1
-0
/
+5
*
Refactor 802.11 radio flags.
Simon Barber
2015-12-24
1
-44
/
+34
*
Call the dumper routine to finish write a file the "finish" routine.
Guy Harris
2015-11-09
1
-1
/
+0
*
Initialize the 11b presence flag to 0.
Guy Harris
2015-07-07
1
-0
/
+1
*
Stub out the US public safety band.
Guy Harris
2015-07-06
1
-0
/
+9
*
Clean up 802.11 radio information handling.
Guy Harris
2015-06-25
1
-17
/
+118
*
Provide PHY type and band information in the 802.11 pseudo-header.
Guy Harris
2015-06-22
1
-0
/
+48
*
Call the "802.11 radio information" dissector for radio headers.
Guy Harris
2015-06-20
1
-1
/
+3
*
Remove unnecessary includes from wiretap folder
Martin Mathieson
2015-01-03
1
-4
/
+0
*
Add "Editor modelines"; Adjust whitespace as needed.
Bill Meier
2015-01-02
1
-0
/
+13
*
Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.
Guy Harris
2014-12-18
1
-1
/
+1
*
Handle "I can't map this for that file format" better.
Guy Harris
2014-12-18
1
-2
/
+2
*
Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.
Guy Harris
2014-12-17
1
-2
/
+2
*
Expand the 802.11 pseudo-header and support new radio metadata.
Guy Harris
2014-10-29
1
-7
/
+52
*
Use an enum for the open-routine return value, as per Evan Huus's suggestion.
Guy Harris
2014-10-09
1
-6
/
+6
*
Whitespace cleanups.
Guy Harris
2014-10-07
1
-1
/
+1
*
Add some higher-level file-read APIs and use them.
Guy Harris
2014-10-07
1
-18
/
+36
*
Make the time stamp resolution per-packet.
Guy Harris
2014-09-28
1
-1
/
+1
*
Only one buffer.c, please.
Guy Harris
2014-07-15
1
-1
/
+1
*
Allow wtap_read() and wtap_seek_read() to return records other than packets.
Guy Harris
2014-05-24
1
-0
/
+7
*
Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."
Guy Harris
2014-05-23
1
-13
/
+11
*
Allow wtap_read() and wtap_seek_read() to return non-packet records.
Guy Harris
2014-05-23
1
-11
/
+13
*
Revert "Refactor Wiretap"
Guy Harris
2014-05-09
1
-45
/
+43
*
Refactor Wiretap
Michael Mann
2014-05-09
1
-43
/
+45
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Don't write out packets that have a "captured length" bigger than we're
Guy Harris
2014-01-22
1
-0
/
+8
*
No seek-read routines use the length argument, so eliminate it from
Guy Harris
2014-01-02
1
-3
/
+2
*
The "file types" we have are actually combinations of types and
Guy Harris
2013-11-08
1
-1
/
+1
[next]