erf: use ws_strtoi function.
[metze/wireshark/wip.git] / wiretap / logcat.c
2016-04-30 Guy HarrisNote some cases where we don't need to check the packet...
2016-01-17 João ValverdeFix build [-Werror=maybe-uninitialized]
2015-11-09 Guy HarrisCall the dumper routine to finish write a file the...
2015-01-03 Martin MathiesonRemove unnecessary includes from wiretap folder
2014-12-18 Guy HarrisRename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRIT...
2014-12-18 Guy HarrisHandle "I can't map this for that file format" better.
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRI...
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABL...
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-10-07 Guy HarrisMake the code a bit more like the pre-new-APIs code.
2014-10-07 Guy HarrisWhitespace cleanups.
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-09-26 Michal LabedzkiReduce compilator warnings
2014-09-22 Michal LabedzkiTry to fix some buildbot warnings
2014-08-06 Michał OryniczAdd support for android logcat text files
2014-08-03 Evan HuusInitialize a variable to squelch a false-positive warni...
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-07-23 Evan HuusAdd cast to satisfy win7 buildbot
2014-07-23 Michal LabedzkiLogcat: Add support for conversion from Exported PDU
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-07-15 Alexis La GoutteFix Dead Store (Dead assignement/Dead increment) warnin...
2014-07-11 Graham BloiceFix the x64 builds after the commit:b3b1f7c3aa2233a1472...
2014-07-11 Gerald CombsAdd strlen casts.
2014-07-11 Peter Wulogcat: improve (crash) robustness, improve names
2014-06-30 Michal LabedzkiLogcat: Remove commented code
2014-06-22 Guy HarrisReplace C++-style comments with "#if 0"/"#endif".
2014-06-22 Michal LabedzkiLogcat: Fix dump formats
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-04-25 Guy HarrisPut the common code for reading Logcat packets into...
2014-03-19 Alexis La GoutteMake checkAPIs happy
2014-03-19 Alexis La GoutteTry to fix Buildbot (Mac OS X and Windows) about conversion
2014-03-19 Michal LabedzkiWiretap: Add support for Android Logcat