public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
blob 9398782477536675672a86bc6ad9ed8b3107a44d 451 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright (c) 2021 Red Hat GmbH
 * Author: Stefano Brivio <sbrivio@redhat.com>
 */

#ifndef PCAP_H
#define PCAP_H

extern int pcap_fd;

void pcap(const char *pkt, size_t l2len);
void pcap_multiple(const struct iovec *iov, size_t frame_parts, unsigned int n,
		   size_t offset);
void pcap_iov(const struct iovec *iov, size_t iovcnt, size_t offset);
void pcap_init(struct ctx *c);

#endif /* PCAP_H */

debug log:

solving 2aeb53e ...
found 2aeb53e in https://archives.passt.top/passt-dev/20250813164510.3382756-1-sbrivio@redhat.com/
found 9795f2e in https://passt.top/passt
preparing index
index prepared:
100644 9795f2e8adc59c1e0bcb99473dce3aaead363ea3	pcap.h

applying [1/1] https://archives.passt.top/passt-dev/20250813164510.3382756-1-sbrivio@redhat.com/
diff --git a/pcap.h b/pcap.h\r
index 9795f2e..2aeb53e 100644\r

Checking patch pcap.h...
Applied patch pcap.h cleanly.

index at:
100644 9398782477536675672a86bc6ad9ed8b3107a44d	pcap.h

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).