aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1998-10-14 04:09:15 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1998-10-14 04:09:15 +0000
commit68c835259312f52421daae189341eebf5a2c48d1 (patch)
tree53103eec0a5de73a861d99f5fbc1e5ea27d07c2a /Makefile.am
parent09b2be5b204971b2b2d26004e1c099ff17075ed2 (diff)
Added preliminary support for NetBIOS Name Services over IPX and UDP. Note
that these are two very different implementations of NetBIOS name services and at the protocol level are not similar. I have put the UDP protocol in packet-nbns.c, since it will be a very big module. I have all of rfc 1002 to read and implement. I am planning on putting many different NetBIOS over IPX functions in packet-nbipx.c, however, since there is no RFC or published standard. I have to hack the protocol, and as such, I do not expect it to be as full-featured as the IP-world equivalents. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@50 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index bda65d5e71..c88d2cf50c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,6 +24,8 @@ ethereal_SOURCES = \
packet-ip.c \
packet-ipv6.c \
packet-ipx.c \
+ packet-nbipx.c \
+ packet-nbns.c \
packet-ncp.c \
packet-null.c \
packet-osi.c \