aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/README.developer
AgeCommit message (Collapse)AuthorFilesLines
2018-08-31Add a systemd Journal Export Format parser and dissector.Gerald Combs1-9/+9
Add a file parser and dissector that can handle the output of `journalctl -o export`. From here we can add a systemd journal extcap and possibly support for the JSON and binary formats. Change-Id: I01576959b2c347ce7ac9aa57cdb5c119c81d61e9 Reviewed-on: https://code.wireshark.org/review/29311 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-04-18Remove autotools build system.Dario Lombardo1-2/+1
It has been replaced by cmake. Change-Id: I83a5eddb8645dbbf6bca9f026066d2e995d8e87a Reviewed-on: https://code.wireshark.org/review/26969 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-06-30Remove Makefile.common filesJoão Valverde1-1/+1
Now that nmake build system has been removed they are not needed anymore. Change-Id: I88075f955bb4349185859c1af4be22e53de5850f Reviewed-on: https://code.wireshark.org/review/16050 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^\$Id\$/,+1 d') (No space or star before $Id$) Change-Id: I0801bd7cf234d32487008a8b6dcee64875b07688 Reviewed-on: https://code.wireshark.org/review/876 Reviewed-by: Evan Huus <eapache@gmail.com>
2010-10-20From Hadriel Kaplan: Update wiretap/README.developerBill Meier1-1/+7
svn path=/trunk/; revision=34578
2007-10-09minor updatesUlf Lamping1-2/+2
svn path=/trunk/; revision=23105
2007-10-03update to changes in the source filesUlf Lamping1-11/+12
svn path=/trunk/; revision=23062
2006-11-07Update to describe all that the read routine needs to return, and toGuy Harris1-7/+10
indicate what the seek_read routine needs to do and that you *have* to have a seek_read routine. svn path=/trunk/; revision=19860
2006-03-30From Martin Mathieson:Anders Broman1-2/+1
wiretap/README.developer - the referenced default seek_read function doesn't exist now wiretap/wtap.c - a "hole" in encap_table was causing the wrong encap value for later types to be looked up (by name) mergecap.c - fix a couple of program name copy+paste errors from editcap.c svn path=/trunk/; revision=17765
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2003-09-24From packet steve: update to give the correct name for "file_access.c",Guy Harris1-6/+21
and add a discussion of how data_offset works. svn path=/trunk/; revision=8535
2003-04-02Add a new README.developer file for wiretap; it's currently just someGuy Harris1-0/+68
stuff I sent out in a mail message to somebody asking how to add support for a new file format, but hopefully it'll get improved by various contributors over time (hint hint). svn path=/trunk/; revision=7397