aboutsummaryrefslogtreecommitdiffstats
path: root/packet-giop.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or toGuy Harris1999-08-261-4/+4
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-4/+16
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-41/+40
* Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1999-03-231-50/+47
* * File needed for one of Laurent's patches that I just committed.Gerald Combs1998-11-181-0/+702