|
@@ -129,6 +129,7 @@ SELECT_F(select_msg_len)
|
|
|
SELECT_F(select_msg_id)
|
|
|
SELECT_F(select_msg_id_hex)
|
|
|
SELECT_F(select_msg_body)
|
|
|
+SELECT_F(select_msg_body_sdp)
|
|
|
SELECT_F(select_msg_header)
|
|
|
SELECT_F(select_anyheader)
|
|
|
SELECT_F(select_anyheader_params)
|
|
@@ -316,6 +317,7 @@ static select_row_t select_core[] = {
|
|
|
{ select_anyheader_params, SEL_PARAM_STR, STR_STATIC_INIT("params"), select_any_params, CONSUME_NEXT_STR},
|
|
|
{ select_msg, SEL_PARAM_STR, STR_STATIC_INIT("body"), select_msg_body, 0},
|
|
|
{ select_msg, SEL_PARAM_STR, STR_STATIC_INIT("content"), select_msg_body, 0},
|
|
|
+ { select_msg_body, SEL_PARAM_STR, STR_STATIC_INIT("sdp"), select_msg_body_sdp, 0},
|
|
|
{ select_msg, SEL_PARAM_STR, STR_STATIC_INIT("request"), select_msg_request, 0},
|
|
|
{ select_msg, SEL_PARAM_STR, STR_STATIC_INIT("req"), select_msg_request, 0},
|
|
|
{ select_msg_request, SEL_PARAM_STR, STR_STATIC_INIT("method"), select_msg_request_method, 0},
|