From Chris Waters: export "find_dissector_table()" and add
[metze/wireshark/wip.git] / packet-giop.c
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-05-13 Guy HarrisAdd a "tvb_ensure_bytes_exist()", which is like "tvb_by...
2002-05-12 Gerald CombsFix a bounds checking error in get_CDR_octet_seq.
2002-05-02 Guy HarrisFrom Joerg Mayer: get rid of unused arguments, and...
2002-04-24 Guy HarrisUse the IEEE floating-point tvbuff accessors to get...
2002-02-27 Guy HarrisFrom John Mackenzie: register GIOP dissector as a UDP...
2002-02-18 Guy HarrisDon't give tvbuffs names; instead, give data sources...
2002-01-24 Guy HarrisReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-19 Guy HarrisFrom Bernd Becker: don't clear COL_INFO until the GIOP...
2001-12-17 Guy HarrisSave the current protocol string, and set the current...
2001-12-15 Guy HarrisSupport for LOCATION_FORWARD, LOCATION_FORWARD_PERM and
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-11-26 Ed WarnickeMoved from using dissect_data() to using call_dissector()
2001-08-28 Guy HarrisFree allocated memory as soon as we're done with it...
2001-08-20 Guy HarrisFree the exception ID string if we've allocated one.
2001-08-20 Guy HarrisPatch from Bernd Becker: "header->exception_id" has...
2001-07-27 Guy HarrisUpdate from Frank Singleton to get rid of a bogus ...
2001-07-26 Guy HarrisFix from Frank Singleton to get rid of a premature...
2001-07-25 Guy HarrisDon't try to look up a module name in the module hash...
2001-07-05 Guy HarrisUpdates from Frank Singleton - get rid of an option...
2001-07-03 Guy HarrisFrom Frank Singleton: add subtrees for ServiceContextLi...
2001-07-03 Guy HarrisIf the reply status isn't handled, don't complain about...
2001-06-29 Guy HarrisFrom Frank Singleton: when GIOP sub-dissectors register...
2001-06-27 Guy HarrisImproved support for CORBA IDL "fixed" types, and fix...
2001-06-23 Guy HarrisInclude "strerror.h" only on platforms that don't decla...
2001-06-19 Guy HarrisFrom Frank Singleton: fix compiler warnings.
2001-06-18 Guy HarrisSupport for protocols running atop GIOP, from Frank...
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-06-18 Guy HarrisVarious signed vs. unsigned fixes, from Joerg Mayer.
2001-04-27 Guy HarrisMore signed-vs-unsigned changes from Joerg Mayer.
2001-02-26 Olivier AbadReplace some C++-style comments with C-style ones.
2001-01-22 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-16 Guy HarrisDo not use "match_strval()" unless you're prepared...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-16 Guy HarrisTvbuffify the STP dissector, have it register itself...
2000-11-15 Guy Harris"get_CDR_short()", from Frank Singleton.
2000-11-12 Guy HarrisDon't set the "Protocol" column to "GIOP" until we...
2000-11-09 Guy HarrisUse "%u", not "%d", to print unsigned integral quantities.
2000-11-09 Guy HarrisIf the packet doesn't have at least GIOP_HEADER_SIZE...
2000-11-08 Guy HarrisNever hand a "char" or a "gchar" to any of the ctype...
2000-11-07 Guy HarrisGIOP 1.2 support and other GIOP enhancements, from...
2000-09-01 Gilbert RamirezFix labelling of endianness. Error reported by
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-07-27 Gilbert RamirezFor packets with GIOP versions that are not supported...
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-05-05 Guy HarrisAdd routines to:
2000-03-12 Gilbert RamirezBreak proto_tree_add_item_format() into multiple functions:
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-10-16 Laurent DenielDeclare print_object_key as static.
1999-10-12 Gilbert RamirezNew proto_tree header_field_info stuff. Header_field_in...
1999-10-09 Laurent DenielAdd display filters.
1999-09-17 Guy HarrisAdd a "BYTES_ARE_IN_FRAME()" macro, to test whether...
1999-08-26 Guy HarrisConvert a bunch of uses of "fd->cap_len" to use "pi...
1999-07-29 Gilbert RamirezMade the protocol (but not the fields) use the new...
1999-07-07 Gilbert RamirezCreated a new protocol tree implementation and a new...
1999-03-23 Gilbert RamirezRemoved all references to gtk objects from packet*...
1998-11-18 Gerald Combs* File needed for one of Laurent's patches that I just...