![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveRe: Problem with [binary scan] and sign in Tcl 8.4
From: Christopher Nelson <cnelson@nycap.rr.com>
Date: Wed May 25 2005 - 19:20:06 CEST
Michael Schlenker wrote:
Ahh, just the thing:
proc parse_ether { msg aName } {
binary scan $msg "c6 c6 S a*" dst src a(tl) a(data)
Thanks.
|