diff options
author | Gerald Combs <gerald@wireshark.org> | 1998-10-16 01:18:35 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 1998-10-16 01:18:35 +0000 |
commit | 349f96bb49fabf8ada49bb3a258518ed8c472076 (patch) | |
tree | 530004cda45554c7702e232392c8e791bc3a3baf /util.h | |
parent | 5a35314f8034441930fe7caa8de6b8e7dec4ae7a (diff) | |
download | wireshark-349f96bb49fabf8ada49bb3a258518ed8c472076.tar.gz wireshark-349f96bb49fabf8ada49bb3a258518ed8c472076.tar.bz2 wireshark-349f96bb49fabf8ada49bb3a258518ed8c472076.zip |
* Copied in the correct GNU license (I'm such a goober)
* Hacks to the filter interface (Gerald)
* About box (Laurent)
* AppleTalk support (Simon)
* Mods to the match_strval routine (Gerald)
svn path=/trunk/; revision=61
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* util.h * Utility definitions * - * $Id: util.h,v 1.4 1998/10/12 01:40:57 gerald Exp $ + * $Id: util.h,v 1.5 1998/10/16 01:18:35 gerald Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -30,7 +30,7 @@ extern "C" { #endif /* __cplusplus */ -/* Dialog type. Currently, only ESD_TYPE_WARN is supported. */ +/* Dialog type. */ #define ESD_TYPE_INFO 0 #define ESD_TYPE_WARN 1 #define ESD_TYPE_CRIT 2 |