Module: sip-router Branch: master Commit: 59403946f973194607ef7ea8411f14f3a8be9714 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=59403946...
Author: Iñaki Baz Castillo ibc@aliax.net Committer: Iñaki Baz Castillo ibc@aliax.net Date: Thu Apr 28 16:42:26 2011 +0200
- new module 'ipops' for operations with IPv4 and IPv6.
---
modules/ipops/Makefile | 14 + modules/ipops/README | 279 ++ modules/ipops/compile_ip_parser.rl.sh | 21 + modules/ipops/doc/Makefile | 4 + modules/ipops/doc/ipops.xml | 34 + modules/ipops/doc/ipops_admin.xml | 451 +++ modules/ipops/ip_parser.c | 5953 +++++++++++++++++++++++++++++++++ modules/ipops/ip_parser.h | 19 + modules/ipops/ip_parser.rl | 67 + modules/ipops/ipops_mod.c | 437 +++ 10 files changed, 7279 insertions(+), 0 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=5940...