diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-02-21 02:15:07 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-02-21 02:15:07 +0000 |
commit | 83634f54c7513d4300cfeb7046ed81ef682a321d (patch) | |
tree | f03010f140c0d14d34e24452b6be237db29f625a /Makefile.common | |
parent | 58df4b6f4ae1d94a62b02c8d353f065e081feaea (diff) | |
download | wireshark-83634f54c7513d4300cfeb7046ed81ef682a321d.tar.gz wireshark-83634f54c7513d4300cfeb7046ed81ef682a321d.tar.bz2 wireshark-83634f54c7513d4300cfeb7046ed81ef682a321d.zip |
Add routines that can be called from dissectors to report file open and
read errors; there are separate implementations for Ethereal (pops up an
alert box) and Tethereal (prints an error message).
Use those routines in the ASN.1 dissector.
svn path=/trunk/; revision=10152
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common index ce01847be0..2bff5f88b8 100644 --- a/Makefile.common +++ b/Makefile.common @@ -3,7 +3,7 @@ # a) common to both files and # b) portable between both files # -# $Id: Makefile.common,v 1.17 2004/02/20 21:25:15 gerald Exp $ +# $Id: Makefile.common,v 1.18 2004/02/21 02:15:05 guy Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -752,6 +752,7 @@ ethereal_SOURCES = \ progress_dlg.h \ proto_hier_stats.h \ proto_hier_stats.c \ + report_err.h \ simple_dialog.h \ statusbar.h \ summary.c \ |