Home
last modified time | relevance | path

Searched refs:thiszone (Results 1 – 25 of 219) sorted by relevance

123456789

/dports/net/tcpview/tcpview-1.0/
H A Dsavefile.c60 long thiszone; /* gmt to local correction */ member
71 sf_write_header(fp, linktype, thiszone, snaplen, precision) in sf_write_header() argument
74 int thiszone;
84 hdr.thiszone = thiszone;
101 hp->thiszone = SWAPLONG(hp->thiszone);
149 *thiszonep = hdr.thiszone;
252 sf_write_init(fname, linktype, thiszone, snaplen, precision) in sf_write_init() argument
255 int thiszone;
275 linktype, thiszone, snaplen, precision);
H A Dtcpdump.c72 long thiszone; /* gmt to local correction */ variable
265 thiszone = tz.tz_minuteswest * -60;
267 thiszone += 3600;
279 err = sf_read_init(RFileName, &linktype, &thiszone, &snaplen,
285 err = sniff_rinit(RFileName, &linktype, &thiszone, &snaplen,
331 sniff_winit(WFileName, linktype, thiszone, snaplen,
335 sf_write_init(WFileName, linktype, thiszone, snaplen,
H A Ddetail-ether.c58 int thiszone = 0; local
66 i = (tvp->tv_sec + thiszone) % 86400;
H A Dtcpslice.c48 long thiszone; /* gmt to local correction in trace file */ variable
188 sf_write_init(write_file_name, linkinfo, thiszone, snaplen,
459 if (sf_read_init(filename, &linkinfo, &thiszone, &snaplen, &precision))
493 if (sf_read_init(filename, &linkinfo, &thiszone, &snaplen, &precision))
H A Dcallbacks.c103 long thiszone; variable
386 n = sf_read_init(filename,&Linktype,&thiszone,&snaplen,&Precision);
391 if (sniff_rinit(filename,&Linktype,&thiszone,&snaplen,&Precision)) {
590 if( sf_write_init( name, Linktype, thiszone, snaplen, Precision) )
593 if( sniff_winit( name, Linktype, thiszone, snaplen, Precision) )
H A Dcapture.c504 extern long thiszone;
518 thiszone = tz.tz_minuteswest * -60;
520 thiszone += 3600;
561 sf_write_init( TempName, Linktype, thiszone, snaplen, Precision );
/dports/security/fragrouter/fragrouter-1.6/libpcap-0.4/
H A Dsavefile.c75 sf_write_header(FILE *fp, int linktype, int thiszone, int snaplen) in sf_write_header() argument
83 hdr.thiszone = thiszone; in sf_write_header()
99 hp->thiszone = SWAPLONG(hp->thiszone); in swap_hdr()
150 p->tzoff = hdr.thiszone; in pcap_open_offline()
/dports/net/tcpview/tcpview-1.0/UTIL/
H A Djoin_dumps.c21 long thiszone; /* gmt to local correction */ member
99 hdr.thiszone = Thiszone; in sf_write_header()
115 hp->thiszone = SWAPLONG(hp->thiszone); in swap_hdr()
155 Thiszone = hdr.thiszone; in sf_read_init()
/dports/net/ryu/ryu-4.26/ryu/lib/
H A Dpcaplib.py87 version_minor=4, thiszone=0, sigfigs=0, snaplen=0, argument
92 self.thiszone = thiszone
124 self.version_minor, self.thiszone,
/dports/net/tcptrace/tcptrace-508f73a/
H A Dtcpdump.h112 int thiszone; /* gmt to local correction */ member
138 pdfh->thiszone = SWAPLONG(pdfh->thiszone); in swap_hdr()
/dports/security/nmap/nmap-7.91/libpcap/
H A Dsf-pcap.c211 hdr.thiszone = SWAPLONG(hdr.thiszone); in pcap_check_header()
252 p->tzoff = hdr.thiszone; in pcap_check_header()
717 sf_write_header(pcap_t *p, FILE *fp, int linktype, int thiszone, int snaplen) in sf_write_header() argument
725 hdr.thiszone = thiszone; in sf_write_header()
/dports/dns/dnsjit/dnsjit-1.2.2/src/input/
H A Dfpcap.c108 || fread(&self->thiszone, 1, 4, self->file) != 4 in _open()
122 self->thiszone = (int32_t)bswap_32((uint32_t)self->thiszone); in _open()
H A Dmmpcap.c128 memcpy(&self->thiszone, self->buf + 8, 4); in input_mmpcap_open()
140 self->thiszone = (int32_t)bswap_32((uint32_t)self->thiszone); in input_mmpcap_open()
H A Dmmpcap.hh45 int32_t thiszone; member
H A Dfpcap.hh46 int32_t thiszone; member
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/src/
H A Dtcpcapinfo.c196 pcap_fh.thiszone = SWAPLONG(pcap_fh.thiszone); in main()
203 printf("thiszone = 0x%08"PRIx32"\n", pcap_fh.thiszone); in main()
/dports/net/sems/sems-f89581a/core/sip/
H A Dpcap_logger.cpp30 gint32 thiszone; /* GMT to local correction */ member
87 hdr.thiszone = 0; in write_file_header()
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/be13_api/
H A Dpcap_fake.cpp90 header.thiszone = swap4(header.thiszone); in pcap_fopen_offline()
/dports/net/tcpflow/tcpflow-1.5.0/src/be13_api/
H A Dpcap_fake.cpp100 header.thiszone = swap4(header.thiszone); in pcap_fopen_offline()
/dports/net/bittwist/bittwist-1.1/src/
H A Dbittwist.c25 int32_t thiszone; /* offset from GMT to local time in seconds */ variable
56 thiszone = gmt2local(0); in main()
462 s = (tvp->tv_sec + thiszone) % 86400; in ts_print()
/dports/security/barnyard2/barnyard2-2-1.13/src/output-plugins/
H A Dspo_common.c39 localzone = barnyard2_conf->thiszone; in syslog_timestamp()
/dports/security/barnyard2-sguil/barnyard2-2-1.13/src/output-plugins/
H A Dspo_common.c39 localzone = barnyard2_conf->thiszone; in syslog_timestamp()
/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/
H A Dfastnetmon_pcap_format.h33 bpf_int32 thiszone; /* gmt to local correction */ member
/dports/net-mgmt/lldpd/lldpd-1.0.8/tests/
H A Dcommon.h31 u_int32_t thiszone; /* GMT to local correction */ member
/dports/multimedia/tstools/tstools-1.11/
H A Dpcap.h64 int32_t thiszone; member

123456789