aboutsummaryrefslogtreecommitdiffstats
path: root/packet-udp.c
AgeCommit message (Collapse)AuthorFilesLines
1998-12-29* Added Joerg Mayer's Vines patchgerald1-1/+5
* Added Joerg to the AUTHORS file * Added Guy's bitfield decode patch * Fixed time output git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@142 f5534014-38df-0310-8fa8-9805f1628bb7
1998-12-21Changed port print formats to unsigned, added raw port number to tree output.gerald1-6/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@132 f5534014-38df-0310-8fa8-9805f1628bb7
1998-11-20Added NetBIOS Datagram (over UDP) support.gram1-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@113 f5534014-38df-0310-8fa8-9805f1628bb7
1998-11-17* Fixes for TCP and UDP port number display.gerald1-2/+10
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@98 f5534014-38df-0310-8fa8-9805f1628bb7
1998-11-17* Added column formatting functionality.gerald1-5/+5
* 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-10-14Don't assume the UDP header is always properly aligned (sometimes itguy1-7/+8
isn't). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@54 f5534014-38df-0310-8fa8-9805f1628bb7
1998-10-14Added preliminary support for NetBIOS Name Services over IPX and UDP. Notegram1-1/+4
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
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,gerald1-4/+4
generalizes the column printing code, adds a "frame" tree item to the tree view, and fixes a bunch of miscellaneous coding bugs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31 f5534014-38df-0310-8fa8-9805f1628bb7
1998-09-21IPX over IP (rfc 1234) added. Very trivial.gram1-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20 f5534014-38df-0310-8fa8-9805f1628bb7
1998-09-16Added ID tags to the beginning of each source file.gerald1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7 f5534014-38df-0310-8fa8-9805f1628bb7
1998-09-16Initial revisiongerald1-0/+92
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2 f5534014-38df-0310-8fa8-9805f1628bb7