| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't cast away constness, and fix variable and structure member | Guy Harris | 2002-12-02 | 1 | -12/+12 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -395/+395 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -12/+8 |
* | Add a "tvb_ensure_bytes_exist()", which is like "tvb_bytes_exist()" only | Guy Harris | 2002-05-13 | 1 | -14/+12 |
* | Fix a bounds checking error in get_CDR_octet_seq. | Gerald Combs | 2002-05-12 | 1 | -5/+7 |
* | From Joerg Mayer: get rid of unused arguments, and "#if" out an unused | Guy Harris | 2002-05-02 | 1 | -45/+38 |
* | Use the IEEE floating-point tvbuff accessors to get IEEE floating-point | Guy Harris | 2002-04-24 | 1 | -86/+9 |
* | From John Mackenzie: register GIOP dissector as a UDP heuristic | Guy Harris | 2002-02-27 | 1 | -1/+3 |
* | Don't give tvbuffs names; instead, give data sources names, where a | Guy Harris | 2002-02-18 | 1 | -2/+2 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -23/+13 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | From Bernd Becker: don't clear COL_INFO until the GIOP subdissecrors are | Guy Harris | 2001-12-19 | 1 | -1/+4 |
* | Save the current protocol string, and set the current protocol string to | Guy Harris | 2001-12-17 | 1 | -1/+12 |
* | Support for LOCATION_FORWARD, LOCATION_FORWARD_PERM and | Guy Harris | 2001-12-15 | 1 | -5/+11 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -35/+35 |
* | Moved from using dissect_data() to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -3/+4 |
* | Free allocated memory as soon as we're done with it. In many cases, | Guy Harris | 2001-08-28 | 1 | -84/+154 |
* | Free the exception ID string if we've allocated one. | Guy Harris | 2001-08-20 | 1 | -4/+9 |
* | Patch from Bernd Becker: "header->exception_id" has to be set regardless | Guy Harris | 2001-08-20 | 1 | -12/+13 |
* | Update from Frank Singleton to get rid of a bogus "Malformed Frame" | Guy Harris | 2001-07-27 | 1 | -5/+5 |
* | Fix from Frank Singleton to get rid of a premature "g_free()" of memory. | Guy Harris | 2001-07-26 | 1 | -3/+4 |
* | Don't try to look up a module name in the module hash table if we don't | Guy Harris | 2001-07-25 | 1 | -1/+4 |
* | Updates from Frank Singleton - get rid of an option that was made | Guy Harris | 2001-07-05 | 1 | -13/+1 |
* | From Frank Singleton: add subtrees for ServiceContextList and IOR. | Guy Harris | 2001-07-03 | 1 | -4/+30 |
* | If the reply status isn't handled, don't complain about an unknown | Guy Harris | 2001-07-03 | 1 | -2/+2 |
* | From Frank Singleton: when GIOP sub-dissectors register themselves, have | Guy Harris | 2001-06-29 | 1 | -13/+30 |
* | Improved support for CORBA IDL "fixed" types, and fix to handling of | Guy Harris | 2001-06-27 | 1 | -32/+218 |
* | Include "strerror.h" only on platforms that don't declare it in a | Guy Harris | 2001-06-23 | 1 | -1/+3 |
* | From Frank Singleton: fix compiler warnings. | Guy Harris | 2001-06-19 | 1 | -19/+18 |
* | Support for protocols running atop GIOP, from Frank Singleton. | Guy Harris | 2001-06-18 | 1 | -553/+4419 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -4/+4 |
* | Various signed vs. unsigned fixes, from Joerg Mayer. | Guy Harris | 2001-06-18 | 1 | -3/+3 |
* | More signed-vs-unsigned changes from Joerg Mayer. | Guy Harris | 2001-04-27 | 1 | -5/+5 |
* | Replace some C++-style comments with C-style ones. | Olivier Abad | 2001-02-26 | 1 | -6/+6 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -13/+9 |
* | Do not use "match_strval()" unless you're prepared to check whether it | Guy Harris | 2001-01-16 | 1 | -7/+7 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -2/+2 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Tvbuffify the STP dissector, have it register itself and have the LLC | Guy Harris | 2000-11-16 | 1 | -2/+2 |
* | "get_CDR_short()", from Frank Singleton. | Guy Harris | 2000-11-15 | 1 | -2/+30 |
* | Don't set the "Protocol" column to "GIOP" until we've decided that the | Guy Harris | 2000-11-12 | 1 | -9/+11 |
* | Use "%u", not "%d", to print unsigned integral quantities. | Guy Harris | 2000-11-09 | 1 | -44/+181 |
* | If the packet doesn't have at least GIOP_HEADER_SIZE worth of data | Guy Harris | 2000-11-09 | 1 | -1/+8 |
* | Never hand a "char" or a "gchar" to any of the ctype.h macros; "char" | Guy Harris | 2000-11-08 | 1 | -2/+2 |
* | GIOP 1.2 support and other GIOP enhancements, from Craig Rodrigues. | Guy Harris | 2000-11-07 | 1 | -556/+1064 |
* | Fix labelling of endianness. Error reported by | Gilbert Ramirez | 2000-09-01 | 1 | -3/+3 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+4 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -9/+9 |
* | For packets with GIOP versions that are not supported by the dissector, | Gilbert Ramirez | 2000-07-27 | 1 | -6/+19 |