From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7936408ed8296efa X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-17 05:38:04 PST Path: supernews.google.com!sn-xit-03!supernews.com!logbridge.uoregon.edu!news.maxwell.syr.edu!news-was.dfn.de!news-koe1.dfn.de!RRZ.Uni-Koeln.DE!uni-duisburg.de!l1-hrz.uni-duisburg.de!sb463ba From: sb463ba@l1-hrz.uni-duisburg.de (Georg Bauhaus) Newsgroups: comp.lang.ada Subject: Re: User define attributes Date: Tue, 17 Apr 2001 12:34:32 +0000 (UTC) Organization: Gerhard-Mercator-Universitaet - Gesamthochschule Duisburg Message-ID: <9bhd8o$jp6$1@a1-hrz.uni-duisburg.de> References: <9b9g7c$cp6$1@taliesin.netcom.net.uk> <3ada9cf5$1@pull.gecm.com> <9behk1$ik9$1@taliesin.netcom.net.uk> <3adad7ab$1@pull.gecm.com> <3ADB033A.F10344A9@gsde.hou.us.ray.com> <3adb0ba1$1@pull.gecm.com> <3ADB1BAA.6F4E0437@gsde.hou.us.ray.com> <9bf8uj$7e9$1@nh.pace.co.uk> <3ADB6B71.386A647E@gsde.hou.us.ray.com> NNTP-Posting-Host: l1-hrz.uni-duisburg.de X-Trace: a1-hrz.uni-duisburg.de 987510872 20262 134.91.4.34 (17 Apr 2001 12:34:32 GMT) X-Complaints-To: usenet@news.uni-duisburg.de NNTP-Posting-Date: Tue, 17 Apr 2001 12:34:32 +0000 (UTC) X-Newsreader: TIN [version 1.2 PL2] Xref: supernews.google.com comp.lang.ada:6946 Date: 2001-04-17T12:34:32+00:00 List-Id: Samuel T. Harris (u61783@gsde.hou.us.ray.com) wrote: : One of the inconveniences in my experience with using streams : or other binary representation for transmission is that I : cannot simply use a network sniffer to spoof the contents. : If I'm passing all data packets with textual contents, I can : read what a distributed system is doing with any old spoofer. So you could write your own 'Write or 'Output and use text streams. Am I missing something? Georg