| Commit message (Expand) | Author | Age | Files | Lines |
* | From Craig Rodrigues: | Gerald Combs | 2003-03-05 | 1 | -133/+106 |
* | Add a function to dissect service contexts whose values don't | Guy Harris | 2003-02-18 | 1 | -34/+78 |
* | Add a dissector for the CodeSets service context. | Guy Harris | 2003-02-18 | 1 | -3/+29 |
* | Fix a comment to more accurately describe what the statement following | Guy Harris | 2003-02-15 | 1 | -2/+7 |
* | Don't have "decode_UnknownServiceContext()" put the service context | Guy Harris | 2003-02-14 | 1 | -57/+56 |
* | From Craig Rodrigues and Bernd Becker (merger of their patches, from | Guy Harris | 2003-02-13 | 1 | -16/+27 |
* | From Craig Rodrigues: decode the priority value put into the service | Guy Harris | 2003-02-13 | 1 | -65/+135 |
* | Update my email address in various places since my old one no longer works | Laurent Deniel | 2003-01-26 | 1 | -2/+2 |
* | 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 |