Searched refs:proto_regex0 (Results 1 – 7 of 7) sorted by relevance
/libbtbb/wireshark/plugins-legacy/btsm/tools/ |
H A D | make-dissector-reg.py | 95 proto_regex0 = r"^(?P<symbol>proto_register_[_A-Za-z0-9]+)\s*\([^;]+$" variable 106 ( 'proto_reg', re.compile(proto_regex0) ),
|
/libbtbb/wireshark/plugins-legacy/btle/tools/ |
H A D | make-dissector-reg.py | 95 proto_regex0 = r"^(?P<symbol>proto_register_[_A-Za-z0-9]+)\s*\([^;]+$" variable 106 ( 'proto_reg', re.compile(proto_regex0) ),
|
/libbtbb/wireshark/plugins/btbredr/tools/ |
H A D | make-dissector-reg.py | 95 proto_regex0 = r"^(?P<symbol>proto_register_[_A-Za-z0-9]+)\s*\([^;]+$" variable 106 ( 'proto_reg', re.compile(proto_regex0) ),
|
/libbtbb/wireshark/plugins/btbb/tools/ |
H A D | make-dissector-reg.py | 95 proto_regex0 = r"^(?P<symbol>proto_register_[_A-Za-z0-9]+)\s*\([^;]+$" variable 106 ( 'proto_reg', re.compile(proto_regex0) ),
|
/libbtbb/wireshark/plugins-legacy/btbredr/tools/ |
H A D | make-dissector-reg.py | 95 proto_regex0 = r"^(?P<symbol>proto_register_[_A-Za-z0-9]+)\s*\([^;]+$" variable 106 ( 'proto_reg', re.compile(proto_regex0) ),
|
/libbtbb/wireshark/plugins-legacy/btatt/tools/ |
H A D | make-dissector-reg.py | 95 proto_regex0 = r"^(?P<symbol>proto_register_[_A-Za-z0-9]+)\s*\([^;]+$" variable 106 ( 'proto_reg', re.compile(proto_regex0) ),
|
/libbtbb/wireshark/plugins-legacy/btbb/tools/ |
H A D | make-dissector-reg.py | 95 proto_regex0 = r"^(?P<symbol>proto_register_[_A-Za-z0-9]+)\s*\([^;]+$" variable 106 ( 'proto_reg', re.compile(proto_regex0) ),
|