aboutsummaryrefslogtreecommitdiffstats
path: root/packet-udp.c
AgeCommit message (Collapse)AuthorFilesLines
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-19/+38
reference the protocol tree with struct proto_tree and struct proto_item objects. That way, the packet decoding source code file can be used with non-gtk packet decoders, like a curses-based ethereal, e.g. I also re-arranged some of the information in packet.h to more appropriate places (like other packet-*.[ch] files). svn path=/trunk/; revision=223
1999-03-01Small fixes for alignment, and #include for gtk+-1.1.x/glib-1.1.xGilbert Ramirez1-1/+2
svn path=/trunk/; revision=197
1999-02-15Added Richard Sharpe's TFTP support.Guy Harris1-8/+127
svn path=/trunk/; revision=190
1998-12-29* Added Joerg Mayer's Vines patchGerald Combs1-1/+5
* Added Joerg to the AUTHORS file * Added Guy's bitfield decode patch * Fixed time output svn path=/trunk/; revision=142
1998-12-21Changed port print formats to unsigned, added raw port number to tree output.Gerald Combs1-6/+8
svn path=/trunk/; revision=132
1998-11-20Added NetBIOS Datagram (over UDP) support.Gilbert Ramirez1-1/+4
svn path=/trunk/; revision=113
1998-11-17* Fixes for TCP and UDP port number display.Gerald Combs1-2/+10
svn path=/trunk/; revision=98
1998-11-17* Added column formatting functionality.Gerald Combs1-5/+5
* Added check_col(), add_col_str() and add_col_fmt() to replace references to ft->win_info. * Added column prefs handling code. svn path=/trunk/; revision=97
1998-10-14Don't assume the UDP header is always properly aligned (sometimes itGuy Harris1-7/+8
isn't). svn path=/trunk/; revision=54
1998-10-14Added preliminary support for NetBIOS Name Services over IPX and UDP. NoteGilbert Ramirez1-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. svn path=/trunk/; revision=50
1998-09-27Merged in a _huge_ patch from Guy Harris. It adds a time stap column,Gerald Combs1-4/+4
generalizes the column printing code, adds a "frame" tree item to the tree view, and fixes a bunch of miscellaneous coding bugs. svn path=/trunk/; revision=31
1998-09-21IPX over IP (rfc 1234) added. Very trivial.Gilbert Ramirez1-1/+4
svn path=/trunk/; revision=20
1998-09-16Added ID tags to the beginning of each source file.Gerald Combs1-0/+2
svn path=/trunk/; revision=7
1998-09-16Initial revisionGerald Combs1-0/+92
svn path=/trunk/; revision=2