]> The Tcpdump Group git mirrors - tcpdump/commit
Wrap some common code up as uint2tokary().
authorDenis Ovsienko <[email protected]>
Wed, 30 Sep 2020 20:45:25 +0000 (21:45 +0100)
committerDenis Ovsienko <[email protected]>
Wed, 30 Sep 2020 20:48:28 +0000 (21:48 +0100)
commite1fd57e0849de3b53eba7b380ce978f87de88e9c
tree48717301a7399395d081940c7dcfa7b994d7a3d8
parentfaf8fb70af3a013e5d662b8283dec742fd6b1a77
Wrap some common code up as uint2tokary().

I like the ternary operator (in programming languages that define it with
the same associativity as humans tend to presume), but sometimes a lookup
function is better.
netdissect.h
print-m3ua.c
print-openflow-1.0.c
print-openflow-1.3.c
util-print.c