Package org.jnetpcap.protocol.voip

Voice Over IP protocol family.

See:
          Description

Class Summary
Rtp The real-time transport protocol (RTP).
Rtp.Extension An extension mechanism is provided to allow individual implementations to experiment with new payload-format-independent functions that require additional information to be carried in the RTP data packet header.
Sdp The Session Description Protocol (SDP) is a format for describing streaming media initialization parameters.
Sip The Session Initiation Protocol (SIP) is an IETF-defined signaling protocol, widely used for controlling multimedia communication sessions such as voice and video calls over Internet Protocol (IP).
 

Enum Summary
Rtp.PayloadType Constant payload types that have been defined for type field.
Sdp.Fields A table of various fields for SDP protocol.
Sip.Code A table of SIP protocol codes and their meanings.
Sip.ContentType A table of SIP supported content types.
Sip.Fields A table of SIP specific fields found in a SIP message.
Sip.Request A table of supported Request message types.
Sip.Response A table of supported Response message types.
 

Package org.jnetpcap.protocol.voip Description

Voice Over IP protocol family. This package contains several protocol defintions that are commonly used in realtime and voice over IP communication.