Add captype and tfshark binaries to .gitignore
[metze/wireshark/wip.git] / capture_wpcap_packet.c
index 58e30ff42b3853860b39cd426d48bfa0ee221f42..62ce615c68878cf8cecde4c497578134772755ac 100644 (file)
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+#include "config.h"
 
 #if defined HAVE_LIBPCAP && defined _WIN32
 
@@ -140,7 +138,7 @@ typedef struct {
     gboolean    optional;
 } symbol_table_t;
 
-#define SYM(x, y)   { STRINGIFY(x) , (gpointer) &CONCAT(p_,x), y }
+#define SYM(x, y)   { G_STRINGIFY(x) , (gpointer) &CONCAT(p_,x), y }
 
 void
 wpcap_packet_load(void)
@@ -330,6 +328,6 @@ wpcap_packet_load(void)
  * indent-tabs-mode: nil
  * End:
  *
- * ex: set shiftwidth=4 tabstop=8 expandtab
+ * ex: set shiftwidth=4 tabstop=8 expandtab:
  * :indentSize=4:tabSize=8:noTabs=true:
  */