diff --git a/ssfpc.pas b/ssfpc.pas index 072d7c7..aa275e7 100644 --- a/ssfpc.pas +++ b/ssfpc.pas @@ -1,9 +1,9 @@ {==============================================================================| -| Project : Ararat Synapse | 001.001.000 | +| Project : Ararat Synapse | 001.001.001 | |==============================================================================| | Content: Socket Independent Platform Layer - FreePascal definition include | |==============================================================================| -| Copyright (c)2006-2009, Lukas Gebauer | +| Copyright (c)2006-2010, Lukas Gebauer | | All rights reserved. | | | | Redistribution and use in source and binary forms, with or without | @@ -33,7 +33,7 @@ | DAMAGE. | |==============================================================================| | The Initial Developer of the Original Code is Lukas Gebauer (Czech Republic).| -| Portions created by Lukas Gebauer are Copyright (c)2006-2009. | +| Portions created by Lukas Gebauer are Copyright (c)2006-2010. | | All Rights Reserved. | |==============================================================================| | Contributor(s): | @@ -113,6 +113,7 @@ const IPPROTO_UDP = 17; { User Datagram Protocol } IPPROTO_IPV6 = 41; IPPROTO_ICMPV6 = 58; + IPPROTO_RM = 113; IPPROTO_RAW = 255; IPPROTO_MAX = 256; diff --git a/sslinux.pas b/sslinux.pas index c337281..2a23146 100644 --- a/sslinux.pas +++ b/sslinux.pas @@ -1,9 +1,9 @@ {==============================================================================| -| Project : Ararat Synapse | 002.000.008 | +| Project : Ararat Synapse | 002.000.009 | |==============================================================================| | Content: Socket Independent Platform Layer - Linux definition include | |==============================================================================| -| Copyright (c)1999-2003, Lukas Gebauer | +| Copyright (c)1999-2010, Lukas Gebauer | | All rights reserved. | | | | Redistribution and use in source and binary forms, with or without | @@ -33,7 +33,7 @@ | DAMAGE. | |==============================================================================| | The Initial Developer of the Original Code is Lukas Gebauer (Czech Republic).| -| Portions created by Lukas Gebauer are Copyright (c)2003. | +| Portions created by Lukas Gebauer are Copyright (c)2003-2010. | | All Rights Reserved. | |==============================================================================| | Contributor(s): | @@ -129,6 +129,7 @@ const IPPROTO_UDP = 17; { User Datagram Protocol } IPPROTO_IPV6 = 41; IPPROTO_ICMPV6 = 58; + IPPROTO_RM = 113; IPPROTO_RAW = 255; IPPROTO_MAX = 256; diff --git a/sswin32.pas b/sswin32.pas index 9661ef4..b9607d0 100644 --- a/sswin32.pas +++ b/sswin32.pas @@ -1,9 +1,9 @@ {==============================================================================| -| Project : Ararat Synapse | 002.002.000 | +| Project : Ararat Synapse | 002.002.001 | |==============================================================================| | Content: Socket Independent Platform Layer - Win32 definition include | |==============================================================================| -| Copyright (c)1999-2008, Lukas Gebauer | +| Copyright (c)1999-2010, Lukas Gebauer | | All rights reserved. | | | | Redistribution and use in source and binary forms, with or without | @@ -33,7 +33,7 @@ | DAMAGE. | |==============================================================================| | The Initial Developer of the Original Code is Lukas Gebauer (Czech Republic).| -| Portions created by Lukas Gebauer are Copyright (c)2003. | +| Portions created by Lukas Gebauer are Copyright (c)2003-2010. | | All Rights Reserved. | |==============================================================================| | Contributor(s): | @@ -311,6 +311,7 @@ const IPPROTO_UDP = 17; { User Datagram Protocol } IPPROTO_IPV6 = 41; IPPROTO_ICMPV6 = 58; + IPPROTO_RM = 113; IPPROTO_RAW = 255; IPPROTO_MAX = 256;