aboutsummaryrefslogtreecommitdiffstats
path: root/packet-yhoo.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-01Yahoo Messenger YMSG protocol support, from Wayne Parrott.guy1-2/+64
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-25/+25
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
2002-02-01Use -1 rather than "tvb_length_remaining(tvb, offset)" in an item forguy1-3/+3
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-7/+4
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-12-17Get rid of calls to "proto_is_protocol_enabled()" in heuristicguy1-5/+1
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-5/+5
2001-07-16Use "proto_tree_add_item()", not "proto_tree_add_string()" with aguy1-21/+21
2001-07-03Use the "pinfo" argument, rather than the global "pi", to refer to theguy1-3/+3
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-11/+11
2001-04-23Get rid of END_OF_FRAME references in tvbuffified dissectors.guy1-2/+2
2001-04-18Tvbuffify packet-yhoo.c. I could use some feedback on this, as it's mynneul1-36/+58
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+5
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-12/+12
2000-05-11Add tvbuff class.gram1-12/+12
2000-05-05Add routines to:guy1-4/+29
2000-01-07Fix Gerald's e-mail address.guy1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-2/+9
1999-10-20Added Nathan's patch to yahoo dissector.gram1-2/+4
1999-10-14Updates from Nathan Neulinger.guy1-76/+120
1999-10-14Nathan Neulinger's dissector for the Yahoo messenger and pagerguy1-0/+146