Deleted Added
full compact
ipproto.c (214478) ipproto.c (235530)
1/*
2 * Redistribution and use in source and binary forms, with or without
3 * modification, are permitted provided that: (1) source code
4 * distributions retain the above copyright notice and this paragraph
5 * in its entirety, and (2) distributions including binary code include
6 * the above copyright notice and this paragraph in its entirety in
7 * the documentation or other materials provided with the distribution.
8 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND

--- 41 unchanged lines hidden (view full) ---

50 { IPPROTO_EIGRP, "EIGRP" },
51 { IPPROTO_OSPF, "OSPF" },
52 { IPPROTO_PIM, "PIM" },
53 { IPPROTO_IPCOMP, "Compressed IP" },
54 { IPPROTO_VRRP, "VRRP" },
55 { IPPROTO_PGM, "PGM" },
56 { IPPROTO_SCTP, "SCTP" },
57 { IPPROTO_MOBILITY, "Mobility" },
1/*
2 * Redistribution and use in source and binary forms, with or without
3 * modification, are permitted provided that: (1) source code
4 * distributions retain the above copyright notice and this paragraph
5 * in its entirety, and (2) distributions including binary code include
6 * the above copyright notice and this paragraph in its entirety in
7 * the documentation or other materials provided with the distribution.
8 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND

--- 41 unchanged lines hidden (view full) ---

50 { IPPROTO_EIGRP, "EIGRP" },
51 { IPPROTO_OSPF, "OSPF" },
52 { IPPROTO_PIM, "PIM" },
53 { IPPROTO_IPCOMP, "Compressed IP" },
54 { IPPROTO_VRRP, "VRRP" },
55 { IPPROTO_PGM, "PGM" },
56 { IPPROTO_SCTP, "SCTP" },
57 { IPPROTO_MOBILITY, "Mobility" },
58 { IPPROTO_CARP, "CARP" },
58 { 0, NULL }
59};
60
59 { 0, NULL }
60};
61