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
/
catapult_dct2000.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow bigger snapshot lengths for D-Bus captures.
Guy Harris
2017-06-05
1
-2
/
+2
*
Add a comment.
Guy Harris
2016-09-09
1
-0
/
+3
*
catapult: use ws_strtou/i functions.
Dario Lombardo
2016-09-09
1
-4
/
+14
*
Check for packets bigger than WTAP_MAX_PACKET_SIZE.
Guy Harris
2016-04-30
1
-46
/
+70
*
Fix various off-by-one in buffer sizes
Peter Wu
2016-02-20
1
-1
/
+1
*
catapult: fix sscanf buffer overflow
Evan Huus
2015-11-16
1
-1
/
+1
*
DCT2000 wiretap: Try to address CID 1158844 and 1158845
Martin Mathieson
2015-11-08
1
-2
/
+2
*
catapult_dct2000: code restyle
Dario Lombardo
2015-10-09
1
-17
/
+7
*
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
-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
-1
/
+1
*
Don't use ctype.h routines.
Guy Harris
2014-10-17
1
-14
/
+13
*
Use an enum for the open-routine return value, as per Evan Huus's suggestion.
Guy Harris
2014-10-09
1
-9
/
+9
*
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
*
Avoid sign-extending bytes before handing them to <ctype.h> macros.
Guy Harris
2014-07-11
1
-1
/
+1
*
catapult,irda: Fix ASAN crashes due to buffer underrun
Peter Wu
2014-07-03
1
-2
/
+2
*
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
-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
-51
/
+48
*
Revert "Try to fix the build boot by changing the signature of catapult_dct20...
Guy Harris
2014-05-09
1
-2
/
+1
*
Try to fix the build boot by changing the signature of
AndersBroman
2014-05-09
1
-1
/
+2
*
Refactor Wiretap
Michael Mann
2014-05-09
1
-48
/
+51
*
Fix potential invalid-reads in catapult files
Evan Huus
2014-04-28
1
-4
/
+4
*
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
/
+3
*
Make it clearer that we're using the packet length read from the packet
Guy Harris
2013-12-31
1
-1
/
+2
*
Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.
Jakub Zawadzki
2013-11-09
1
-2
/
+2
*
(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
*
Make a never-changed table const.
Guy Harris
2013-07-29
1
-1
/
+1
*
Don't cast away constness.
Guy Harris
2013-07-23
1
-1
/
+1
*
Fix some pointer-signedness (well, signedness of what the pointer points
Guy Harris
2013-06-21
1
-1
/
+1
*
Have the seek-read routines take a Buffer rather than a guint8 pointer
Guy Harris
2013-06-16
1
-20
/
+21
*
wth->priv is always set in the open routine; no need to check that it's
Guy Harris
2013-05-16
1
-15
/
+0
*
Pull all the post-processing for a parsed line into a common routine,
Guy Harris
2013-05-16
1
-122
/
+88
*
From beroset:
Anders Broman
2013-03-03
1
-4
/
+4
*
Add support for reading/writing 'sprint' lines from test scripts.
Martin Mathieson
2013-02-15
1
-13
/
+30
*
Always check the return value of read_new_line().
Guy Harris
2012-12-28
1
-20
/
+28
*
Squelch implicit 64-bit-to-32-bit conversion warnings.
Guy Harris
2012-12-21
1
-2
/
+2
*
Add wtap_pseudo_header union to wtap_pkthdr structure.
Jakub Zawadzki
2012-10-16
1
-5
/
+5
*
Some improvements after looking at profile of large reordercap run.
Martin Mathieson
2012-09-24
1
-18
/
+89
*
Shouldn't set the time in seek_read() after all. At least the pcap
Martin Mathieson
2012-09-20
1
-8
/
+0
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
Fix a couple of dumping issues seen while working on 'reorder'.
Martin Mathieson
2012-09-19
1
-4
/
+21
*
Avoid some calls to strlen() by remembering return value from
Martin Mathieson
2012-08-21
1
-10
/
+11
[next]