summaryrefslogtreecommitdiff
path: root/udp.h
Commit message (Expand)AuthorAgeFilesLines
* from Carles Kishimoto <carles.kishimoto@gmail.com>: add support for the SFLOW...hannes2007-08-081-1/+2
* From Carles Kishimoto <carles.kishimoto@gmail.com>:hannes2007-07-241-1/+3
* add basic skeleton for printing olsr packets as per rfc3626hannes2007-03-271-1/+2
* from Carles Kishimoto <Carles.Kishimoto@bsc.es>:hannes2006-03-031-1/+2
* use the offical LMP port number as per rfc4204hannes2006-02-091-2/+2
* added ESP-in-UDP printer from RFC3948.mcr2005-04-061-1/+2
* add basic support for the SIP protocolhannes2004-07-271-1/+3
* add support for the Link Management Protocol (LMP) as perhannes2004-04-191-1/+2
* - move UDP port numbers to udp.hhannes2003-10-271-1/+39
* The "__attribute__((packed))" tag on structures causes some files not toguy2002-12-111-2/+2
* put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and soitojun2002-11-091-2/+2
* always use u_intXX_t for protocol format declaration. char/short/int may notitojun2000-10-031-5/+5
* Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff neededguy2000-09-231-0/+46