Deleted Added
full compact
interface.h (276788) interface.h (281938)
1/*
2 * Copyright (c) 1988-2002
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and

--- 134 unchanged lines hidden (view full) ---

143extern void init_checksum(void);
144extern uint16_t verify_crc10_cksum(uint16_t, const u_char *, int);
145extern uint16_t create_osi_cksum(const uint8_t *, int, int);
146
147/* The printer routines. */
148
149#include <pcap.h>
150
1/*
2 * Copyright (c) 1988-2002
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that: (1) source code distributions
7 * retain the above copyright notice and this paragraph in its entirety, (2)
8 * distributions including binary code include the above copyright notice and

--- 134 unchanged lines hidden (view full) ---

143extern void init_checksum(void);
144extern uint16_t verify_crc10_cksum(uint16_t, const u_char *, int);
145extern uint16_t create_osi_cksum(const uint8_t *, int, int);
146
147/* The printer routines. */
148
149#include <pcap.h>
150
151extern void pfsync_ip_print(const u_char *, u_int);
152
153extern char *q922_string(const u_char *);
154extern char *smb_errstr(int, int);
155extern const char *nt_errstr(uint32_t);
156
157#ifdef INET6
158extern int mask62plen(const u_char *);
159#endif /*INET6*/
160

--- 60 unchanged lines hidden ---
151extern char *q922_string(const u_char *);
152extern char *smb_errstr(int, int);
153extern const char *nt_errstr(uint32_t);
154
155#ifdef INET6
156extern int mask62plen(const u_char *);
157#endif /*INET6*/
158

--- 60 unchanged lines hidden ---