Overview
Comment: | Cleaned up |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
eda3d468e1e2650e6c4bc3212a46d28b |
User & Date: | rkeene on 2014-01-25 06:40:22 |
Other Links: | manifest | tags |
Context
2014-01-25
| ||
06:57 | Updated to cleanup at any exit point check-in: 1384012f07 user: rkeene tags: trunk | |
06:40 | Cleaned up check-in: eda3d468e1 user: rkeene tags: trunk | |
06:27 | Updated to name service we create "npf", which is what winpcap expects to find and creates if not present check-in: 8f671ec548 user: rkeene tags: trunk | |
Changes
Modified main.tcl from [836be22022] to [2ed373a5f2].
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | + - + | #! /usr/bin/env tclsh package require starkit starkit::startup lappend auto_path [file join $::starkit::topdir twapi] package require twapi # Determine platform to install driver for |
︙ | |||
61 62 63 64 65 66 67 | 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | - + - + - - - + - + + + | set iface_adapter [lindex [::twapi::get_netif_info $iface_idx -adaptername] 1] set iface_npf "\\Device\\NPF_${iface_adapter}" set argv [lreplace $argv $dest_parm_idx $dest_parm_idx $iface_npf] } } |
︙ | |||
105 106 107 108 109 110 111 | 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 | - - - | if {!$started} { error "npf did not start" } } npf_err]} { set npf_failed 1 } |
︙ |