summaryrefslogtreecommitdiff
path: root/INSTALL.txt
Commit message (Collapse)AuthorAgeFilesLines
* Extract NTP printingHerwin Weststrate2020-04-211-0/+2
| | | | This method is required to dissect some RADIUS attributes
* Remove the no more used gmt2local() functionFrancois-Xavier Le Bail2018-08-071-2/+0
|
* Update the list of files in INSTALL.txt.Denis Ovsienko2018-07-281-3/+2
| | | | [skip ci]
* Stick with one version of pcap_dump_ftell.c.Denis Ovsienko2018-07-281-2/+0
| | | | | | | | | | | | | | | It looks like CMake after commit 3e9e2b6 started to use the newly added missing/pcap_dump_ftell.c to make pcap_dump_ftell() available in tcpdump if libpcap does not have it. However, autotools continued to use the previously existing ./pcap_dump_ftell.c for the same purpose. Remove the previously existing file and amend autotools files to cover pcap_dump_ftell() the same way as the other functions in the missing/ directory files. Amend missing/pcap_dump_ftell.c not to use pcap_dump_file(), as it may be unavailable. This has been tested to work with libpcap 0.6.1.
* No need to replace vfprintf().Guy Harris2018-01-211-1/+0
| | | | | | 1988 called; it wants its pre-standard version of C back. As the comment in vfprintf.c said, "Stock 4.3 doesn't have vfprintf."; it's been a while since 4.3BSD was the latest shiniest BSD-flavored OS.
* Rename configure.in to configure.ac.Guy Harris2017-11-301-1/+1
| | | | This matches what was done with libpcap; it's what autoconf prefers.
* list CONTRIBUTING in INSTALL.txtDenis Ovsienko2017-03-061-0/+1
|
* Move the printer summaries from INSTALL.txt to each printerFrancois-Xavier Le Bail2016-08-141-94/+1
| | | | | | | | with the tag '\summary:' for greping. Remark: Currently some printers have no summary line. Moreover: Summarize all printers with a single line in INSTALL.txt
* Update to reflect some recent changes.Guy Harris2016-08-091-1/+2
| | | | It probably needs more updates for new protocols.
* Fix display of timestamps with -ttt and -ttttt optionsFrancois-Xavier Le Bail2015-07-021-0/+1
| | | | | | | | - Fix display of some nanoseconds timestamps For example, bad print 00:-16:-2.000851566 is now 00:00:00.037851566 - Fix display of timestamp of a packet when it is lower than previous one For example, bad print 00:00:-1.000999790 is now -00:00:00.000000210
* Do case-insensitive comparisons assuming ASCII strings.Guy Harris2015-06-111-1/+2
| | | | | | | | Do the case-insensitive comparisons in a locale-independent fashion that only maps ASCII letters, in the standard English-language fashion; that way, we don't get bitten by, for example, Turkish having separate "i with dot" and "i without dot" letters, with lower-case "i with dot" being mapped to upper-case "I with dot" rather than being mapped to "I".
* merge atmuni31.h into print-atm.cDenis Ovsienko2015-04-141-1/+0
|
* merge bootp.h into print-bootp.cDenis Ovsienko2014-08-131-1/+0
|
* merge decnet.h into print-decnet.cDenis Ovsienko2014-04-021-1/+0
|
* NDOize BGP decoderDenis Ovsienko2014-03-261-1/+0
|
* remove unused print-netbios.cDenis Ovsienko2014-03-041-1/+0
| | | | The file had no purpose as the draft code in it wasn't compiled.
* dismiss decode_prefix.hDenis Ovsienko2014-02-261-1/+0
| | | | | The only purpose of that header file was to provide two declarations that now fit interface.h same well.
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-2/+0
| | | | | | Remove lots of $Header's and a few $Id's that all belong to the former CVS repository of tcpdump itself. These keywords have been frozen since the migration to git in late 2008.
* refresh INSTALL.txtDenis Ovsienko2014-01-011-36/+1
| | | | | Don't refer to the source code of GCC, which comes packaged in most cases today. Delist .h files that don't exist.
* From Bert Vermeulen: add a USB printer, and fix the error messageGuy Harris2009-04-041-0/+1
| | | | | | | printed when trying to print packets for a DLT_ for which we don't have a printer to indicate that you can still save to a capture file in that case. (Slightly changed not to require DLT_USB_LINUX_MMAPPED to be defined, for older libpcaps that only define DLT_USB_LINUX.)
* From Andrew Silent: Realtek Remote Control Protocol support (seeguy2008-02-061-1/+2
| | | | OpenRRCP.org.ru for details).
* Rename INSTALL to INSTALL.txt, as was done for libpcap; this means that,guy2007-10-051-0/+253
if you have a case-insensitive file system, "make install" doesn't get confused.