summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--epan/crypt/crypt-md5.h4
-rw-r--r--gtk/mcast_stream.h25
-rw-r--r--gtk/mcast_stream_dlg.h2
3 files changed, 15 insertions, 16 deletions
diff --git a/epan/crypt/crypt-md5.h b/epan/crypt/crypt-md5.h
index 97d7fd7c0e..342a1bdda5 100644
--- a/epan/crypt/crypt-md5.h
+++ b/epan/crypt/crypt-md5.h
@@ -18,11 +18,11 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef __MD5_H__
+#ifndef __MD5_H__ /* Should this be _CRYPT_MD5_H__ ?*/
#define __MD5_H__
/**
- * @file md5.h
+ * @file crypt-md5.h
* @brief MD5 Functions
*/
diff --git a/gtk/mcast_stream.h b/gtk/mcast_stream.h
index 96899ce5c8..08938b767a 100644
--- a/gtk/mcast_stream.h
+++ b/gtk/mcast_stream.h
@@ -36,13 +36,10 @@
#include <stdio.h>
#include <epan/address.h>
-/** @file
- * ???
- * @ingroup dialog_group
- * @todo what's this?
- */
-/* XXX - don't define stuff that potential name conflicts */
+/**
+ * @todo - don't define stuff that potential name conflicts
+ */
#define MCAST_INTERFACE 2
#define FILTER 3
#define TRIGGER 4
@@ -64,11 +61,11 @@ typedef struct buffer{
gint32 count; /* packet counter */
gint32 burststatus; /* burst status */
gint32 numbursts; /* number of bursts */
- gint32 buffusage; /* buffer usage */
- gint32 buffstatus; /* buffer status */
+ gint32 buffusage; /* buffer usage */
+ gint32 buffstatus; /* buffer status */
gint32 numbuffalarms; /* number of alarms triggered by buffer underruns */
- gint32 topbuffusage; /* top buffer usage in refresh interval */
- float maxbw; /* maximum bandwidth usage */
+ gint32 topbuffusage; /* top buffer usage in refresh interval */
+ float maxbw; /* maximum bandwidth usage */
} t_buffer;
@@ -87,10 +84,10 @@ typedef struct _mcast_stream_info {
/* start of recording (GMT) of this stream */
guint32 start_sec; /* seconds */
guint32 start_usec; /* microseconds */
- guint32 start_rel_sec; /* start stream rel seconds */
- guint32 start_rel_usec; /* start stream rel microseconds */
- guint32 stop_rel_sec; /* stop stream rel seconds */
- guint32 stop_rel_usec; /* stop stream rel microseconds */
+ guint32 start_rel_sec; /* start stream rel seconds */
+ guint32 start_rel_usec; /* start stream rel microseconds */
+ guint32 stop_rel_sec; /* stop stream rel seconds */
+ guint32 stop_rel_usec; /* stop stream rel microseconds */
guint16 vlan_id;
/*for the sliding window */
diff --git a/gtk/mcast_stream_dlg.h b/gtk/mcast_stream_dlg.h
index 0ab60f86d0..fb53757c6c 100644
--- a/gtk/mcast_stream_dlg.h
+++ b/gtk/mcast_stream_dlg.h
@@ -34,7 +34,9 @@
#include <gtk/gtk.h>
+
/** @file
+ * @ingroup dialog_group
* "Mcast Stream Analysis" dialog box.
*/