Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libnetdissect code must include 'netdissect.h', not 'interface.h' | Francois-Xavier Le Bail | 2015-09-11 | 1 | -1/+1 |
| | | | | | | | Moreover: Remove netdissect.h include in interface.h Move thiszone declaration in netdissect.h Update a comment | ||||
* | remove tcpdump's own CVS keywords | Denis Ovsienko | 2014-01-03 | 1 | -5/+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. | ||||
* | Patch from Pekka Savola <pekkas@netcore.fi> to get rid of "savestr()" | guy | 2001-01-20 | 1 | -0/+57 |
(which doesn't actually seem to be significantly more efficient than "strdup()", at least not to the extent that it makes any difference to "tcpdump"), modified to use the BSD "strdup()", rather than the old "savestr()", on platforms that lack "strdup()". |