[Wireshark-dev] Help for calling one dissector from another dissector

2007-05-30 Thread jaiswal.vikash
Hi , This is regarding my mail with the title DTAP dissector not getting called from my dissector posted on 24 May 2007 . Could anyone please suggest a solution to it , I'm still struggling with the display . Regards , Vikash The information contained in this electronic message and any

[Wireshark-dev] DTAP dissector not getting called from my dissector

2007-05-24 Thread jaiswal.vikash
Hi , I've developed a dissector for understanding the wireshark , using an imaginary test protocol. But I'm facing a problem with it . When I try to call another dissector ( I'm calling gsm_a_dtap) , I'm not getting any display for the wireshark gui . The bytes related to dtap are not at all

[Wireshark-dev] Info column problem continued

2007-04-22 Thread jaiswal.vikash
Hi , This mail is with reference to my mail send on 20th. April 2007 with the title Info column display problem. I have written a dissector which is for a proprietary protocol. It is getting dissected well , but I'm only facing problem with the display in info column. When I load my packet

[Wireshark-dev] Info column display problem

2007-04-20 Thread jaiswal.vikash
Hi , I'm using a 64-bit system and am facing a problem with the display for the info column. I'm having a statement as below in my code still the info column does not display anything . if (check_col(pinfo-cinfo, COL_INFO)){ col_set_str(pinfo-cinfo, COL_INFO, XXX );

[Wireshark-dev] building rpm gives error

2007-03-22 Thread jaiswal.vikash
Hi, I have added my plugin to wireshark.Now I need to build RPM with the name I wants.I did the following steps for it. 1.Modified packaging/rpm/SPECS/wireshark.spec.in and added the required name in Name field 2.Modified configure file and # Define the identity of the package

[Wireshark-dev] Runtime error OOPs

2007-02-22 Thread jaiswal.vikash
Hi , I've written a dissector for my protocol. It's compiling fine but while executing it gives the following error OOPS: ',' in 'introip_app_tra_prm_ext3,' Unhandled exception (proto.c:3607: failed assertion ((*__ctype_b_loc ())[(int) ((c))] (unsigned short int) _ISalnum) || c == '-' || c

[Wireshark-dev] range_string problem

2007-01-24 Thread jaiswal.vikash
Hi , I've tried to use range_string in my dissector in the following way , but it's giving an error . { hf_xyz_vlr_cfdata_ncrt, {No reply condition time, xyz.vlr_cfdata_ncrt,FT_UINT8, BASE_DEC, RVALS(vlr_cfdata_nrct_rvals), 0x0,, HFILL }}, static const

[Wireshark-dev] protocol on top of SUA layer

2006-10-13 Thread jaiswal.vikash
Hi , I'm trying to write a dissector for a protocol which runs atop SUA layer . Can anyone tell me if any such protocol which runs over SUA layer has been implemented in wireshark ( ethereal ). Regards , Vikash The information contained in this electronic message and any attachments to