aboutsummaryrefslogtreecommitdiffstats
path: root/packet-giop.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-2/+2
2000-11-15"get_CDR_short()", from Frank Singleton.Guy Harris1-2/+30
2000-11-12Don't set the "Protocol" column to "GIOP" until we've decided that theGuy Harris1-9/+11
2000-11-09Use "%u", not "%d", to print unsigned integral quantities.Guy Harris1-44/+181
2000-11-09If the packet doesn't have at least GIOP_HEADER_SIZE worth of dataGuy Harris1-1/+8
2000-11-08Never hand a "char" or a "gchar" to any of the ctype.h macros; "char"Guy Harris1-2/+2
2000-11-07GIOP 1.2 support and other GIOP enhancements, from Craig Rodrigues.Guy Harris1-556/+1064
2000-09-01Fix labelling of endianness. Error reported byGilbert Ramirez1-3/+3
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+4
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-9/+9
2000-07-27For packets with GIOP versions that are not supported by the dissector,Gilbert Ramirez1-6/+19
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-3/+3
2000-05-11Add tvbuff class.Gilbert Ramirez1-39/+39
2000-05-05Add routines to:Guy Harris1-12/+25
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-2/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-2/+8
1999-10-16Declare print_object_key as static.Laurent Deniel1-2/+2
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-3/+5
1999-10-09Add display filters.Laurent Deniel1-22/+31
1999-09-17Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are aGuy Harris1-4/+4
1999-08-26Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or toGuy Harris1-4/+4
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-4/+16
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-41/+40
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-50/+47
1998-11-18* File needed for one of Laurent's patches that I just committed.Gerald Combs1-0/+702