Re: [Wireshark-dev] need help : NSIS

2008-02-19 Thread khalid habibi
hi p have in line 371: ; C-runtime redistributable !ifdef VCREDIST_EXE ; vcredist_x86.exe (MSVC V8) - copy and execute the redistributable installer File "${VCREDIST_EXE}" ExecWait '"$INSTDIR\vcredist_x86.exe"' $0 DetailPrint "vcredist_x86 returned $0" !else !ifdef MSVCR_DLL thanks

[Wireshark-dev] new dissector

2008-02-10 Thread khalid habibi
hi In our thesis in the Fh-Dortmund in Germany. We have developed a new Dissector for Lon-Protocol (Local Operating Network Protocol ). I have used a compressed tar archive of the source code "Wireshark-0.99.5". I need help to send the new dissector to wireshark . I don't know how?. thanks khal

[Wireshark-dev] proto_tree_add_bytes

2007-11-14 Thread khalid habibi
hi Can someone tell me how I use the function,:   proto_tree_add_bytes_format_value() and what do the individual variable.   khalid www.jubii.fr c'est une seule interface pour communiquer. Email, téléphone gratuit, messagerie instantanée, 10 Go d'espace de stockage. Avec www.jubii.fr simplifie

[Wireshark-dev] lenght

2007-11-14 Thread khalid habibi
i m a beginner. I have the following output:   DATA: 005F000103E5 I will spend it in HEX also 0x. Because it has an variable length, I do not know how to do this?   proto_tree_add_item(application_tree, hf_data_nbyte, tvb, offset, -1, pdu_ackd);   { &hf_data_nbyte,   { "DATA",  "lon.datum",

[Wireshark-dev] VALS

2007-11-11 Thread khalid habibi
Hi When Bitweise decoding, I wille an issue as follows: The decoding is for 0x00 like: --- 0 ... : Flag 1: Not Set .0 .. : Flag 2: Not Set .. 0 : Flag 3: Not Set ... 0 : CODE: (0x00) CNP -- If CODE (lezte 5 bits) = 0 (0x00) i