aboutsummaryrefslogtreecommitdiffstats
path: root/packet-giop.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use "%u", not "%d", to print unsigned integral quantities.Guy Harris2000-11-091-44/+181
* If the packet doesn't have at least GIOP_HEADER_SIZE worth of dataGuy Harris2000-11-091-1/+8
* Never hand a "char" or a "gchar" to any of the ctype.h macros; "char"Guy Harris2000-11-081-2/+2
* GIOP 1.2 support and other GIOP enhancements, from Craig Rodrigues.Guy Harris2000-11-071-556/+1064
* Fix labelling of endianness. Error reported byGilbert Ramirez2000-09-011-3/+3
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+4
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-9/+9
* For packets with GIOP versions that are not supported by the dissector,Gilbert Ramirez2000-07-271-6/+19
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-3/+3
* Add tvbuff class.Gilbert Ramirez2000-05-111-39/+39
* Add routines to:Guy Harris2000-05-051-12/+25
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-2/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-2/+8
* Declare print_object_key as static.Laurent Deniel1999-10-161-2/+2
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-3/+5
* Add display filters.Laurent Deniel1999-10-091-22/+31
* Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1999-09-171-4/+4