1. 25 Dec, 2014 1 commit
    • Mikio Hara's avatar
      icmp: make Marshal of MessageBody, ParseMessage work correctly on parameter problem message · 7ed368b9
      Mikio Hara authored
      The wire format of parameter problem message is slightly different
      between ICMPv4 and ICMPv6. We need to distinguish each message's
      protocol family for avoiding dropping wrong wire format stuff on the
      wire.
      
      This is an API breaking change.
      
      type MessageBody interface, Marshal() ([]byte, error)
      
      is replaced with
      
      type MessageBody interface, Marshal(int) ([]byte, error)
      
      Fixes #9394.
      
      Change-Id: Id692c76f85a2714dd011342e648b31395ca668bf
      7ed368b9
  2. 24 Dec, 2014 1 commit
  3. 23 Dec, 2014 1 commit
  4. 10 Dec, 2014 1 commit
  5. 09 Dec, 2014 1 commit
  6. 07 Dec, 2014 2 commits
  7. 05 Dec, 2014 1 commit
  8. 04 Dec, 2014 3 commits
  9. 03 Dec, 2014 6 commits
  10. 02 Dec, 2014 2 commits
  11. 29 Nov, 2014 3 commits
  12. 26 Nov, 2014 2 commits
  13. 22 Nov, 2014 3 commits
  14. 19 Nov, 2014 1 commit
  15. 18 Nov, 2014 4 commits
  16. 17 Nov, 2014 3 commits
  17. 16 Nov, 2014 3 commits
  18. 15 Nov, 2014 2 commits