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
/
lanalyzer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have wtap_read() fill in a wtap_rec and Buffer.
Guy Harris
2019-04-05
1
-6
/
+6
*
Catch attempts to write multiple encapsulation types if unsupported.
Guy Harris
2018-11-14
1
-0
/
+9
*
Get rid of TestBigEndian and AC_C_BIGENDIAN.
Gerald Combs
2018-03-13
1
-1
/
+1
*
Generalize wtap_pkthdr into a structure for packet and non-packet records.
Guy Harris
2018-02-09
1
-22
/
+22
*
replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
Dario Lombardo
2018-02-08
1
-1
/
+1
*
wiretap: use SPDX identifiers (partial work).
Dario Lombardo
2018-01-20
1
-13
/
+1
*
Allow bigger snapshot lengths for D-Bus captures.
Guy Harris
2017-06-05
1
-1
/
+1
*
Replace some seeks forward with wtap_read_bytes() with a null buffer pointer.
Guy Harris
2016-09-29
1
-1
/
+2
*
Redo the block options APIs.
Guy Harris
2016-07-14
1
-1
/
+1
*
Add data structures necessary to support multiple Section Header blocks.
Michael Mann
2016-06-01
1
-1
/
+1
*
Add wtap_optionblock_set_option_string_format
Michael Mann
2016-05-22
1
-4
/
+7
*
Note some cases where we don't need to check the packet length.
Guy Harris
2016-04-30
1
-0
/
+5
*
Making wiretap option blocks more generic.
Michael Mann
2016-02-23
1
-1
/
+2
*
Call the dumper routine to finish write a file the "finish" routine.
Guy Harris
2015-11-09
1
-5
/
+5
*
Clean up timestamp handling.
Guy Harris
2015-02-28
1
-75
/
+59
*
Replace tabs by spaces when editor modelines has "expandtab"
Bill Meier
2015-02-13
1
-32
/
+32
*
Remove unnecessary includes from wiretap folder
Martin Mathieson
2015-01-03
1
-1
/
+0
*
Add "Editor modelines"; Adjust whitespace as needed.
Bill Meier
2015-01-02
1
-268
/
+281
*
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
-1
/
+1
*
Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.
Guy Harris
2014-12-17
1
-1
/
+1
*
Use WTAP_ERR_UNSUPPORTED for input file stuff we can't handle.
Guy Harris
2014-12-17
1
-1
/
+1
*
Use an enum for the open-routine return value, as per Evan Huus's suggestion.
Guy Harris
2014-10-09
1
-16
/
+16
*
No need for WTAP_ERR_CANT_READ.
Guy Harris
2014-10-07
1
-5
/
+0
*
Make the code a bit more like the pre-new-APIs code.
Guy Harris
2014-10-07
1
-16
/
+6
*
Add some higher-level file-read APIs and use them.
Guy Harris
2014-10-07
1
-49
/
+37
*
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
-1
/
+8
*
Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."
Guy Harris
2014-05-23
1
-11
/
+9
*
Allow wtap_read() and wtap_seek_read() to return non-packet records.
Guy Harris
2014-05-23
1
-9
/
+11
*
Revert "Refactor Wiretap"
Guy Harris
2014-05-09
1
-75
/
+71
*
Refactor Wiretap
Michael Mann
2014-05-09
1
-71
/
+75
*
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
-1
/
+7
*
No seek-read routines use the length argument, so eliminate it from
Guy Harris
2014-01-02
1
-4
/
+2
*
wiretap: start using <wsutil/pint.h>
Jakub Zawadzki
2013-12-03
1
-14
/
+14
*
Expand macros: htoles(), htolel(), htolell()
Jakub Zawadzki
2013-11-29
1
-26
/
+26
*
(Trivial) whitespace cleanup (mostly trailing whitespace).
Bill Meier
2013-11-08
1
-1
/
+1
*
The "file types" we have are actually combinations of types and
Guy Harris
2013-11-08
1
-1
/
+1
*
Fix error when build with clang 3.0
Alexis La Goutte
2013-08-10
1
-1
/
+1
*
Merge "read record header" and "read packet data" routines into a single
Guy Harris
2013-06-17
1
-21
/
+15
*
Have the seek-read routines take a Buffer rather than a guint8 pointer
Guy Harris
2013-06-16
1
-28
/
+6
*
Put the code to read trace record headers into a common routine used by
Guy Harris
2013-05-18
1
-55
/
+65
*
Wiretap file open routines should not free wth->priv on error, since that
Evan Huus
2013-03-25
1
-10
/
+0
*
From beroset:
Anders Broman
2013-03-17
1
-5
/
+11
*
Do not call wtap_file_read_unknown_bytes() or
Guy Harris
2012-12-27
1
-22
/
+23
*
Add wtap_pseudo_header union to wtap_pkthdr structure.
Jakub Zawadzki
2012-10-16
1
-4
/
+4
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
[next]