| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up whitespace, and use "%u" to print unsigned quantities. | Guy Harris | 2004-01-29 | 1 | -15/+13 |
* | Fix 'warning: cast discards qualifiers from pointer target type' by removing ... | Jörg Mayer | 2004-01-25 | 1 | -5/+5 |
* | Remove the cast again and do the proper fix (add right type to union) | Jörg Mayer | 2004-01-25 | 2 | -4/+5 |
* | Add a cast to avoid a signedness warning | Jörg Mayer | 2004-01-25 | 1 | -2/+2 |
* | Change the first arg to hex_str_to_bytes from guchar* -> char* | Jörg Mayer | 2004-01-25 | 2 | -4/+4 |
* | The octets in an ip address are unsigned | Jörg Mayer | 2004-01-25 | 1 | -2/+2 |
* | As with "cf_open_error_message()"/"file_open_error_message()", so with | Guy Harris | 2004-01-24 | 2 | -4/+55 |
* | Add a new "file_open_error_message()" routine in "epan/filesystem.c", to | Guy Harris | 2004-01-24 | 2 | -3/+47 |
* | Change return type of tvb_format_text from guint8* to gchar*. | Jörg Mayer | 2004-01-23 | 2 | -4/+4 |
* | epan don't need GTK_CFLAGS as GTK isn't used, | Ulf Lamping | 2004-01-22 | 3 | -6/+6 |
* | Move "ts_type_text" out of "epan/timestamp.h into "gtk/recent.c", as | Guy Harris | 2004-01-19 | 1 | -8/+8 |
* | move timestamp format options from "View->Options" dialog into | Ulf Lamping | 2004-01-19 | 2 | -18/+14 |
* | Warning fix when compiling with -strict-prototypes | Jörg Mayer | 2004-01-18 | 1 | -3/+3 |
* | Replace guchar * with gchar * and get rid of many signedness warnings. | Olivier Biot | 2004-01-10 | 2 | -42/+42 |
* | Add -Wbad-function-cast to extra gcc flags. | Olivier Biot | 2004-01-10 | 1 | -2/+2 |
* | Remove a C++ style comment | Jörg Mayer | 2004-01-10 | 1 | -2/+1 |
* | to_str.c declares this: gchar* ip6_to_str ..., make to_str.h do the same | Jörg Mayer | 2004-01-10 | 1 | -2/+2 |
* | Fix the "unmarking a packet matching a color filter does not apply the color | Olivier Biot | 2004-01-09 | 1 | -1/+15 |
* | Fix a typo. | Guy Harris | 2004-01-09 | 1 | -2/+2 |
* | Fix a comment. | Guy Harris | 2004-01-09 | 1 | -3/+3 |
* | Don't assert that quoted_string be NULL; it can be non-NULL if | Gilbert Ramirez | 2004-01-07 | 1 | -2/+11 |
* | removed some MSVC warnings (level 3) | Ulf Lamping | 2004-01-05 | 1 | -2/+2 |
* | Bugfix from Lars Roland: included missing xdlc.h | Ulf Lamping | 2004-01-05 | 1 | -1/+2 |
* | Apply the patches from Tadaaki Nagao for a global version of disabled | Richard Sharpe | 2004-01-03 | 2 | -12/+12 |
* | Add support of contains operator in slices. | Olivier Biot | 2004-01-01 | 1 | -3/+18 |
* | Add support of contains and matches operators on slices. | Olivier Biot | 2004-01-01 | 1 | -6/+33 |
* | Add a "saved_can_desegment" field to the "packet_info" structure, so | Guy Harris | 2003-12-29 | 2 | -9/+30 |
* | "hex_str_to_bytes()" modifies the GByteArray supplied to it, so don't | Guy Harris | 2003-12-29 | 2 | -4/+4 |
* | Pull most of bytes_from_unparsed() into a new routine, | Gerald Combs | 2003-12-29 | 3 | -86/+98 |
* | In "alloc_field_info()", handle the case where the offset is past the | Guy Harris | 2003-12-24 | 1 | -1/+20 |
* | In "tvb_ensure_bytes_remaining()", throw ReportedBoundsError, not | Guy Harris | 2003-12-24 | 1 | -2/+2 |
* | Add -pedantic to --with-extra-gcc-checks | Jörg Mayer | 2003-12-24 | 1 | -2/+2 |
* | Let FT_PROTOCOL fields, if the length specified is -1, have a length of | Guy Harris | 2003-12-24 | 1 | -1/+4 |
* | Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX or | Guy Harris | 2003-12-24 | 1 | -7/+7 |
* | Have "tvb_ensure_length_remaining()" throw the appropriate exception if | Guy Harris | 2003-12-23 | 1 | -1/+12 |
* | Move the GSM SMS dissection to a dedicated subdissector (currently still within | Olivier Biot | 2003-12-23 | 1 | -2/+3 |
* | Add, for \xXX, the same sanity check (that 0xXX fits in a single byte) | Guy Harris | 2003-12-21 | 1 | -1/+7 |
* | removed some MSVC warnings (added type casts) | Ulf Lamping | 2003-12-20 | 1 | -3/+3 |
* | Print values for ANY_MATCHES and ANY_CONTAINS so that the dftest | Gilbert Ramirez | 2003-12-19 | 1 | -1/+11 |
* | Add support of the "matches" operator to FT_BYTES and FT_ETHER. I don't think | Olivier Biot | 2003-12-18 | 3 | -17/+65 |
* | Add protocols to the header fields for which the "matches" operator can be | Olivier Biot | 2003-12-17 | 1 | -4/+54 |
* | Fix more "CPPLAGS" typoes. | Guy Harris | 2003-12-17 | 1 | -3/+3 |
* | From Albert Chin: fix for the following: | Guy Harris | 2003-12-17 | 1 | -7/+11 |
* | Add the help directory to the build. Bump the release version to 0.10.0a | Gerald Combs | 2003-12-13 | 1 | -2/+2 |
* | Add "/usr/local/include" in case the PCRE header file is there. | Guy Harris | 2003-12-11 | 1 | -1/+23 |
* | PCRE support requires $(PCRE_CFLAGS) in CFLAGS. | Olivier Biot | 2003-12-10 | 1 | -2/+2 |
* | Bump the version to 0.10.0. It could be (and has been) argued that the | Gerald Combs | 2003-12-10 | 1 | -2/+2 |
* | Make the _pcre_tuple_t struct internal. | Gerald Combs | 2003-12-10 | 2 | -12/+17 |
* | Internal PCRE field type for efficient RE parsing in dfilters. | Olivier Biot | 2003-12-09 | 1 | -1/+2 |
* | Internal PCRE field type for efficient RE parsing in dfilters. | Olivier Biot | 2003-12-09 | 6 | -49/+333 |