demoks.blogg.se

Wireshark dmg
Wireshark dmg











wireshark dmg
  1. Wireshark dmg for mac os x#
  2. Wireshark dmg install#

osx-app.sh $STRIP -bp $INSTALLPREFIX/bin/ -p. " 249 exit 1 250 fi 251 if 252 then 253 echo "The file \"ist\" could not be found, please re-run configure." 254 exit 1 255 fi 256 257 # Set python command line option (if PYTHON_MODULES location is not empty, then add the python call to the command line, otherwise, stay empty) 258 if ] then 259 PYTHON_MODULES = " -py $PYTHON_MODULES " 260 # TODO: fix this: it does not allow for spaces in the PATH under this form and cannot be quoted 261 fi 262 263 # Create app bundle 264. configure $ALLCONFFLAGS 210 status = $? 211 if ] then 212 echo -e "\nConfigure failed" 213 exit $status 214 fi 215 cd $HERE 216 fi 217 218 if ] 219 then 220 cd $SRCROOT 221 makeĢ22 status = $? 223 if ] then 224 echo -e "\nBuild failed" 225 exit $status 226 fi 227 cd $HERE 228 fi 229 230 if ] 231 then 232 cd $SRCROOT 233 make installĢ34 status = $? 235 if ] then 236 echo -e "\nInstall failed" 237 exit $status 238 fi 239 cd $HERE 240 fi 241 242 if ] 243 then 244 245 # Test the existence of required files 246 if 247 then 248 echo " The wireshark executable \" $INSTALLPREFIX /bin/wireshark\" cound not be found.

wireshark dmg

autogen.shġ92 status = $? 193 if ] then 194 echo -e "\nautogen failed" 195 exit $status 196 fi 197 cd $HERE 198 fi 199 200 if ] 201 then 202 ALLCONFFLAGS = ` echo " $CONFFLAGS -prefix= $INSTALLPREFIX " ` 203 cd $SRCROOT 204 if 205 then 206 echo " Configure script not found in $SRCROOT.

wireshark dmg

Wireshark dmg install#

# we are currently in packaging/macosx 93 94 # Defaults 95 if 96 then 97 INSTALLPREFIX =/tmp/instĩ8 fi 99 SVNUPDATE = "f" 100 AUTOGEN = "f" 101 CONFIGURE = "f" 102 BUILD = "f" 103 INSTALL = "f" 104 PACKAGE = "f" 105 DISTRIB = "f" 106 UPLOAD = "f" 107 108 STRIP = "" 109 PYTHON_MODULES = "" 110 111 # Parse command line options 112 #- 113 while 114 do 115 case $1 inġ16 h | help ) 117 help 118 exit 1 119 all ) 120 SVNUPDATE = "t" 121 CONFIGURE = "t" 122 BUILD = "t" 123 INSTALL = "t" 124 PACKAGE = "t" 125 DISTRIB = "t" 126 u |up |update ) 127 SVNUPDATE = "t" 128 a |auto |autogen ) 129 AUTOGEN = "t" 130 c |conf |configure ) 131 CONFIGURE = "t" 132 b |build ) 133 BUILD = "t" 134 i |install ) 135 INSTALL = "t" 136 p |pack |package ) 137 PACKAGE = "t" 138 d |dist |distrib ) 139 DISTRIB = "t" 140 put |upload ) 141 UPLOAD = "t" 142 -p |-prefix ) 143 INSTALLPREFIX = $2 144 shift 1 145 -s |-strip ) 146 STRIP = "-s" 147 -py |-with-python ) 148 PYTHON_MODULES = " $2 " 149 shift 1 150 * ) 151 echo " Invalid command line option: $1 " 152 exit 2 153 esac 154 shift 1 155 done 156 157 158 # Set environment variables 159 # - 160 export LIBPREFIXġ61 162 # Specific environment variables 163 # automake seach path 164 export CPATH = " $LIBPREFIX /include " 165 # configure search path 166 export CPPFLAGS = " -I $LIBPREFIX /include " 167 # export CPPFLAGS="-I$LIBPREFIX/include -I /System/Library/Frameworks/amework/Versions/Current/Headers" 168 export LDFLAGS = " -L $LIBPREFIX /lib " 169 # compiler arguments 170 export CFLAGS = "-O3 -Wall" 171 export CXXFLAGS = " $CFLAGS " 172 173 174 # Actions 175 # - 176 if ] 177 then 178 cd $SRCROOT 179 svn upġ80 status = $? 181 if ] then 182 echo -e "\nSVN update failed" 183 exit $status 184 fi 185 cd $HERE 186 fi 187 188 if ] 189 then 190 cd $SRCROOT 191. 13 # 14 # Author: 15 # Jean-Olivier Irisson 16 # with information from 17 # Kees Cook 18 # Michael Wybrow 19 # 20 # Copyright (C) 2006-2007 21 # Released under GNU GPL, read the file 'COPYING' for more information 22 # 23 24 # 25 26 # User modifiable parameters 27 #- 28 # Configure flags 29 CONFFLAGS = "-disable-static -enable-shared -enable-osxapp" 30 # Libraries prefix (Warning: NO trailing slash) 31 LIBPREFIX = "/opt/local" 32 # User name on Modevia 33 MODEVIA_NAME = "" 34 35 # 36 37 # Help message 38 #- 39help ( ) 40 87 88 # Parameters 89 #- 90 # Paths 91 HERE = ` pwd ` 92 SRCROOT = $HERE/./. Please see 8 # 9 # for more complete information 10 # 11 # XXX - This script hasn't yet been ported to the Wireshark build 12 # environment and should NOT BE USED.

Wireshark dmg for mac os x#

46 complexity | 68bbb235bf2189b06a12cf974333552c MD5 |Ģ # 3 # $Id$ 4 # 5 # Wireshark compilation and packaging script for Mac OS X 6 # 7 # Copied from the Inkscape distribution.













Wireshark dmg