From 0398644c81178edbaa7af0fc418430c26cd0875c Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Sun, 15 May 2011 09:54:18 +0300 Subject: [PATCH] swifty: Add SWIFT protocol number. --- src/swift_types.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/swift_types.h b/src/swift_types.h index 754f6e0..88541c0 100644 --- a/src/swift_types.h +++ b/src/swift_types.h @@ -18,6 +18,13 @@ extern "C" { #endif +/* + * 143 is a free IP protocol number (as shown in /etc/protocols + * and ). + */ + +#define IPPROTO_SWIFT 143 + /* * swift address * - IP address (Network Layer) -- 2.20.1