aboutsummaryrefslogtreecommitdiffstats
path: root/packet-giop.c
Commit message (Expand)AuthorAgeFilesLines
* From Craig Rodrigues:Gerald Combs2003-03-051-133/+106
* Add a function to dissect service contexts whose values don'tGuy Harris2003-02-181-34/+78
* Add a dissector for the CodeSets service context.Guy Harris2003-02-181-3/+29
* Fix a comment to more accurately describe what the statement followingGuy Harris2003-02-151-2/+7
* Don't have "decode_UnknownServiceContext()" put the service contextGuy Harris2003-02-141-57/+56
* From Craig Rodrigues and Bernd Becker (merger of their patches, fromGuy Harris2003-02-131-16/+27
* From Craig Rodrigues: decode the priority value put into the serviceGuy Harris2003-02-131-65/+135
* Update my email address in various places since my old one no longer worksLaurent Deniel2003-01-261-2/+2
* Don't cast away constness, and fix variable and structure memberGuy Harris2002-12-021-12/+12
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-395/+395
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-12/+8
* Add a "tvb_ensure_bytes_exist()", which is like "tvb_bytes_exist()" onlyGuy Harris2002-05-131-14/+12
* Fix a bounds checking error in get_CDR_octet_seq.Gerald Combs2002-05-121-5/+7
* From Joerg Mayer: get rid of unused arguments, and "#if" out an unusedGuy Harris2002-05-021-45/+38
* Use the IEEE floating-point tvbuff accessors to get IEEE floating-pointGuy Harris2002-04-241-86/+9
* From John Mackenzie: register GIOP dissector as a UDP heuristicGuy Harris2002-02-271-1/+3
* Don't give tvbuffs names; instead, give data sources names, where aGuy Harris2002-02-181-2/+2
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-23/+13
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* From Bernd Becker: don't clear COL_INFO until the GIOP subdissecrors areGuy Harris2001-12-191-1/+4
* Save the current protocol string, and set the current protocol string toGuy Harris2001-12-171-1/+12
* Support for LOCATION_FORWARD, LOCATION_FORWARD_PERM andGuy Harris2001-12-151-5/+11
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-35/+35
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-3/+4
* Free allocated memory as soon as we're done with it. In many cases,Guy Harris2001-08-281-84/+154
* Free the exception ID string if we've allocated one.Guy Harris2001-08-201-4/+9
* Patch from Bernd Becker: "header->exception_id" has to be set regardlessGuy Harris2001-08-201-12/+13
* Update from Frank Singleton to get rid of a bogus "Malformed Frame"Guy Harris2001-07-271-5/+5
* Fix from Frank Singleton to get rid of a premature "g_free()" of memory.Guy Harris2001-07-261-3/+4
* Don't try to look up a module name in the module hash table if we don'tGuy Harris2001-07-251-1/+4
* Updates from Frank Singleton - get rid of an option that was madeGuy Harris2001-07-051-13/+1
* From Frank Singleton: add subtrees for ServiceContextList and IOR.Guy Harris2001-07-031-4/+30
* If the reply status isn't handled, don't complain about an unknownGuy Harris2001-07-031-2/+2
* From Frank Singleton: when GIOP sub-dissectors register themselves, haveGuy Harris2001-06-291-13/+30
* Improved support for CORBA IDL "fixed" types, and fix to handling ofGuy Harris2001-06-271-32/+218
* Include "strerror.h" only on platforms that don't declare it in aGuy Harris2001-06-231-1/+3
* From Frank Singleton: fix compiler warnings.Guy Harris2001-06-191-19/+18
* Support for protocols running atop GIOP, from Frank Singleton.Guy Harris2001-06-181-553/+4419
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-4/+4
* Various signed vs. unsigned fixes, from Joerg Mayer.Guy Harris2001-06-181-3/+3
* More signed-vs-unsigned changes from Joerg Mayer.Guy Harris2001-04-271-5/+5
* Replace some C++-style comments with C-style ones.Olivier Abad2001-02-261-6/+6
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-13/+9
* Do not use "match_strval()" unless you're prepared to check whether itGuy Harris2001-01-161-7/+7
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-2/+2
* "get_CDR_short()", from Frank Singleton.Guy Harris2000-11-151-2/+30
* Don't set the "Protocol" column to "GIOP" until we've decided that theGuy Harris2000-11-121-9/+11