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.5 required=5.0 tests=BAYES_00,FROMSPACE, FROM_ADDR_WS,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a883dc07df0d6bb1 X-Google-Attributes: gid103376,public From: " "@deneb.cygnus.argh.org (Florian Weimer) Subject: Re: Decoding an octet stream Date: 1999/12/01 Message-ID: <87bt8a2uvr.fsf@deneb.cygnus.argh.org>#1/1 X-Deja-AN: 555646985 References: <877lj2q36g.fsf@deneb.cygnus.argh.org> <81u247$kc3$1@hobbes2.crc.com> <821rc5$bim$1@nnrp1.deja.com> <822o4d$ehh$1@birch.prod.itd.earthlink.net> <8233fm$ngf$1@nntp3.atl.mindspring.net> Mail-Copies-To: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@cygnus.argh.org X-Trace: deneb.cygnus.argh.org 944085032 7650 192.168.1.2 (1 Dec 1999 21:50:32 GMT) Organization: Penguin on board User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) Emacs/20.4 Mime-Version: 1.0 NNTP-Posting-Date: 1 Dec 1999 21:50:32 GMT Newsgroups: comp.lang.ada Date: 1999-12-01T21:50:32+00:00 List-Id: swhalen@netcom.com writes: > I'll try to supress my disgust at how far the patent process > has strayed from reality in the few years you've not been paying > attention, but suffice to say our Patent Office has no clue as > to what consitutes "prior art" or is "obvious" (at least in the > software field). RFC 951 (the BOOTP protocol) mentions the term `standard network byte order' as early as in 1985. Of course, ntohl() and friends are just another example of prior art. According to Stevens' `UNIX Network Programming', they already appeared in the VAX implementation of 4.2BSD for the first time -- in 1983. The Patent Office obviously didn't check the prior art references of the patent application: the NFS documentation is explicitly mentioned, and the XDR specification (RFC 1014, Jun 1987) is more elaborated and deals with the same issues. (And Sun considered it to be their intellectual property afterwards, as it seems. ;) BTW: The thread drifted quite far away from its original subject. Perhaps I may ask again: Is it reasonable to assume that Storage_Element'Size equals 8 (although the standard doesn't require this, of course)? And, looking at David's code, does System.Default_Bit_Order really reflect the byte-ordering?