summaryrefslogtreecommitdiff
path: root/print-rrcp.c
Commit message (Expand)AuthorAgeFilesLines
* u_intN_t is dead, long live uintN_t.Guy Harris2014-04-231-2/+2
* Netdissectify the to-name resolution routines.Guy Harris2014-04-041-3/+3
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-1/+2
* RRCP: don't include unneeded headersDenis Ovsienko2014-03-121-3/+0
* RRCP: remove extra returnDenis Ovsienko2014-02-101-2/+0
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-5/+0
* remove two needless macrosDenis Ovsienko2013-11-261-4/+0
* 0x%02d is silly - 0x means "hex", so it should be 0x%02x.Guy Harris2012-06-081-2/+2
* Fix endianness of some parameters.Andrew Nording2011-04-281-2/+2
* Use tok2strbuf() rather than doing it by hand (with potentially-unsafeGuy Harris2009-10-111-18/+16
* Add __attribute__((format)) to the declarations of the ndo_printf,Guy Harris2009-05-241-53/+61
* Use u_intXX_t instead of uintXX_t, because the fomer ones are the ones thatgianluca2008-04-111-20/+20
* From Andrew Silent: Realtek Remote Control Protocol support (seeguy2008-02-061-0/+137