aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/decode_as_dcerpc.c
AgeCommit message (Collapse)AuthorFilesLines
2005-09-13don't crash with a NULL pointer exception, if "do not decode as" is usedUlf Lamping1-5/+5
svn path=/trunk/; revision=15787
2005-08-20renamed ui_util.c/.h to gui_utils.c/.h to prevent confusion with identical ↵Ulf Lamping1-1/+1
named ui_util.h in / dir svn path=/trunk/; revision=15465
2005-08-05More char -> const char warning fixes.Jörg Mayer1-5/+5
Removed (very few) casts that only change the warning message but don't remove it (with gcc-4). svn path=/trunk/; revision=15227
2005-02-25pinfo->private_data was a quite subptimal ideaRonnie Sahlberg1-1/+1
change the decodeas for dcerpc so that it actually works again for dcerpc over smb svn path=/trunk/; revision=13515
2004-12-27Again, some warnings removed.Ulf Lamping1-5/+5
svn path=/trunk/; revision=12842
2004-09-29Move various tables into the epan directory.Guy Harris1-1/+1
svn path=/trunk/; revision=12130
2004-09-07"g_string_printf()" is GLib 2.x-only, but "g_string_sprintf()" works inGuy Harris1-7/+7
2.x and 1.2[.x]. Use "g_string_sprintf()", its deprecation nonwithstanding. svn path=/trunk/; revision=11935
2004-09-07Canonicalize the line endings, and set svn:eol-style to native to keepGuy Harris1-452/+451
them canonicalized. Set svn:keywords to Id to expand RCS IDs. svn path=/trunk/; revision=11932
2004-09-07don't put the "(none)" interface into the list, Ethereal will crash if it's ↵Ulf Lamping1-1/+2
applied to Decode As svn path=/trunk/; revision=11927
2004-09-07First working implementation of "Decode As" for DCE-RPC interface bindings. ↵Ulf Lamping1-0/+451
Ethereal needs to capture the DCE-RPC bind sequence, to get a relationsship between the interface UUID and the current conversation. If this binding wasn't captured, one can use "Decode As" and choose the interface from a list corresponding to a specific conversation. Currently "only" implemented for connectionoriented (TCP) DCE-RPC, but connectionless is a work in progress. svn path=/trunk/; revision=11924