]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-sip.c
Put a variable only used if we have libcrypto under HAVE_LIBCRYPTO.
[tcpdump] / print-sip.c
index 836fb9e2d2f8f85f7ae82170216a80084a277228..a617d23dbfa672f90da64df1d151d3ffe6c45dc0 100644 (file)
  * LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  * FOR A PARTICULAR PURPOSE.
  *
- * Original code by Hannes Gredler (hannes@juniper.net)
+ * Original code by Hannes Gredler (hannes@gredler.at)
  * Turned into common "text protocol" code, which this uses, by
  * Guy Harris.
  */
 
+/* \summary: Session Initiation Protocol (SIP) printer */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include "netdissect.h"
 #include "extract.h"