Thanks a lot. But I need to have it for my current Version 0.99.5 installed under linux or solaris.
I have found a solution when having Wireshark installed under Windows: Adding the following ( from http://wiki.wireshark.org/Lua/Examples) to init.lua file and it will work. -- register http to handle ports 4888-4891 do local tcp_port_table = DissectorTable.get("tcp.port") local http_dissector = tcp_port_table:get_dissector(80) for port in {4888,4889,4890,4891} do tcp_port_table:add(port,http_dissector) end end But under Solaris I don't find an init.lua ??? I somebody has any idea, this would be great. Rgs, Hoschi -------- Original-Nachricht -------- > Datum: Wed, 12 Dec 2007 11:26:44 +0100 > Von: "Anders Broman" <[EMAIL PROTECTED]> > An: "Community support list for Wireshark" <wireshark-users@wireshark.org> > Betreff: Re: [Wireshark-users] Decode multiple ports as UMA > Hi, > In the upcomming 0.99.7 this is solved with a port range in UMA you can > download a pre release from: > > http://www.wireshark.org/download/prerelease/wireshark-setup-0.99.7pre2. > exe > Regards > Anders > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: den 12 december 2007 11:15 > To: wireshark-users@wireshark.org > Subject: [Wireshark-users] Decode multiple ports as UMA > > Hello, > > I would like to decode a range of ports for the same protocol but the > default allows to me to use only one port. > > I have already seen that I can do this manually with "Decode As" but I > have to do this every time, I open wireshark. > > Did somebody already had the same problem? > > thanks, > hoschi > -- > GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. > Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail > _______________________________________________ > Wireshark-users mailing list > Wireshark-users@wireshark.org > http://www.wireshark.org/mailman/listinfo/wireshark-users > _______________________________________________ > Wireshark-users mailing list > Wireshark-users@wireshark.org > http://www.wireshark.org/mailman/listinfo/wireshark-users -- GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS. Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail _______________________________________________ Wireshark-users mailing list Wireshark-users@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-users