Author Topic: Zaurus aka IrDA sniffer  (Read 5205 times)

suruaZ

  • Full Member
  • ***
  • Posts: 123
    • View Profile
Zaurus aka IrDA sniffer
« Reply #15 on: May 30, 2004, 10:12:17 am »
Quote
I just built and uploaded it to http://sense.net/zc/files, let me know if it works.

Thanks datajerk. It works. At least I\'m able to run the program, to see the help. Unfortunately I was not able yet to find the way how to sniff ircomm with it.
I tried
#sersniff -i /dev/ircomm -o /dev/tty0 -b 115200 -s
and some other command lines without getting of any output in the terminal screen or file.
Did someone had more luck with sersniff to sniff ircomm?

suruaZ
SL-5500, Sharp ROM 3.13, Pretec GSM/GPRS CF, IBM Microdrive 340 MB

datajerk

  • Full Member
  • ***
  • Posts: 219
    • View Profile
    • http://
Zaurus aka IrDA sniffer
« Reply #16 on: May 30, 2004, 05:47:52 pm »
I believe that ircomm is disabled by default.  Try setting to automatic in the beam receive app.  Just a guess.  I will try to test later.

ciro

  • Newbie
  • *
  • Posts: 17
    • View Profile
Zaurus aka IrDA sniffer
« Reply #17 on: May 31, 2004, 08:15:17 am »
I guess you want the irdadump utility (it\'s part of irda-utils)

NAME
       irdadump -- monitors the IrDA traffic on one ore more links.


SYNOPSIS
       irdadump [-i device]  [-d]  [-l]  [-s n]  [-x]

OPTIONS
       -i device N.N.

       -l set line buffering on output file.

       -d  prints  the  time  difference  between the current and the previous
       frame.

       -s n Set snaplen for -x.

       -x dump frame.

suruaZ

  • Full Member
  • ***
  • Posts: 123
    • View Profile
Zaurus aka IrDA sniffer
« Reply #18 on: May 31, 2004, 08:29:35 am »
Quote
I guess you want the irdadump utility (it\'s part of irda-utils)


Have you seen it ported for Zaurus somewhere?

suruaZ
SL-5500, Sharp ROM 3.13, Pretec GSM/GPRS CF, IBM Microdrive 340 MB

ciro

  • Newbie
  • *
  • Posts: 17
    • View Profile
Zaurus aka IrDA sniffer
« Reply #19 on: May 31, 2004, 08:47:39 am »
Get some old irda-tools package from debian/arm. I hope it will be compatible with your libc. Though, it\'s not hard to compile.