Rename packet-nbns.c to packet-nbt.c to reflect that it's not just NBNS.

packet-nbt.c handles all of NetBIOS-over-TCP, not just the name service;
the file name is historical.

Change-Id: I333d331fd9453cea8d1d7595b4fd2650f0a92e98
Reviewed-on: https://code.wireshark.org/review/7259
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2015-02-19 13:29:20 -08:00
parent a6c44c2402
commit c200f1e90b
3 changed files with 4 additions and 5 deletions

View File

@ -1027,7 +1027,7 @@ set(DISSECTOR_SRC
dissectors/packet-nb_rtpmux.c
dissectors/packet-nbd.c
dissectors/packet-nbipx.c
dissectors/packet-nbns.c
dissectors/packet-nbt.c
dissectors/packet-ncp-nmas.c
dissectors/packet-ncp-sss.c
dissectors/packet-ncp.c

View File

@ -947,7 +947,7 @@ DISSECTOR_SRC = \
packet-nb_rtpmux.c \
packet-nbd.c \
packet-nbipx.c \
packet-nbns.c \
packet-nbt.c \
packet-ncp-nmas.c \
packet-ncp-sss.c \
packet-ncp2222.c \

View File

@ -1,6 +1,5 @@
/* packet-nbns.c
* Routines for NetBIOS-over-TCP packet disassembly (the name dates back
* to when it had only NBNS)
/* packet-nbt.c
* Routines for NetBIOS-over-TCP packet disassembly
* Guy Harris <guy@alum.mit.edu>
*
* Wireshark - Network traffic analyzer