Add a inflateEnd() call to free up the stream in the re-init block.
[obnox/wireshark/wip.git] / epan / exceptions.h
index b087f01a7e4a9e12157104c1cabcc399084a7ff7..52abdfd7c7d715eb5c7a8ef4d100c93fbb244914 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef __EXCEPTIONS_H__
 #define __EXCEPTIONS_H__
 
+/* $Id $ */
+
 #ifndef XCEPT_H
 #include "except.h"
 #endif
 **/
 #define ScsiBoundsError                5       
 
+/**
+    Running out of memory.
+    A dissector tried to allocate memory but that failed. 
+**/
+#define OutOfMemoryError       6
+
 
 /* Usage:
  *