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
/
snoop.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use an enum for the open-routine return value, as per Evan Huus's suggestion.
Guy Harris
2014-10-09
1
-12
/
+12
*
No need for WTAP_ERR_CANT_READ.
Guy Harris
2014-10-07
1
-6
/
+0
*
Add some higher-level file-read APIs and use them.
Guy Harris
2014-10-07
1
-61
/
+12
*
Make the time stamp resolution per-packet.
Guy Harris
2014-09-28
1
-1
/
+1
*
The Shomiti document is available on the Wayback Machine.
Guy Harris
2014-09-20
1
-7
/
+4
*
Rename buffer_ routines to ws_buffer_ to avoid name collisions.
Guy Harris
2014-08-02
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
-10
/
+10
*
Allow wtap_read() and wtap_seek_read() to return non-packet records.
Guy Harris
2014-05-23
1
-10
/
+10
*
Revert "Refactor Wiretap"
Guy Harris
2014-05-09
1
-47
/
+44
*
Refactor Wiretap
Michael Mann
2014-05-09
1
-44
/
+47
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Make some routines take a struct wtap_pkthdr * as an argument.
Guy Harris
2014-02-06
1
-2
/
+1
*
Don't write out packets that have a "captured length" bigger than we're
Guy Harris
2014-01-22
1
-0
/
+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
-1
/
+1
*
The "file types" we have are actually combinations of types and
Guy Harris
2013-11-08
1
-4
/
+4
*
Try to fix error: uninitialized const 'zeroes' is invalid in C++ [-Werror=c++...
Pascal Quantin
2013-07-29
1
-1
/
+1
*
Make a never-changed pile-o-zeroes const.
Guy Harris
2013-07-29
1
-1
/
+1
*
Merge "read record header" and "read packet data" routines into a single
Guy Harris
2013-06-17
1
-52
/
+41
*
Have the seek-read routines take a Buffer rather than a guint8 pointer
Guy Harris
2013-06-16
1
-26
/
+6
*
Pull the code for setting the struct wtap_pkthdr into a
Guy Harris
2013-06-06
1
-122
/
+112
*
Do not call wtap_file_read_unknown_bytes() or
Guy Harris
2012-12-27
1
-11
/
+6
*
Add wtap_pseudo_header union to wtap_pkthdr structure.
Jakub Zawadzki
2012-10-16
1
-10
/
+11
*
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
*
file_seek() used to be a wrapper around fseek() or gzseek(), both of
Guy Harris
2012-05-04
1
-9
/
+4
*
Add a presence flag field to the packet information structure filled in
Guy Harris
2012-02-25
1
-0
/
+1
*
The encapsulation following WTAP_ENCAP_ARCNET is
Guy Harris
2011-12-22
1
-1
/
+1
*
Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports any
Guy Harris
2011-12-13
1
-7
/
+7
*
Update some comments to reflect current reality (as in "a lot of stuff
Guy Harris
2011-12-03
1
-16
/
+25
*
from Petr Sumbera:
Jaap Keuter
2011-12-02
1
-0
/
+1
*
Use guint8 rather than guchar for raw octets and pointers to arrays of
Guy Harris
2011-09-01
1
-6
/
+6
*
From Kevin Kayes via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6026
Alexis La Goutte
2011-06-16
1
-1
/
+2
*
Check our original record length. Fixes a crash bug found by Huzaifa
Gerald Combs
2011-05-11
1
-0
/
+10
*
Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discovered
Guy Harris
2011-04-21
1
-16
/
+17
*
"This file format can't be written to a pipe" and "this file format
Guy Harris
2011-04-12
1
-1
/
+1
*
From Jakub Zawadzki:
Guy Harris
2011-04-06
1
-8
/
+8
*
Don't use fwrite directly when writing a dump file; call it through
Guy Harris
2010-06-06
1
-44
/
+6
*
From Petr Sumbera via bug 4284:
Stig Bjørlykke
2009-12-03
1
-0
/
+24
*
We pass the file handle to snoop_read_shomiti_wireless_pseudoheader();
Guy Harris
2009-09-17
1
-1
/
+1
*
We need an err_info argument to snoop_read_shomiti_wireless_pseudoheader,
Guy Harris
2009-09-17
1
-5
/
+7
*
Do *NOT* skip the rest of the header by reading into a fixed-size buffer
Guy Harris
2009-09-17
1
-12
/
+21
*
From Clay Jones via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3865 :
Jeff Morriss
2009-09-17
1
-9
/
+31
*
No newlines in the additional-error-information string, please.
Guy Harris
2009-06-02
1
-2
/
+2
*
Clean up some 64-bit issues.
Guy Harris
2009-04-22
1
-9
/
+9
*
From Clay Jones: Shomiti wireless packet support.
Guy Harris
2007-01-18
1
-0
/
+74
*
change all file offsets from long to gint64 so we can - theoretically - handl...
Ulf Lamping
2006-11-05
1
-4
/
+4
*
bugfix to #649: first convert to microseconds, then eventually swap byte orde...
Ulf Lamping
2005-12-31
1
-1
/
+1
[next]