Fixed bug #20259: struct udp_hdr was lacking the packin defines.

This commit is contained in:
goldsimon
2007-06-26 07:32:17 +00:00
parent 1b5d3466ba
commit 2270f0d172
2 changed files with 11 additions and 0 deletions

View File

@@ -238,6 +238,9 @@ HISTORY
++ Bug fixes:
2007-06-26 Simon Goldschmidt
* udp.h: Fixed bug #20259: struct udp_hdr was lacking the packin defines.
2007-06-25 Simon Goldschmidt
* udp.c: Fixed bug #20253: icmp_dest_unreach was called with a wrong p->payload
for udp packets with no matching pcb.