summaryrefslogtreecommitdiff
path: root/udp.h
Commit message (Expand)AuthorAgeFilesLines
* update reference for UDP port 3799Denis Ovsienko2015-07-241-1/+1
* Clean up the port definitions.Guy Harris2015-07-141-58/+257
* refine use of nameser.hDenis Ovsienko2015-07-131-0/+2
* add/update some references in commentsDenis Ovsienko2015-03-051-6/+6
* Add support for Generic Network Virtualization Encapsulation (Geneve).Jesse Gross2014-11-051-0/+1
* Added support for RADIUS Change of Authorization messagesHerwin Weststrate2014-10-101-0/+1
* merge bootp.h into print-bootp.cDenis Ovsienko2014-08-131-0/+2
* More getting rid of old u_intN_t.Guy Harris2014-04-231-4/+4
* remove tcpdump's own CVS keywordsDenis Ovsienko2014-01-031-1/+0
* AHCP: add version 1 decoderDenis Ovsienko2013-11-131-0/+1
* Merge pull request #310 from ffatghub/masterDenis Ovsienko2013-05-101-0/+1
|\
| * IANA (www.iana.org/assignments/service-names-port-numbers/fra2013-05-091-0/+1
* | use macros for VAT and WB port numbersDenis Ovsienko2013-04-141-0/+2
|/
* - Add support for OTV (draft-hasmit-otv-04).Francesco Fondelli2013-02-261-1/+1
* Add support for VXLAN (draft-mahalingam-dutt-dcops-vxlan-03)Francesco Fondelli2013-02-251-0/+1
* For Babel, recognise both UDP/6696 and UDP/6697.Juliusz Chroboczek2011-08-271-1/+2
* Add printer for the Babel routing protocol (RFC 6126).Juliusz Chroboczek2011-04-271-0/+1
* 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