network::SIPPacket Class Reference
SIP Packet container class.
More...
#include <SIPPacket.h>
List of all members.
Detailed Description
SIP Packet container class.
This class is a SIP packets container and inherits properties from NetPacket base class Contains all necessary data for SIP packet storage. See: RFC 3261 http://www.ietf.org/rfc/rfc3261.txt
- Todo:
- Create a full container for SIP RFC 3261 compliant (and not) network packets
Definition at line 24 of file SIPPacket.h.
Constructor & Destructor Documentation
network::SIPPacket::SIPPacket |
( |
|
) |
|
network::SIPPacket::SIPPacket |
( |
string |
asciidata |
) |
|
SIPPacket alternative constructor.
- Parameters:
-
| asciidata | string containing packet data in ASCII format |
network::SIPPacket::~SIPPacket |
( |
|
) |
[virtual] |
Member Data Documentation
String containing From.
Definition at line 46 of file SIPPacket.h.
String with RAW data packet content.
Definition at line 40 of file SIPPacket.h.
String containing Status Line.
Definition at line 42 of file SIPPacket.h.
String containing Via.
Definition at line 44 of file SIPPacket.h.
The documentation for this class was generated from the following files: