Wireshark-dev: Re: [Wireshark-dev] RTP Muxing with compressed header
From: Anders Broman <anders.broman@xxxxxxxxxxxx>
Date: Tue, 16 Mar 2010 14:47:20 +0100
Hi, Look up proto.c:4239 and read the code then search the mail archive for " failed assertion "hfinfo->display == BASE_NONE"", group=1, code=4" /doc/readme.developer also has some info. hint: Probably one of your hf entries of FT_BYTES or FT_STRING(...) does not have BASE_NONE... Regards Anders ________________________________________ From: wireshark-dev-bounces@xxxxxxxxxxxxx [wireshark-dev-bounces@xxxxxxxxxxxxx] On Behalf Of Sourabh Rathor [sourabhrathor2008@xxxxxxxxx] Sent: Tuesday, March 16, 2010 11:20 AM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] RTP Muxing with compressed header Hi Anders, Thanks for your feedback. The problem has been resolved by checkout of the code again from svn. Now the make is sucessful. And I have done make install as well. But now while running the wirehsark it gies the following error :: sourabh@debian:~/.subversion$ wireshark& [1] 12876 sourabh@debian:~/.subversion$ Unhandled exception ("proto.c:4239: failed assertion "hfinfo->display == BASE_NONE"", group=1, code=4) [1]+ Aborted wireshark sourabh@debian:~/.subversion$ Thanks In Advance On Mon, Mar 15, 2010 at 9:52 AM, Anders Broman <anders.broman@xxxxxxxxxxxx<mailto:anders.broman@xxxxxxxxxxxx>> wrote: Hi, My guess is that you need to add the libsmi library or do configure without libsmi(not sure about the exact syntax refer to the development doc). Regards Anders ________________________________________ From: wireshark-dev-bounces@xxxxxxxxxxxxx<mailto:wireshark-dev-bounces@xxxxxxxxxxxxx> [wireshark-dev-bounces@xxxxxxxxxxxxx<mailto:wireshark-dev-bounces@xxxxxxxxxxxxx>] On Behalf Of Sourabh Rathor [sourabhrathor2008@xxxxxxxxx<mailto:sourabhrathor2008@xxxxxxxxx>] Sent: Monday, March 15, 2010 12:33 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] RTP Muxing with compressed header Hi Developers Can anybody help me on this ??? Thanks in Advance On Thu, Feb 18, 2010 at 11:00 AM, Sourabh Rathor <sourabhrathor2008@xxxxxxxxx<mailto:sourabhrathor2008@xxxxxxxxx><mailto:sourabhrathor2008@xxxxxxxxx<mailto:sourabhrathor2008@xxxxxxxxx>>> wrote: Hi make in the epan/disectors folder was successful but when I tried it in the parent folder (wireshark-1.3.1#) it shows the following error. gcc: @LIBSMI_LDFLAGS@: No such file or directory make[3]: *** [libwireshark.la<http://libwireshark.la><http://libwireshark.la>] Error 1 make[3]: Leaving directory `/home/sourabh/wireshark-1.3.1/epan' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/sourabh/wireshark-1.3.1/epan' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/sourabh/wireshark-1.3.1' make: *** [all] Error 2 debian:/home/sourabh/wireshark-1.3.1# Please help. On Thu, Feb 18, 2010 at 12:08 AM, Sourabh Rathor <sourabhrathor2008@xxxxxxxxx<mailto:sourabhrathor2008@xxxxxxxxx><mailto:sourabhrathor2008@xxxxxxxxx<mailto:sourabhrathor2008@xxxxxxxxx>>> wrote: Hi Thanks... It solved the problem. Now the make is successful but after that when I started wireshark the new "nb_rtpmux" and "compress_rtp" filters are not visible in the expressions field. Thanks in Advance. Sourabh Rathor On Wed, Feb 17, 2010 at 9:20 AM, Joerg Mayer <jmayer@xxxxxxxxx<mailto:jmayer@xxxxxxxxx><mailto:jmayer@xxxxxxxxx<mailto:jmayer@xxxxxxxxx>>> wrote: On Wed, Feb 17, 2010 at 09:03:55AM -0500, Sourabh Rathor wrote: > automake was successuful but configure didnt worked. > > sourabh@debian:~/wireshark-1.3.1$ ./configure > ./configure: line 1799: config.log: Permission denied > ./configure: line 1809: config.log: Permission denied Hmm, either you don't have write permission for the current directory or the file config.log is owned by someone else, i.e. you are running as normal user now but last time you built as user root. ciao Joerg -- Joerg Mayer <jmayer@xxxxxxxxx<mailto:jmayer@xxxxxxxxx><mailto:jmayer@xxxxxxxxx<mailto:jmayer@xxxxxxxxx>>> We are stuck with technology when what we really want is just stuff that works. Some say that should read Microsoft instead of technology. ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx<mailto:wireshark-dev@xxxxxxxxxxxxx><mailto:wireshark-dev@xxxxxxxxxxxxx<mailto:wireshark-dev@xxxxxxxxxxxxx>>> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-request@xxxxxxxxxxxxx<mailto:wireshark-dev-request@xxxxxxxxxxxxx><mailto:wireshark-dev-request@xxxxxxxxxxxxx<mailto:wireshark-dev-request@xxxxxxxxxxxxx>>?subject=unsubscribe -- Sourabh Rathor Institute Of Informatics & Communication South Campus, Delhi University -- Sourabh Rathor Institute Of Informatics & Communication South Campus, Delhi University -- Sourabh Rathor Institute Of Informatics & Communication South Campus, Delhi University ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <wireshark-dev@xxxxxxxxxxxxx<mailto:wireshark-dev@xxxxxxxxxxxxx>> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:wireshark-dev-request@xxxxxxxxxxxxx<mailto:wireshark-dev-request@xxxxxxxxxxxxx>?subject=unsubscribe -- Sourabh Rathor Institute Of Informatics & Communication South Campus, Delhi University
- Follow-Ups:
- Re: [Wireshark-dev] RTP Muxing with compressed header
- From: Sourabh Rathor
- Re: [Wireshark-dev] RTP Muxing with compressed header
- References:
- Re: [Wireshark-dev] RTP Muxing with compressed header
- From: Sourabh Rathor
- Re: [Wireshark-dev] RTP Muxing with compressed header
- From: Anders Broman
- Re: [Wireshark-dev] RTP Muxing with compressed header
- From: Sourabh Rathor
- Re: [Wireshark-dev] RTP Muxing with compressed header
- Prev by Date: [Wireshark-dev] I want to speak with a good developer
- Next by Date: Re: [Wireshark-dev] INTERLINK dissector plugin added
- Previous by thread: Re: [Wireshark-dev] RTP Muxing with compressed header
- Next by thread: Re: [Wireshark-dev] RTP Muxing with compressed header
- Index(es):