Module: PacketFu::NDPHeaderMixin

Included in:
NDPPacket
Defined in:
lib/bettercap/monkey/packetfu/utils.rb

Instance Method Summary collapse

Instance Method Details

#ndp_codeObject



342
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 342

def ndp_code; self.ndp_header.ndp_code; end

#ndp_code=(v) ⇒ Object



341
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 341

def ndp_code=(v); self.ndp_header.ndp_code= v; end

#ndp_laddrObject



360
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 360

def ndp_laddr; self.ndp_header.ndp_laddr; end

#ndp_laddr=(v) ⇒ Object



359
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 359

def ndp_laddr=(v); self.ndp_header.ndp_laddr= v; end

#ndp_llaObject



358
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 358

def ndp_lla;self.ndp_header.ndp_lla; end

#ndp_lla=(v) ⇒ Object



357
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 357

def ndp_lla=(v); self.ndp_header.ndp_lla=v; end

#ndp_lla_readableObject



361
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 361

def ndp_lla_readable; self.ndp_header.ndp_lla_readable; end

#ndp_opt_lenObject



356
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 356

def ndp_opt_len;self.ndp_header.ndp_opt_len; end

#ndp_opt_len=(v) ⇒ Object



355
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 355

def ndp_opt_len=(v); self.ndp_header.ndp_opt_len=v; end

#ndp_opt_typeObject



354
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 354

def ndp_opt_type; self.ndp_header.ndp_opt_type; end

#ndp_opt_type=(v) ⇒ Object



353
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 353

def ndp_opt_type=(v); self.ndp_header.ndp_opt_type= v; end

#ndp_reservedObject



347
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 347

def ndp_reserved; self.ndp_header.ndp_reserved; end

#ndp_reserved=(v) ⇒ Object



346
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 346

def ndp_reserved=(v); self.ndp_header.ndp_reserved= v; end

#ndp_set_flags=(v) ⇒ Object



362
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 362

def ndp_set_flags=(v); self.ndp_header.ndp_set_flags= v; end

#ndp_sumObject



344
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 344

def ndp_sum; self.ndp_header.ndp_sum; end

#ndp_sum=(v) ⇒ Object



343
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 343

def ndp_sum=(v); self.ndp_header.ndp_sum= v; end

#ndp_sum_readableObject



345
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 345

def ndp_sum_readable; self.ndp_header.ndp_sum_readable; end

#ndp_taddrObject



351
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 351

def ndp_taddr; self.ndp_header.ndp_taddr; end

#ndp_taddr=(v) ⇒ Object



350
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 350

def ndp_taddr=(v); self.ndp_header.ndp_taddr= v; end

#ndp_tgtObject



349
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 349

def ndp_tgt; self.ndp_header.ndp_tgt; end

#ndp_tgt=(v) ⇒ Object



348
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 348

def ndp_tgt=(v); self.ndp_header.ndp_tgt= v; end

#ndp_tgt_readableObject



352
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 352

def ndp_tgt_readable; self.ndp_header.ndp_tgt_readable; end

#ndp_typeObject



340
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 340

def ndp_type; self.ndp_header.ndp_type; end

#ndp_type=(v) ⇒ Object



339
# File 'lib/bettercap/monkey/packetfu/utils.rb', line 339

def ndp_type=(v); self.ndp_header.ndp_type= v; end