Commit Graph

6 Commits

Author SHA1 Message Date
Gilbert Ramirez 07f42b5b31 Created a new protocol tree implementation and a new display filter
mechanism that is built into ethereal. Wiretap is now used to read all
file formats. Libpcap is used only for capturing.

svn path=/trunk/; revision=342
1999-07-07 22:52:57 +00:00
Gilbert Ramirez edbaefb975 Changed variable type of argument 'pd' in hex printing routine to match
prototype.

svn path=/trunk/; revision=254
1999-05-01 05:39:06 +00:00
Gilbert Ramirez 11fb591723 Separate the 16-byte view into 2 8-byte views in the hex dump. Patch from
"Mattia Cazzola" <mattiac@alinet.it>

svn path=/trunk/; revision=246
1999-04-16 18:39:07 +00:00
Gilbert Ramirez 6cbabed4c2 Fixed compilation warning on Solaris 2.6
svn path=/trunk/; revision=226
1999-03-23 19:41:51 +00:00
Guy Harris e9b532370c Include "snprintf.h" if necessary, to declare "vsnprintf()".
svn path=/trunk/; revision=224
1999-03-23 03:54:46 +00:00
Gilbert Ramirez ef3dfe2077 Removed all references to gtk objects from packet*.[ch] files. They now
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-23 03:14:46 +00:00