aboutsummaryrefslogtreecommitdiffstats
path: root/epan/expert.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2009-01-26 19:49:36 +0000
committerUlf Lamping <ulf.lamping@web.de>2009-01-26 19:49:36 +0000
commita0d22c16cada3144b87f4e35a89f85c1f64b54a6 (patch)
tree5f836c38fa50379649838e28eec7b1b802a3dd9e /epan/expert.h
parent0e128c07890ec6b678cdbf766d0c55930cce704d (diff)
add a note that PI_CHECKSUM and PI_WARN can be found in proto.h (don't want to search for it again :-)
svn path=/trunk/; revision=27297
Diffstat (limited to 'epan/expert.h')
-rw-r--r--epan/expert.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/expert.h b/epan/expert.h
index 75d4333690..dfa5172136 100644
--- a/epan/expert.h
+++ b/epan/expert.h
@@ -58,8 +58,8 @@ expert_get_highest_severity(void);
@param pinfo packet info of the currently processed packet
@param pi current protocol item (or NULL)
- @param group the expert group (like PI_CHECKSUM)
- @param severity the expert severity (like PI_WARN)
+ @param group the expert group (like PI_CHECKSUM - see: proto.h)
+ @param severity the expert severity (like PI_WARN - see: proto.h)
@param format printf like format string with further infos
*/
extern void