Class: IpPktBinData
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- IpPktBinData
- Defined in:
- lib/sip_notify.rb
Overview
An IP paket.
Instance Method Summary collapse
Instance Method Details
#header_length_in_bytes ⇒ Object
832 833 834 |
# File 'lib/sip_notify.rb', line 832 def header_length_in_bytes hdr_len * 4 end |
#options_length_in_bytes ⇒ Object
836 837 838 |
# File 'lib/sip_notify.rb', line 836 def header_length_in_bytes - 20 end |