aboutsummaryrefslogtreecommitdiffstats
path: root/packet-giop.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-28removed some MSVC warnings (warning level 2)ulfl1-4/+4
2003-12-21Compiling with -pedantic:jmayer1-3/+3
2003-11-26From Patrick Kursawe: rename "getline()" so it doesn't collide with theguy1-4/+4
2003-11-16Export "protocol_t" as an opaque type.guy1-3/+3
2003-03-05From Craig Rodrigues:gerald1-133/+106
2003-02-18Add a function to dissect service contexts whose values don'tguy1-34/+78
2003-02-18Add a dissector for the CodeSets service context.guy1-3/+29
2003-02-15Fix a comment to more accurately describe what the statement followingguy1-2/+7
2003-02-14Don't have "decode_UnknownServiceContext()" put the service contextguy1-57/+56
2003-02-13From Craig Rodrigues and Bernd Becker (merger of their patches, fromguy1-16/+27
2003-02-13From Craig Rodrigues: decode the priority value put into the serviceguy1-65/+135
2003-01-26Update my email address in various places since my old one no longer worksdeniel1-2/+2
2002-12-02Don't cast away constness, and fix variable and structure memberguy1-12/+12
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-395/+395
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-12/+8
2002-05-13Add a "tvb_ensure_bytes_exist()", which is like "tvb_bytes_exist()" onlyguy1-14/+12
2002-05-12Fix a bounds checking error in get_CDR_octet_seq.gerald1-5/+7
2002-05-02From Joerg Mayer: get rid of unused arguments, and "#if" out an unusedguy1-45/+38
2002-04-24Use the IEEE floating-point tvbuff accessors to get IEEE floating-pointguy1-86/+9
2002-02-27From John Mackenzie: register GIOP dissector as a UDP heuristicguy1-1/+3
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aguy1-2/+2
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-23/+13
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-12-19From Bernd Becker: don't clear COL_INFO until the GIOP subdissecrors areguy1-1/+4
2001-12-17Save the current protocol string, and set the current protocol string toguy1-1/+12
2001-12-15Support for LOCATION_FORWARD, LOCATION_FORWARD_PERM andguy1-5/+11
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-35/+35
2001-11-26Moved from using dissect_data() to using call_dissector()hagbard1-3/+4
2001-08-28Free allocated memory as soon as we're done with it. In many cases,guy1-84/+154
2001-08-20Free the exception ID string if we've allocated one.guy1-4/+9
2001-08-20Patch from Bernd Becker: "header->exception_id" has to be set regardlessguy1-12/+13
2001-07-27Update from Frank Singleton to get rid of a bogus "Malformed Frame"guy1-5/+5
2001-07-26Fix from Frank Singleton to get rid of a premature "g_free()" of memory.guy1-3/+4
2001-07-25Don't try to look up a module name in the module hash table if we don'tguy1-1/+4
2001-07-05Updates from Frank Singleton - get rid of an option that was madeguy1-13/+1
2001-07-03From Frank Singleton: add subtrees for ServiceContextList and IOR.guy1-4/+30
2001-07-03If the reply status isn't handled, don't complain about an unknownguy1-2/+2
2001-06-29From Frank Singleton: when GIOP sub-dissectors register themselves, haveguy1-13/+30
2001-06-27Improved support for CORBA IDL "fixed" types, and fix to handling ofguy1-32/+218
2001-06-23Include "strerror.h" only on platforms that don't declare it in aguy1-1/+3
2001-06-19From Frank Singleton: fix compiler warnings.guy1-19/+18
2001-06-18Support for protocols running atop GIOP, from Frank Singleton.guy1-553/+4419
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-4/+4
2001-06-18Various signed vs. unsigned fixes, from Joerg Mayer.guy1-3/+3
2001-04-27More signed-vs-unsigned changes from Joerg Mayer.guy1-5/+5
2001-02-26Replace some C++-style comments with C-style ones.oabad1-6/+6
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-13/+9
2001-01-16Do not use "match_strval()" unless you're prepared to check whether itguy1-7/+7
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