/*** analog http://www.analog.cx/ ***/ /*** This program is copyright (c) Stephen R. E. Turner 1995 - 2001 except as *** stated otherwise. Distribution, usage and modification of this program is *** subject to the conditions of the Licence which you should have received *** with it. This program comes with no warranty, expressed or implied. ***/ /********************************************************* Analog Mobile Phone Report for Japan Y. Ashiya (2000-02-23) http://www.eagle-net.ne.jp/~aya/analog/ You can distinguish the access at mobile phones. *********************************************************/  OSレポートに「携帯電話」を追加します。また、サブ階層にサービス名「i-mode」、「EZ Web」、「J-SkyWeb」、「H" link」、「ドットi」を出力しますします。  端末情報を表示したい場合にはブラウザの概要等でサブ階層レポートを設定してください。  analog.cfgに "SUBBROW */*.*" を追加すれば出力されます。 /************************* 使用規約 *************************/  このパッチの使用、配布、修正は各バージョンの analog (http://www.analog.cx/) のライセンスに準じます。 /************************* 使用方法 *************************/  配布は tree.c のみです。tree.cを analogソースファイル群にコピーしてコンパイルしてください。  analogソースファイルは http://www.analog.cx 等で入手できます。  コンパイルの方法は "analog homepage(http://www.analog.cx)" 、"日本語analogホームページ(http://www.tokyo-kasei.ac.jp/~matsuki/analog/)" 等を参照してください。 /************************* 修正 *************************/  オリジナルとの差分は以下の追記のみ 4.90beta3 tree.c 841-850 4.16 tree.c 832-841 --from else if (strstr(whole, "UP.Browser") != NULL) *name = "携帯電話:EZ Web"; else if (strstr(whole, "DoCoMo") != NULL) *name = "携帯電話:i-mode"; else if (strstr(whole, "J-PHONE") != NULL) *name = "携帯電話:J-SkyWeb"; else if (strstr(whole, "PDXGW") != NULL) *name = "携帯電話:H\" link"; else if (strstr(whole, "ASTEL") != NULL) *name = "携帯電話:ドットi"; --end /************************* 履歴 *************************/ 4.901b3 International Ver・日本版新設等 4.901Jb3 4.161 4.161J 1.00 公開開始