From: Sergey Shilov <hsv@dstszi.gov.ua> To: community@altlinux.ru Subject: Re: [Comm] 2 вопроса Date: Mon, 6 Jun 2005 16:43:52 +0000 Message-ID: <200506061643.54397.hsv@dstszi.gov.ua> (raw) In-Reply-To: <200506061257.45894.i92@mma.ru> В сообщении от 6 Июнь 2005 08:57 Igor написал(a): > 1. найти последовательность "637A8A14-AF98-41DA-969A-2BD16ECDA800" в файловой > структуре телефона, возможно она не целиком, а кусками... в связи с чем > логично хотелось бы что-то типа: "findhex ./ '0x63 0x7A 0x8A 0x14 0xAF...'" Вариации на тему (пример поиска в содержимом файлов) find . -type f -exec cat {} \; | awk '{ if (match($0, "\x63\x7a\x8a\x14\xaf" ) ) { print $0 } }' где "\x63\x7a\x8a\x14\xaf" - регулярное выражение... > 2. Порой хочется посмотреть обмен "комп-железка" сейчас, например, > понадобилось узнать последовательность инициализации minicom-ом модема (в > настройках она есть, но напрямую посылание ее в /dev/modem эффекта не дает). > Но это частный случай, вообще хотелось бы научиться смотреть обмен... ИМХО толковый дамп трафика с железяки можно получить у драйвера, но задача это не совсем тривиальная и требующая "потрошения" кода самого драйвера. У generic_serial есть параметр gs_debug, но в данном случае он наверное не поможет, хотя некоторую информацию предоставит. -- С уважением Сергей Шилов
prev parent reply other threads:[~2005-06-06 16:43 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2005-06-06 7:00 Igor 2005-06-06 7:56 ` Maxim Bodyansky 2005-06-06 8:57 ` Igor 2005-06-06 8:56 ` Slava Dubrovskiy 2005-06-06 9:32 ` Igor 2005-06-06 16:43 ` Sergey Shilov [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=200506061643.54397.hsv@dstszi.gov.ua \ --to=hsv@dstszi.gov.ua \ --cc=community@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git