These programs convert between textual and binary representations of numbers. ascii2binary reads input consisting of textual representations of numbers separated by whitespace and produces as output the binary equivalents. The type and precision of the binary output is selected using command line flags. binary2ascii reads input consisting of binary numbers and converts them to their textual representation. Command line flags specify the type and size of the binary numbers and provide control over the format of the output. Unsigned integers may be written out in binary, octal, decimal, or hexadecimal. Signed integers may be written out only in binary or decimal. Floating point numbers may be written out only decimal, either in standard or scientific notation. (If you want to examine the binary representation of floating point numbers, just treat the input as a sequence of unsigned characters.) The two programs are useful for generating test data, for inspecting binary files, and for interfacing programs that generate textual output to programs that require binary input and conversely. They can also be useful when it is desired to reformat numbers. WWW: http://billposer.org/Software/a2b.html > FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/net/hping-devel
Commit message (Expand)AuthorAgeFilesLines
* The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'.linimon2016-11-091-1/+1
* Mark as broken on arm64: cannot determine byte order.linimon2016-11-081-0/+2
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-7/+7
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-1/+1
* Bump PORTREVISION.kevlo2015-12-311-1/+1
* Check OPSYS. This unbreaks DragonFly after last commit.kevlo2015-12-311-1/+1
* Mark this unbroken on FreeBSD < 1100030.kevlo2015-12-312-1/+7
* - Fix the error "[send_ip] sendto: Invalid argument"; ip_len and ip_tos ...kevlo2015-12-223-4/+40
* Typos, whitespace and capitalization fixes (G-P).olgeni2015-09-211-1/+1
* It seems some people keep adding $FreeBSD$ to patch files.mat2015-09-161-3/+0
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-171-1/+0
* Add USES=alias to 11 ports (non-invasive DragonFly support)marino2015-07-031-1/+1
* net category: Remove $PTHREAD_LIBSmarino2015-03-261-3/+0
* cleanup plistbapt2014-12-211-1/+0
* net/hping-devel: support stagewg2014-07-011-22/+11
* - Convert gmake,bzip2 to USESmiwi2014-05-291-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21