Module: sems Branch: master Commit: 180db0db85bab16b11e2445d2a2d24212c537b91 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=180db0db85bab16b11e2445d2a2d24212c537b91
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Sun Feb 5 22:47:14 2012 +0100 sip: make the header parser easier re-usable. - added free_headers() - parse_headers(sip_msg*,...) is now in sip_parse.[h,cpp]. --- core/AmSipHeaders.h | 61 +----------------------- core/sip/defs.h | 70 +++++++++++++++++++++++++++ core/sip/parse_common.cpp | 8 +++ core/sip/parse_common.h | 8 +++- core/sip/parse_header.cpp | 115 +++++++++++++++++---------------------------- core/sip/parse_header.h | 5 +- core/sip/sip_parser.cpp | 68 ++++++++++++++++++++++++++ core/sip/sip_parser.h | 1 + 8 files changed, 200 insertions(+), 136 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=180db0db85bab16b11e2445d2a2d24212c537b91 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
