Class: IpPktBinData

Inherits:
BinData::Record
  • Object
show all
Defined in:
lib/sip_notify.rb

Overview

An IP paket.

Instance Method Summary collapse

Instance Method Details

#header_length_in_bytesObject



832
833
834
# File 'lib/sip_notify.rb', line 832

def header_length_in_bytes
	hdr_len * 4
end

#options_length_in_bytesObject



836
837
838
# File 'lib/sip_notify.rb', line 836

def options_length_in_bytes
	header_length_in_bytes - 20
end