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
/
iseries.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iseries: rework the read routine.
Dario Lombardo
2016-09-15
1
-37
/
+21
*
Remove trailing blank.
Guy Harris
2016-05-02
1
-1
/
+1
*
Add some more checks, clean up length handling.
Guy Harris
2016-05-02
1
-6
/
+49
*
Don't assume packets will be no larger than ISERIES_MAX_PACKET_LEN.
Guy Harris
2016-05-02
1
-8
/
+6
*
Make sure the packet length isn't > WTAP_MAX_PACKET_SIZE.
Guy Harris
2016-05-02
1
-0
/
+18
*
Assorted cleanups.
Guy Harris
2016-03-29
1
-17
/
+29
*
Note that using file_gets() for UCS-2 files is a bit of a hack.
Guy Harris
2016-01-20
1
-0
/
+4
*
Fix indentation.
Guy Harris
2016-01-20
1
-31
/
+31
*
[iseries] fix iseries_check_file_type()
Martin Kaiser
2016-01-17
1
-6
/
+15
*
[iseries] return WTAP_OPEN_ERROR if file_seek() fails
Martin Kaiser
2016-01-17
1
-1
/
+1
*
Treat invalid (negative or too-large) values in the packet header as errors.
Guy Harris
2015-11-30
1
-1
/
+61
*
Sanity check iSeries packet length to prevent heap-based buffer overflow.
Michael Mann
2015-11-28
1
-1
/
+1
*
Remove unnecessary includes from wiretap folder
Martin Mathieson
2015-01-03
1
-2
/
+0
*
Don't use ctype.h routines.
Guy Harris
2014-10-17
1
-3
/
+2
*
Use an enum for the open-routine return value, as per Evan Huus's suggestion.
Guy Harris
2014-10-09
1
-14
/
+14
*
No need for WTAP_ERR_CANT_READ.
Guy Harris
2014-10-07
1
-1
/
+0
*
Make the code a bit more like the pre-API change code.
Guy Harris
2014-10-07
1
-6
/
+3
*
Add some higher-level file-read APIs and use them.
Guy Harris
2014-10-07
1
-7
/
+7
*
Make the time stamp resolution per-packet.
Guy Harris
2014-09-28
1
-2
/
+2
*
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
*
Explicitly declare/cast 'unsigned <variable>' as 'unsigned int <variable>'
AndersBroman
2014-06-16
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
-14
/
+14
*
Allow wtap_read() and wtap_seek_read() to return non-packet records.
Guy Harris
2014-05-23
1
-14
/
+14
*
Revert "Refactor Wiretap"
Guy Harris
2014-05-09
1
-48
/
+46
*
Refactor Wiretap
Michael Mann
2014-05-09
1
-46
/
+48
*
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
*
Appease Visual Studio Code Analysis by ensuring that the string in csec[] is ...
Chris Maynard
2013-12-12
1
-0
/
+1
*
(Trivial) whitespace cleanup (mostly trailing whitespace).
Bill Meier
2013-11-08
1
-2
/
+2
*
The "file types" we have are actually combinations of types and
Guy Harris
2013-11-08
1
-2
/
+2
*
Merge "read record header" and "read packet data" routines into a single
Guy Harris
2013-06-17
1
-20
/
+7
*
Have the seek-read routines take a Buffer rather than a guint8 pointer
Guy Harris
2013-06-16
1
-20
/
+10
*
Have iseries_parse_packet() fill in a struct wtap_pkthdr; that means it
Guy Harris
2013-05-17
1
-55
/
+41
*
If iseries_seek_next_packet() hits the EOF, *err will be set to 0; just
Guy Harris
2013-05-17
1
-13
/
+5
*
From beroset:
Anders Broman
2013-03-19
1
-1
/
+1
*
Errors take precedence over EOF; use file_error() after operations that
Guy Harris
2012-12-27
1
-60
/
+50
*
Do not call wtap_file_read_unknown_bytes() or
Guy Harris
2012-12-27
1
-37
/
+34
*
OK, does *this* convince the compiler that the loop isn't ever going to
Guy Harris
2012-12-26
1
-5
/
+1
*
Widen an argument to match its (theoretical) widest possible width. See
Guy Harris
2012-12-26
1
-5
/
+6
*
Handle the fractions-of-a-second part of the time stamp correctly.
Guy Harris
2012-10-18
1
-17
/
+39
*
Redo the processing of lines in iSeries text packet dumps.
Guy Harris
2012-10-18
1
-311
/
+208
*
Add wtap_pseudo_header union to wtap_pkthdr structure.
Jakub Zawadzki
2012-10-16
1
-3
/
+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
*
file_seek() used to be a wrapper around fseek() or gzseek(), both of
Guy Harris
2012-05-04
1
-3
/
+0
*
Fix a buildbot compile warning.
Bill Meier
2012-04-22
1
-1
/
+1
*
Various minor cleanup:
Bill Meier
2012-04-22
1
-200
/
+222
[next]