aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nbipx.c
AgeCommit message (Collapse)AuthorFilesLines
1998-11-17* Added column formatting functionality.gerald1-7/+8
* Added check_col(), add_col_str() and add_col_fmt() to replace references to ft->win_info. * Added column prefs handling code. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@97 f5534014-38df-0310-8fa8-9805f1628bb7
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultgram1-2/+1
because it is still in its infancy, but it can be compiled in optionally. The library exists in its own subdirectory ethereal/wiretap. This patch also edits all the packet-*.c files to remove the #include <pcap.h> line which is unnecessary in these files. In the ethereal code, file.c is the most heavily modified with #ifdef WITH_WIRETAP lines for the optional library. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@82 f5534014-38df-0310-8fa8-9805f1628bb7
1998-10-14I've started to figure out the difference between NetBIOS over IPX forgram1-19/+71
Netware, and NetBIOS over IPX for WinNT (NWLink). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@53 f5534014-38df-0310-8fa8-9805f1628bb7
1998-10-14I rename the single dissect() function in packet-nbipx.c, and had packet-ipx.cgram1-2/+2
call it under fewer circumstances. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@52 f5534014-38df-0310-8fa8-9805f1628bb7
1998-10-14Added preliminary support for NetBIOS Name Services over IPX and UDP. Notegram1-0/+140
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