Appearance
Appearance
Session Initiation Protocol (SIP) 是一种用于会话的应用层控制(信令)协议。
这些会话包括 Internet 电话呼叫、多媒体分发和多媒体会议。SIP 可以创建、修改和终止包含一个或多个参与者的会话。
SIP 协议是 VOIPProtocolFamily 的成员。
XXX - 添加一段 SIP 历史的简要描述
SIP 通常使用 UDP(默认端口 5060)、TCP(默认端口 5060)或 TLS(默认 TCP 端口 5061)作为其传输方式。SIP signalling 也可以被压缩并通过 Sigcomp 交付
SIP 通常用于建立媒体会话,例如承载音频或视频数据的 RTP/RTCP 流,其中会话详情通常使用 SDP offers/answers 协商
PINTs 和 SPIRITS - Service interworking
Number resolution - TRIP 和 ENUM(IETF Charter for ENUM)
Seamless signaling - SIGTRAN 和 SIP-T
IMPP - Instant Messaging and Presence
SIMPLE - SIP for Instant Messaging and Presence Leveraging Extensions IETF Charter for SIMPLE
SIP dissector 功能完整。也可以查看 SIP message statistics(Statistics | SIP...)或查看 SIP call flow graphs(Statistics | VoIP Calls)
SampleCaptures/aaa.pcap 示例 SIP 和 RTP 流量。
完整的 SIP 显示过滤器字段列表可在显示过滤器参考中找到。
仅显示基于 SIP 的流量:
sip捕获时无法直接过滤 SIP 协议。不过,如果知道使用的 UDP 或 TCP 或端口(见上文),可以按该端口进行过滤。
IETF Charters:
SIPSession Initiation Protocol (sip)
SIPPINGSession Initiation Proposal Investigation (sipping)
SIPMore info on Session Initiation Protocol(SIP)
RFC:
RFC3261SIP: Session Initiation Protocol
RFC3262Reliability of Provisional Responses in the Session Initiation Protocol (SIP)
RFC3263Session Initiation Protocol (SIP): Locating SIP Servers
实现:
osip The GNU oSIP library
SIPp "SIPp is a free Open Source test tool / traffic generator for the SIP protocol" (GPL)
Imported from https://wiki.wireshark.org/SIP on 2020-08-11 23:24:44 UTC