aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/giop/packet-cosnaming.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-07Remove some uneeded #includesBill Meier1-2/+0
2010-04-05Get rid of a bunch of check_col().Anders Broman1-1/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2008-05-09Use PROTO_ITEM_SET_HIDDEN().Anders Broman1-0/+3
2007-03-28from Gisle Vanem: some more #pragma's that MingW don't likeUlf Lamping1-1/+1
2007-03-27set "WX" and "#pragma warning(disable:4101)"Ulf Lamping1-1/+4
2007-01-02More Ethereal -> Wireshark renaming.Jaap Keuter1-1/+1
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-1/+1
2006-05-21name changeRonnie Sahlberg1-1/+1
2006-04-19From W.Borgert:Anders Broman1-12/+6
2006-04-17From W. Borgert:Anders Broman1-28/+39
2005-06-25In generated GIOP dissectors, don't set the Protocol or Info columns, orGuy Harris1-172/+199
2005-06-24Re-generate the CosNaming, CosEventComm, and Parlay dissectors from theGuy Harris1-257/+259
2005-05-30Throw an exception if we're handed a null pointer when we weren'tGerald Combs1-0/+4
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-8/+6
2005-03-05Preparations for dropping the old plugin api.Lars Roland1-11/+2
2005-01-15Use -1 as a length value for "to the end of the tvbuff".Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-1/+1
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping1-1/+1
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-744/+744
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-8/+0
2002-07-17From Joerg Mayer:Guy Harris1-9/+0
2002-05-06Remove the unused "offset_saved" variable, as per the changes toGuy Harris1-1/+0
2002-05-04Update the dissectors (by hand) to match the changes toGuy Harris1-21/+25
2002-01-30Updated GIOP plugins, from Frank Singleton.Guy Harris1-349/+234
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-19From Bernd Becker: don't clear COL_INFO until the GIOP subdissecrors areGuy Harris1-1/+1
2001-12-17Now that the GIOP dissector sets "pinfo->current_proto" before callingGuy Harris1-2/+0
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-2/+2
2001-10-31Sigh. Well, if you make the function declarations external, that meansGuy Harris1-0/+2
2001-07-20Get rid of zero-length arrays.Guy Harris1-0/+4
2001-07-19GIOP CosNaming support, from Frank Singleton.Guy Harris1-0/+1888