aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-02-19 13:29:20 -0800
committerGuy Harris <guy@alum.mit.edu>2015-02-19 21:29:43 +0000
commitc200f1e90bf75d5f15046d97657dafd4127ad278 (patch)
treed892295ee347b2e61322e78b2fd53fb963000fae
parenta6c44c240247c02f67fab0e2f554990fefc774bc (diff)
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>
-rw-r--r--epan/CMakeLists.txt2
-rw-r--r--epan/dissectors/Makefile.common2
-rw-r--r--epan/dissectors/packet-nbt.c (renamed from epan/dissectors/packet-nbns.c)5
3 files changed, 4 insertions, 5 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt
index fad9222329..b9e07da19f 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -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
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 20ad339308..18a624ba66 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -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 \
diff --git a/epan/dissectors/packet-nbns.c b/epan/dissectors/packet-nbt.c
index d8e21a0f9d..7d19a07ae9 100644
--- a/epan/dissectors/packet-nbns.c
+++ b/epan/dissectors/packet-nbt.c
@@ -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