Project

General

Profile

Download (482 Bytes) Statistics
| Branch: | Tag: | Revision:
1
# NBNS - NetBIOS name service
2
# Pattern attributes: good slow notsofast
3
# Protocol groups: networking proprietary
4
# Wiki: http://www.protocolinfo.org/wiki/NBNS
5
#
6
# This pattern has been tested and is believed to work well.
7
#
8
# name query
9
# \x01\x10 means name query
10
#
11
# registration NB
12
# (\x10 or )\x10 means registration
13
#
14
# release NB (merged with registration)
15
# 0\x10 means release
16

    
17
nbns
18
# This is not a valid basic GNU regular expression.
19
\x01\x10\x01|\)\x10\x01\x01|0\x10\x01
(55-55/109)