Hi, I read both of these. Say i just wanted to output the integer 7. proto_tree_add_uint(tree, id, tvb?, ?, ?, 7); i dont understand what tvb is / does i guess.
Also, i will be using the raw data to send to a function to send back a string for the header names. where would be the best place to put the function for the return string? would in the proto_register hf_register_info be ok? or in the dissect_foo() when adding to the tree? and what data type should be used, i was thinking char * but so far i've only gotten junk to output when using proto_tree_add_text(...) when i have a test function returning "test" as a char *. Greg ---- Jaap Keuter <[email protected]> wrote: ============= Hi, Look in doc/README.developer and epan/proto.h for proto_tree_add_uint[_format](tree, ...) Thanx, Jaap [email protected] wrote: > Hello, > > In my custom dissector i understand how to take data from the buffer and > output it, but how do i output a number thats not from the buffer. I will be > getting data from another dll proxy that i will want to output. So say i have > an int variable "test" that gets set by a function "public int Test()" in my > loaded dll, how would i output my variable in the tree? I hope you understand > what i mean > > Thanks, > Greg ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
