Thu, 04 Oct 2012 20:30:05 +0200
Correct out of date build configuration, porting to Solaris 11 network
link infrastructure and new libpcap logic. This additionally allows for
device drivers in subdirectories of /dev. Correct packaged nmap
personalities and signatures to work out of the box. Finally, hack
arpd logic to properly close sockets and quit on TERM by repeating
signaling in the run command script. Sadly, all this fails to correct
the run time behaviour of honeyd which fails to bind to the IP layer.
michael@377 | 1 | Index: etc/dictionary.opensips |
michael@377 | 2 | diff -Nau etc/dictionary.opensips.orig etc/dictionary.opensips |
michael@377 | 3 | --- etc/dictionary.opensips.orig 2011-01-15 08:08:46.712651102 +0100 |
michael@377 | 4 | +++ etc/dictionary.opensips 2011-01-15 08:07:55.702748921 +0100 |
michael@377 | 5 | @@ -14,6 +14,7 @@ |
michael@377 | 6 | |
michael@377 | 7 | |
michael@377 | 8 | #### Attributes ### |
michael@377 | 9 | +ATTRIBUTE Sip-Method 101 integer |
michael@377 | 10 | ATTRIBUTE Sip-Uri-User 208 string # Proprietary, auth_radius |
michael@377 | 11 | ATTRIBUTE Sip-Group 211 string # Proprietary, group_radius |
michael@377 | 12 | ATTRIBUTE Sip-Rpid 213 string # Proprietary, auth_radius |
michael@377 | 13 | @@ -23,6 +24,7 @@ |
michael@377 | 14 | |
michael@377 | 15 | ### Service-Type Values ### |
michael@377 | 16 | VALUE Service-Type Group-Check 12 # Proprietary, group_radius |
michael@377 | 17 | +VALUE Service-Type Sip-Session 15 |
michael@377 | 18 | VALUE Service-Type SIP-Caller-AVPs 30 # Proprietary, avp_radius |
michael@377 | 19 | VALUE Service-Type SIP-Callee-AVPs 31 # Proprietary, avp_radius |
michael@377 | 20 |