aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
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 /epan/CMakeLists.txt
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>
Diffstat (limited to 'epan/CMakeLists.txt')
-rw-r--r--epan/CMakeLists.txt2
1 files changed, 1 insertions, 1 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