fstrm-0.6.1-150300.9.5.1<>,4e*p9|И G ,HG'5hE1Yg}̯SOl@ Ë &i`T܉gW. s$[ZרRv-1B۪,qijRz]5x;?MJS{u D>>\?Ld  = $=^b x     ,  \     $ `    D ( +8 49 T: FG H I, X8Y@\h ] ^%bcUdeflu v$w xH yxzHCfstrm0.6.1150300.9.5.1Frame Streams implementation in Cfstrm is a C implementation of Frame Streams that includes a lockless circular queue implementation and exposes library interfaces for setting up a dedicated Frame Streams I/O thread and asynchronously submitting data frames for transport from worker threads. Frame Streams is a protocol that allows for the transport of arbitrarily encoded data payload sequences with just 4 bytes per data frame. Frame Streams does not specify an encoding format for frames and can be used with data serialization formats that produces byte sequences, such as Protocol Buffers, XML, JSON, MessagePack, YAML, etc. Frame Streams can be used both as a streaming transport over a reliable byte stream socket (TCP, AF_UNIX, TLS, etc.) for data in motion, as well as a file format for data at rest. A "Content Type" header identifies the type of payload being carried over an individual Frame Stream and allows cooperating programs to determine how to interpret a given sequence of data payloads.e*h04-ch1aoSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Libraries/C and C++https://github.com/farsightsec/fstrmlinuxx86_64Ҁ) ..{#A큤A큤e*e*e*e*`kDc\e*\\e*e*e*b6701efb97488cac5ac4bbf8f1a1df53ede1cec6e89c6199d483b24437ae4ff31a3e7d4eed62cca3474507ec4bbcbd66fd07c4703281e8cc0ad036248ba765db159647b70cdf68f94c34d53f15dc1c2848735e890caa3ba1964bd49d3c80c3af03f6d0b9aac91d0cd99d3011a23e955c741118d79cfe22200e41d9add49c8d6266d03e11856f798f251d93936e5c008e2b809f5fe5dfc5d89fd9448bfcd5cef4fb7b6df23d37e4d9f60ea5e7b8a1ac793f1db07915539d2d201949f30f3aff23fb7b6df23d37e4d9f60ea5e7b8a1ac793f1db07915539d2d201949f30f3aff23ab8353fe9d2325154ec57c13cc09c52057b2f70b409a1fd13f8c50fbb415830ba6762cf58d3636a5f725a46ab04287a55184c29dc51f03061decc4ad98b67cf11d523e902169dccc10606c95fbb49b2c564f85b5b1c737548c14cb8384a97966rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootfstrm-0.6.1-150300.9.5.1.src.rpmfstrmfstrm(x86-64)@@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libevent-2.1.so.6()(64bit)libfstrm.so.0()(64bit)libfstrm.so.0(LIBFSTRM_0.2.0)(64bit)libfstrm.so.0(LIBFSTRM_0.4.0)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3aS@^@ZKt@ZJ"U6@Ua@UU&idmueller@suse.commrueckert@suse.dejengelh@inai.deavindra@opensuse.orgmrueckert@suse.dethehejik@suse.commvetter@suse.commrueckert@suse.de- update to 0.6.1: * fstrm_capture: ignore SIGPIPE, which will cause the interrupted connections to generate an EPIPE instead. * Fix truncation in snprintf calls in argument processing. * fstrm_capture: Fix output printf format.- Update to 0.6.0 It adds a new feature for fstrm_capture. It can perform output file rotation when a SIGUSR1 signal is received by fstrm_capture. (See the --gmtime or --localtime options.) This allows fstrm_capture's output file to be rotated by logrotate or a similar external utility. (Output rotation is suppressed if fstrm_capture is writing to stdout.) - Changes from 0.5.0 - Change license to modern MIT license for compatibility with GPLv2 software. Contact software@farsightsecurity.com for alternate licensing. - src/fstrm_replay.c: For OpenBSD and Posix portability include netinet/in.h and sys/socket.h to get struct sockaddr_in and the AF_* defines respectively. - Fix various compiler warnings. - Changes from 0.4.0 The C implementation of the Frame Streams data transport protocol, fstrm version 0.4.0, was released. It adds TCP support, a new tool, new documentation, and several improvements. - Added manual pages for fstrm_capture and fstrm_dump. - Added new tool, fstrm_replay, for replaying saved Frame Streams data to a socket connection. - Adds TCP support. Add tcp_writer to the core library which implements a bi-directional Frame Streams writer as a TCP socket client. Introduces new developer API: fstrm_tcp_writer_init, fstrm_tcp_writer_options_init, fstrm_tcp_writer_options_destroy, fstrm_tcp_writer_options_set_socket_address, and fstrm_tcp_writer_options_set_socket_port. - fstrm_capture: new options for reading from TCP socket. - fstrm_capture: add "-c" / "--connections" option to limit the number of concurrent connections it will accept. - fstrm_capture: add "-b / --buffer-size" option to set the read buffer size (effectively the maximum frame size) to a value other than the default 256 KiB. - fstrm_capture: skip oversize messages to fix stalled connections caused by messages larger than the read highwater mark of the input buffer. Discarded messages are logged for the purposes of tuning the input buffer size. - fstrm_capture: complete sending of FINISH frame before closing connection. - Various test additions and improvements.- Compact description. Fix RPM groups.- update to 0.3.2 * Accommodate systems without pthread_condattr_setclock - 0.3.1 * Add support for '-' as a filename for stdin/stdout * Destroy condition variable and mutexes in fstrm_iothr_destroy() - 0.3.0 * Output file rotation * Change state properly in fstrm_writer_close() * force output flush on sighup * Build on OS X - cleanup with spec-cleaner - use dist tarball instead of github archive- require the correct version of libevent to make it fail early- fixed group of shared library-- cleanup spec file, remove .la- initial packageh04-ch1a 1704733377 0.6.1-150300.9.5.10.6.1-150300.9.5.1fstrm_capturefstrm_dumpfstrm_replayfstrmChangeLogREADME.mdfstrmCOPYRIGHTLICENSEfstrm_capture.1.gzfstrm_dump.1.gzfstrm_replay.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/fstrm//usr/share/licenses//usr/share/licenses/fstrm//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:32015/SUSE_SLE-15-SP3_Update/947d038d2e63c210a58d4bb9a86470b7-fstrm.SUSE_SLE-15-SP3_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=91b8e4a60afb8eb0b3189e545ca355157679cf13, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=e9ba9ad78158c170f55f301d86b949e178d6e26b, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=d3430f2a90feba9ad94da4bdc9d16b24652ab602, for GNU/Linux 3.2.0, strippeddirectoryASCII textASCII text, with very long linestroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)   R RRRRRRRRR RRRRRRRR RRR RRRRRRR RTa|-utf-8afa3b6971a55aaaa50d1b2859a05557dba0e44ff4c3ba58c92e43cef76b36fb8? 7zXZ !t/$N]"k%n[l.cN6`qe : 0R^G;OB?)ȴGx\q;M]Hs vljkNpr8kꩩ@eedQpg{{uGv67M G.@Az,@:X1P*jchX&e_HUvhy.%FK^_I=k5&`:奄0\'bŗ|d$8::ΌB:KfV ՚TtypO@v;_]veVH5$R1m7M䍉q3ע(on"H_Z&M< !iϜQ@^#2婟Cj.- j\YE1| j)o>e/k GQDO1V- T/7[# N|\v+wю'%5`p=a})&ڝd3#F|(Rj#k˛+Glj;d}0i@Mp<o-t\v 0pLNm7 ngYYdק1_aZ(AUV;?1l;pk. t(0\C< 6'By-ɈH*Ui8#9xwU͑PB2 8)0k²ϧhñȢ^e"˓sܬEh$Ͽ=R5.ݢ[8E""C F[<(XC mw篕b*Ẃ^5鮭)=,,m}tf嚣>݅x--QN xcZ!n&7*i!8c1)b@y<٥ϙ^('{3QI>p.%5|%C+'z/-I|TU8%?NFI"-m9O8ժLh;?߫^"rx כ8fo0F|(9LbPR/ ok jPgD- Hbɭt`gj΋V}o_H\Dڨ>+ U5, GۋNnm]>t؎mJL5{~ p&ah y N.\>fr&,jӶД4odEXm_[Ҭ 4P >X;a ͶƿI vCm厞#d%ZrXSe9Po7S 1U*3'V댝ϧȴcPf3+V彊.q.pՕM9 ጬh b}e'w4tT"9Zl%I#zg]Dyܜ>~̤_ ( >]!s?92_ȃly˧m%H}T'94HjZU7ԑѽ ' ٟ{w龛3hHbzlJ}[܄ಕqbBSRoEF4XӸ %z GC@ +;@Mz9?F t" Rd I׬1';$JC+ XiŔR!d fG( hn+7Br+KSFp:sҒo"֣^AJfޗ0 \q1xLAFC4+8یڮ b*iA>v? h=`nk&Zvs׸FYְ! L\;)sl@V DjG Ω硉|ӰhXȼziQ I#~z]qj,OWe'?,kJBi${> `.&E!koab )USuOI߿Τ!yC2s3pW7DFT5t5.n4\6T&R\))$@|^0dϦ(Gif*=x[Q4b2X'}]шbR^˟mM@x! /\=pnSxKʥ\q9zIQv3z5.x"Y%Tah+Ev38p\=+Pݔ: 60ƅ~)S)qJwίqLw2 ;Xad?;F{,i9M|“2vm7/@3 Q2Grt f>Kï,_?э-vnw2ĊBkxt"h8cg_bDH~>g,({ {osFFeZ aU` ׬,U>6$|yrԓ>%,V6XJH50bhfTKLv(rq*`#uNJ*]"3/JKj"Q޼Q7r22On_!Jc#snz/ Oȿҹ{_<+/ pCzW(QfUg]KXz}gg|г4$8ꕇjFߟx=@}Babb$>_J0oCsH,) %<@S Hgӟ"?>ӵEM ͗Uٟ(ā=}O*ZMQ퇯8*w] {HI,X2׹9Ub/GNǰ\E}5+~8sbp, E Ȓ7w̍69QNNӲC^how\7Em y8Cז^]+9u,3&Q!]=Od8^Z"LJxnab1N* $ OOp] r,e@h@Sޫa%C M W̘:At8Lۛ h.z{8 j(N7M5eU7GI+wy0r:8P6<CдͅWH9JAXfnd;FiaI+pT9SuD Hx@땣AVŹ*8TkHkW? 6Cӑ=t6ΆP}G`(5F8+^c9XW,LX}C88-솂DUZ=Ɖ{{A6ȘZi$q&꼤L|'B +S-vfG܂荑0 ͸U&7X5Z<`C; U'$qa$P.XȌrw.7r<3)oZ~u[y#@uxyss*u-L]ڝT5v'n)"6{Ώa./5uQTbČV=[>E' _*zԆ+`@ ږ,OC\_2B̠;a*,yi%l;8(,˖}))m@ֻ~J% C^^Ԃ,,:־y92h9VN$@{#\mjeܝc;( !+!4\@8fyka Aj݌ʐ)sg4$ezoD/ѦCDf߻Ԣ[`\Cm~i xx2'w63;3zДx,͵oߋ(k%]ŏ"\tsg6Tȇ^)c4O6e+k`w Rc"唆Q}a. Z]|a.e߫_ @*k[X$x4{}3KEAΜPb`wڇA:8.jȨ NS