| Commit message (Expand) | Author | Age | Files | Lines |
* | If we don't find a trailing / in a parameter, throw the appropriate | Guy Harris | 2004-03-23 | 1 | -13/+9 |
* | Don't use fixed-length buffers for strings - there's no absolute string | Guy Harris | 2004-03-20 | 1 | -28/+50 |
* | From Tom Uijldert: decode and display alphanumeric message content and | Guy Harris | 2004-03-05 | 1 | -8/+74 |
* | From Reinhard Speyerer: handle 10-digit UCP dates, which lack a seconds | Guy Harris | 2003-11-25 | 1 | -1/+3 |
* | From Tom Uijldert: fix some fields to use the appropriate value_string | Guy Harris | 2003-06-26 | 1 | -2/+2 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -5/+5 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -9/+1 |
* | From Joerg Mayer: | Guy Harris | 2002-07-17 | 1 | -5/+1 |
* | From Tom Uijldert: | Guy Harris | 2002-06-20 | 1 | -3/+4 |
* | From Tom Uijldert: create a subtree with "proto_item_add_subtree()", | Guy Harris | 2002-04-11 | 1 | -29/+33 |
* | Initialize the "tm_isdst" field of a "struct tm" to -1 before passing it | Guy Harris | 2002-03-10 | 1 | -1/+2 |
* | Undo the change of "UcpHandleByte(hf_ucp_parm_NT);" to | Guy Harris | 2002-02-15 | 1 | -2/+2 |
* | Register hf_ucp_parm_NT as an FT_UINT8 instead of FT_STRING, | Gilbert Ramirez | 2002-02-14 | 1 | -3/+3 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -3/+2 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | Get rid of calls to "proto_is_protocol_enabled()" in heuristic | Guy Harris | 2001-12-17 | 1 | -4/+1 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -8/+8 |
* | Get rid of the lists of conversation dissectors; instead, have a | Guy Harris | 2001-12-03 | 1 | -3/+4 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -2/+5 |
* | From Tom Uijldert: have an non-heuristic UCP dissector, and register it | Guy Harris | 2001-11-05 | 1 | -17/+50 |
* | Fixes from Steffen Weinreich: | Guy Harris | 2001-10-15 | 1 | -4/+8 |
* | As UCP is atop TCP, its dissector isn't called unless there's at least | Guy Harris | 2001-10-08 | 1 | -8/+6 |
* | Remove the check I added to see whether the length of the packet, based | Guy Harris | 2001-10-08 | 1 | -5/+1 |
* | UCP support, from Tom Uijldert. | Guy Harris | 2001-10-08 | 1 | -0/+2484 |