aboutsummaryrefslogtreecommitdiffstats
path: root/packet-giop.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-28removed some MSVC warnings (warning level 2)Ulf Lamping1-4/+4
2003-12-21Compiling with -pedantic:Jörg Mayer1-3/+3
2003-11-26From Patrick Kursawe: rename "getline()" so it doesn't collide with theGuy Harris1-4/+4
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-3/+3
2003-03-05From Craig Rodrigues:Gerald Combs1-133/+106
2003-02-18Add a function to dissect service contexts whose values don'tGuy Harris1-34/+78
2003-02-18Add a dissector for the CodeSets service context.Guy Harris1-3/+29
2003-02-15Fix a comment to more accurately describe what the statement followingGuy Harris1-2/+7
2003-02-14Don't have "decode_UnknownServiceContext()" put the service contextGuy Harris1-57/+56
2003-02-13From Craig Rodrigues and Bernd Becker (merger of their patches, fromGuy Harris1-16/+27
2003-02-13From Craig Rodrigues: decode the priority value put into the serviceGuy Harris1-65/+135
2003-01-26Update my email address in various places since my old one no longer worksLaurent Deniel1-2/+2
2002-12-02Don't cast away constness, and fix variable and structure memberGuy Harris1-12/+12
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-395/+395
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-12/+8
2002-05-13Add a "tvb_ensure_bytes_exist()", which is like "tvb_bytes_exist()" onlyGuy Harris1-14/+12
2002-05-12Fix a bounds checking error in get_CDR_octet_seq.Gerald Combs1-5/+7
2002-05-02From Joerg Mayer: get rid of unused arguments, and "#if" out an unusedGuy Harris1-45/+38
2002-04-24Use the IEEE floating-point tvbuff accessors to get IEEE floating-pointGuy Harris1-86/+9
2002-02-27From John Mackenzie: register GIOP dissector as a UDP heuristicGuy Harris1-1/+3
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-2/+2
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-23/+13
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/+4
2001-12-17Save the current protocol string, and set the current protocol string toGuy Harris1-1/+12
2001-12-15Support for LOCATION_FORWARD, LOCATION_FORWARD_PERM andGuy Harris1-5/+11
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-35/+35
2001-11-26Moved from using dissect_data() to using call_dissector()Ed Warnicke1-3/+4
2001-08-28Free allocated memory as soon as we're done with it. In many cases,Guy Harris1-84/+154
2001-08-20Free the exception ID string if we've allocated one.Guy Harris1-4/+9
2001-08-20Patch from Bernd Becker: "header->exception_id" has to be set regardlessGuy Harris1-12/+13
2001-07-27Update from Frank Singleton to get rid of a bogus "Malformed Frame"Guy Harris1-5/+5
2001-07-26Fix from Frank Singleton to get rid of a premature "g_free()" of memory.Guy Harris1-3/+4
2001-07-25Don't try to look up a module name in the module hash table if we don'tGuy Harris1-1/+4
2001-07-05Updates from Frank Singleton - get rid of an option that was madeGuy Harris1-13/+1
2001-07-03From Frank Singleton: add subtrees for ServiceContextList and IOR.Guy Harris1-4/+30
2001-07-03If the reply status isn't handled, don't complain about an unknownGuy Harris1-2/+2
2001-06-29From Frank Singleton: when GIOP sub-dissectors register themselves, haveGuy Harris1-13/+30
2001-06-27Improved support for CORBA IDL "fixed" types, and fix to handling ofGuy Harris1-32/+218
2001-06-23Include "strerror.h" only on platforms that don't declare it in aGuy Harris1-1/+3
2001-06-19From Frank Singleton: fix compiler warnings.Guy Harris1-19/+18
2001-06-18Support for protocols running atop GIOP, from Frank Singleton.Guy Harris1-553/+4419
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-4/+4
2001-06-18Various signed vs. unsigned fixes, from Joerg Mayer.Guy Harris1-3/+3
2001-04-27More signed-vs-unsigned changes from Joerg Mayer.Guy Harris1-5/+5
2001-02-26Replace some C++-style comments with C-style ones.Olivier Abad1-6/+6
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-13/+9
2001-01-16Do not use "match_strval()" unless you're prepared to check whether itGuy Harris1-7/+7
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+3