From c36783896abcacdc477b67587c888316c27a2050 Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Tue, 4 Dec 2012 16:02:38 +0100 Subject: code indent --- gg_sniff/pcap.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'gg_sniff/pcap.c') diff --git a/gg_sniff/pcap.c b/gg_sniff/pcap.c index 25e4a7c..52416e5 100644 --- a/gg_sniff/pcap.c +++ b/gg_sniff/pcap.c @@ -62,23 +62,23 @@ struct _cap_t { int ptruncated; }; -static pcap_t *my_pcap_open_live(const char *, int, int, int, - char *, u_int, u_int); -static void ip_handle(struct ip *, const u_char *, u_int); -static void ether_handle(struct ether_header *, const u_char *, u_int); +static pcap_t *my_pcap_open_live(const char *, int, int, int, + char *, u_int, u_int); +static void ip_handle(struct ip *, const u_char *, u_int); +static void ether_handle(struct ether_header *, const u_char *, u_int); static pcap_handler lookup_phandler(int); -static void phandler_ether(u_char *, - const struct pcap_pkthdr *, const u_char *); +static void phandler_ether(u_char *, + const struct pcap_pkthdr *, const u_char *); #if defined(__OpenBSD__) -static void phandler_loop(u_char *, - const struct pcap_pkthdr *, const u_char *); +static void phandler_loop(u_char *, + const struct pcap_pkthdr *, const u_char *); #endif #if defined(__linux__) -static void phandler_sll(u_char *, - const struct pcap_pkthdr *, const u_char *); +static void phandler_sll(u_char *, + const struct pcap_pkthdr *, const u_char *); #endif -static void cb_pcap(int, short, void *); -static void cb_conntimer(int, short, void *); +static void cb_pcap(int, short, void *); +static void cb_conntimer(int, short, void *); static struct phandler phandlers[] = { { phandler_ether, DLT_EN10MB }, -- cgit v1.2.3-59-g8ed1b