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
/
daintree-sna.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Update comments: From wtap_pkthdr to wtap_rec.
Jim Young
2020-12-17
1
-1
/
+1
*
wiretap: generate fake IDBs for more capture file types.
Guy Harris
2020-07-29
1
-0
/
+8
*
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
*
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
-17
/
+17
*
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
*
Just use strncmp() to check the prefix of the file's first line.
Guy Harris
2016-12-14
1
-5
/
+3
*
Don't assume we've read a line long enough to contain a magic number.
Guy Harris
2016-12-14
1
-1
/
+2
*
Have daintree_sna_read_packet() do all the packet reading work.
Guy Harris
2016-04-30
1
-60
/
+32
*
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
*
Don't use ctype.h routines.
Guy Harris
2014-10-17
1
-7
/
+6
*
Use an enum for the open-routine return value, as per Evan Huus's suggestion.
Guy Harris
2014-10-09
1
-13
/
+10
*
Make the time stamp resolution per-packet.
Guy Harris
2014-09-28
1
-1
/
+1
*
Rename buffer_ routines to ws_buffer_ to avoid name collisions.
Guy Harris
2014-08-02
1
-2
/
+2
*
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
/
+1
*
Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."
Guy Harris
2014-05-23
1
-16
/
+16
*
Allow wtap_read() and wtap_seek_read() to return non-packet records.
Guy Harris
2014-05-23
1
-16
/
+16
*
Revert "Refactor Wiretap"
Guy Harris
2014-05-09
1
-27
/
+24
*
Refactor Wiretap
Michael Mann
2014-05-09
1
-24
/
+27
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
No seek-read routines use the length argument, so eliminate it from
Guy Harris
2014-01-02
1
-3
/
+2
*
(Trivial) whitespace cleanup (mostly trailing whitespace).
Bill Meier
2013-11-08
1
-8
/
+8
*
The "file types" we have are actually combinations of types and
Guy Harris
2013-11-08
1
-1
/
+1
*
Merge "read record header" and "read packet data" routines into a single
Guy Harris
2013-06-17
1
-9
/
+3
*
Have the seek-read routines take a Buffer rather than a guint8 pointer
Guy Harris
2013-06-16
1
-15
/
+14
*
Move the header-processing code into a common daintree_sna_scan_header()
Guy Harris
2013-05-17
1
-63
/
+80
*
Do not call wtap_file_read_unknown_bytes() or
Guy Harris
2012-12-27
1
-3
/
+13
*
Add wtap_pseudo_header union to wtap_pkthdr structure.
Jakub Zawadzki
2012-10-16
1
-3
/
+3
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
file_seek() used to be a wrapper around fseek() or gzseek(), both of
Guy Harris
2012-05-04
1
-4
/
+1
*
Global variables considered harmful (and unnecessary).
Guy Harris
2012-04-22
1
-13
/
+10
*
Add a presence flag field to the packet information structure filled in
Guy Harris
2012-02-25
1
-0
/
+2
*
Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports any
Guy Harris
2011-12-13
1
-7
/
+7
*
Use guint8 rather than guchar for raw octets and pointers to arrays of
Guy Harris
2011-09-01
1
-5
/
+5
*
Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discovered
Guy Harris
2011-04-21
1
-6
/
+6
*
Be more picky about our sscanf integer field widths. Hopefully this will
Gerald Combs
2011-04-07
1
-1
/
+1
*
Fix issue which causes daintree-sna frames to be rejected with "capture lengt...
Bill Meier
2010-08-24
1
-0
/
+2
*
From Hamish Moffatt:
Anders Broman
2010-08-24
1
-0
/
+1
*
Define WTAP_ENCAP_IEEE802_15_4_NOFCS, for use in file formats that don't
Guy Harris
2010-07-30
1
-9
/
+15
*
Revise #31172 slightly to clarify #define dependencies
Bill Meier
2009-12-04
1
-4
/
+6
*
From: babi
Bill Meier
2009-12-04
1
-2
/
+6
[next]