opa: Add dissectors for Intel’s Omni-Path Architecture (OPA)
[metze/wireshark/wip.git] / wiretap / iseries.c
2016-05-02 Guy HarrisRemove trailing blank.
2016-05-02 Guy HarrisAdd some more checks, clean up length handling.
2016-05-02 Guy HarrisDon't assume packets will be no larger than ISERIES_MAX...
2016-05-02 Guy HarrisMake sure the packet length isn't > WTAP_MAX_PACKET_SIZE.
2016-03-29 Guy HarrisAssorted cleanups.
2016-01-20 Guy HarrisNote that using file_gets() for UCS-2 files is a bit...
2016-01-20 Guy HarrisFix indentation.
2016-01-17 Martin Kaiser[iseries] fix iseries_check_file_type()
2016-01-17 Martin Kaiser[iseries] return WTAP_OPEN_ERROR if file_seek() fails
2015-11-30 Guy HarrisTreat invalid (negative or too-large) values in the...
2015-11-28 Michael MannSanity check iSeries packet length to prevent heap...
2015-01-03 Martin MathiesonRemove unnecessary includes from wiretap folder
2014-10-17 Guy HarrisDon't use ctype.h routines.
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-10-07 Guy HarrisNo need for WTAP_ERR_CANT_READ.
2014-10-07 Guy HarrisMake the code a bit more like the pre-API change code.
2014-10-07 Guy HarrisAdd some higher-level file-read APIs and use them.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-07-11 Guy HarrisAvoid sign-extending bytes before handing them to ...
2014-06-16 AndersBromanExplicitly declare/cast 'unsigned <variable>' as 'unsig...
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-12-12 Chris MaynardAppease Visual Studio Code Analysis by ensuring that...
2013-11-08 Bill Meier(Trivial) whitespace cleanup (mostly trailing whitespace).
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-06-17 Guy HarrisMerge "read record header" and "read packet data" routi...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-05-17 Guy HarrisHave iseries_parse_packet() fill in a struct wtap_pkthd...
2013-05-17 Guy HarrisIf iseries_seek_next_packet() hits the EOF, *err will...
2013-03-19 Anders BromanFrom beroset:
2012-12-27 Guy HarrisErrors take precedence over EOF; use file_error() after...
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-12-26 Guy HarrisOK, does *this* convince the compiler that the loop...
2012-12-26 Guy HarrisWiden an argument to match its (theoretical) widest...
2012-10-18 Guy HarrisHandle the fractions-of-a-second part of the time stamp...
2012-10-18 Guy HarrisRedo the processing of lines in iSeries text packet...
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-04-22 Bill MeierFix a buildbot compile warning.
2012-04-22 Bill MeierVarious minor cleanup:
2012-04-20 Guy HarrisFix more indentation.
2012-04-20 Guy HarrisUse consistent 2-space indentation, and don't use tabs.
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2012-02-06 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2012-02-06 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-06-07 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-05-29 Anders BromanRemove unused varable:
2011-05-29 Anders BromanFrom Martin Warnes:
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-11 Guy HarrisUse ws_open(), not open(), so we handle UTF-8 pathnames...
2011-04-07 Gerald CombsBe more picky about our sscanf integer field widths...
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
2011-02-16 Gerald CombsFix errors found by the Visual C++ analyzer.
2010-02-26 Guy HarrisMove the definitions of all the private data structures...
2010-02-24 Guy HarrisMove the definition of the private data structure from...
2009-10-18 Stig BjørlykkeFixed data type for asciibuf.
2009-03-09 Gerald CombsP64 fixes.
2008-10-16 Stig BjørlykkeFixed a datatype to avoid a warning.
2008-09-03 Guy Harrisg_ascii_strdown() and g_ascii_strup(), unlike g_strdown...
2008-05-29 Guy HarrisHave iseries_parse_hex_string() take a "const char...
2008-05-28 Jeff MorrissAlways set pkt_encap, not just when we have the start...
2008-05-08 Martin MathiesonFrom Anders: Checkapi enabled for wiretap and more...
2008-05-08 Anders Bromanstrncpy -> g_strlcpy
2008-02-09 Bill MeierFix (Sun) compiler warnings as reported by David Kirkby...
2008-01-24 Stig BjørlykkeFixed some more malloc -> g_malloc, free -> g_free...
2007-10-19 Stephen FisherFix bug #1926: buffer overflow when parsing iseries...
2007-09-27 Sake BlokFrom Martin Warnes:
2007-04-21 Guy HarrisMatch "%4x" with an unsigned value in sscanf.
2007-04-10 Jaap KeuterFix for bug 1526. Compare to uppercased strings.
2007-03-28 Stephen FisherRemove almost all of the casts I committed recently...
2007-03-23 Stephen FisherFix about 150 warnings new to gcc 4.0 in the error...
2007-03-07 Gerald CombsFix a couple of off-by-one overflows reported in bug...
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2006-10-04 Anders BromanFrom Martin Warnes:
2006-03-29 Jaap KeuterThe header will be there, just make sure the date is...
2006-03-27 Anders BromanFrom Martin Warnes:
2006-03-27 Gerald CombsFix a possible NULL dereference (bug 827 / CID 145...
2006-03-22 Anders BromanFrom Mertin Wrnes:
2006-03-17 Jaap KeuterFrom Martin Warnes:
2005-11-25 Anders BromanFrom Martin Warnes: