HomeSort by relevance Sort by last modified time
    Searched full:profisafe (Results 1 - 3 of 3) sorted by null

  /external/scapy/scapy/contrib/
pnio_rtc.uts 40 + Check Profisafe
42 = Profisafe default values
43 raw(Profisafe(config={'length': 7, 'CRC': 3})) == b'\0\0\0\0\0\0\0'
45 = Profisafe must always be the same configured length
46 raw(Profisafe(load=b'AB', config={'length': 7, 'CRC': 3})) == b'AB\0\0\0\0\0'
48 = Profisafe load may be truncated
49 raw(Profisafe(load=b'ABCDEF', config={'length': 7, 'CRC': 3})) == b'ABC\0\0\0\0'
52 p = Profisafe(b'ABC\x20\x12\x34\x56\x80\x01\x02', config={'length': 7, 'CRC': 3})
53 p == Profisafe(load=b'ABC', Control_Status=0x20, CRC=0x123456, config={'length': 7, 'CRC': 3}) / PNIORealTimeIOxS() / conf.padding_layer(b'\x01\x02')
55 = Profisafe with a CRC-3
    [all...]
pnio_rtc.py 299 """Analyse a packet list to find possible PROFISafe profils.
317 # update each location with its value after profisafe analysis
327 """Analyse one PNIO RTC data location to find if its a PROFISafe
334 if conf["length"] >= 4: # Minimal PROFISafe length
342 # PROFISafe profiles must end with at least 3 bytes of high entropy
343 if succ_count >= 3: # Possible profisafe CRC
346 Profisafe,
349 # Not a PROFISafe profile
438 ## PROFISafe ##
460 class Profisafe(PNIORealTimeRawData)
    [all...]
  /external/scapy/doc/scapy/
advanced_usage.rst     [all...]

Completed in 192 milliseconds