summaryrefslogtreecommitdiff
path: root/signature.h
Commit message (Collapse)AuthorAgeFilesLines
* zero change: update Hannes Gredler's emailHannes Gredler2017-07-281-1/+1
|
* Have signature_verify() do the copying and clearing.Guy Harris2015-12-271-1/+2
| | | | | | | Just pass it a pointer to a routine to do the clearing and a pointer to the data that needs to be cleared; signature_verify() will relocate all pointers to stuff that needs to be cleared to point into the copy, clear the signature itself, and call the routine to clear anything else.
* Don't overwrite packet data when checking the signature.Guy Harris2015-12-271-1/+2
| | | | Instead, make a copy, and overwrite that.
* NDOize some generic codeDenis Ovsienko2014-04-031-1/+4
|
* 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.
* whitespace changesMichael Richardson2014-01-011-1/+1
|
* signature.h/c: mark several structs as constKovarththanan Rajaratnam2010-02-201-1/+1
|
* add infrastructure for verifiying the HMAC-MD5 digest in routing protocols.hannes2008-08-161-0/+26
The shared secret is passed using the already existing -M option which is used for TCP-MD5 checking. add initial supoort for RSVP Integrity object verification.