aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2004-01-22epan don't need GTK_CFLAGS as GTK isn't used,Ulf Lamping3-6/+6
2004-01-19Move "ts_type_text" out of "epan/timestamp.h into "gtk/recent.c", asGuy Harris1-8/+8
2004-01-19move timestamp format options from "View->Options" dialog intoUlf Lamping2-18/+14
2004-01-18Warning fix when compiling with -strict-prototypesJörg Mayer1-3/+3
2004-01-10Replace guchar * with gchar * and get rid of many signedness warnings.Olivier Biot2-42/+42
2004-01-10Add -Wbad-function-cast to extra gcc flags.Olivier Biot1-2/+2
2004-01-10Remove a C++ style commentJörg Mayer1-2/+1
2004-01-10to_str.c declares this: gchar* ip6_to_str ..., make to_str.h do the sameJörg Mayer1-2/+2
2004-01-09Fix the "unmarking a packet matching a color filter does not apply the colorOlivier Biot1-1/+15
2004-01-09Fix a typo.Guy Harris1-2/+2
2004-01-09Fix a comment.Guy Harris1-3/+3
2004-01-07Don't assert that quoted_string be NULL; it can be non-NULL ifGilbert Ramirez1-2/+11
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping1-2/+2
2004-01-05Bugfix from Lars Roland: included missing xdlc.hUlf Lamping1-1/+2
2004-01-03Apply the patches from Tadaaki Nagao for a global version of disabledRichard Sharpe2-12/+12
2004-01-01Add support of contains operator in slices.Olivier Biot1-3/+18
2004-01-01Add support of contains and matches operators on slices.Olivier Biot1-6/+33
2003-12-29Add a "saved_can_desegment" field to the "packet_info" structure, soGuy Harris2-9/+30
2003-12-29"hex_str_to_bytes()" modifies the GByteArray supplied to it, so don'tGuy Harris2-4/+4
2003-12-29Pull most of bytes_from_unparsed() into a new routine,Gerald Combs3-86/+98
2003-12-24In "alloc_field_info()", handle the case where the offset is past theGuy Harris1-1/+20
2003-12-24In "tvb_ensure_bytes_remaining()", throw ReportedBoundsError, notGuy Harris1-2/+2
2003-12-24Add -pedantic to --with-extra-gcc-checksJörg Mayer1-2/+2
2003-12-24Let FT_PROTOCOL fields, if the length specified is -1, have a length ofGuy Harris1-1/+4
2003-12-24Do the "isprint()" hack for GTK+ 2.x or 1.3[.x], whether on UNIX orGuy Harris1-7/+7
2003-12-23Have "tvb_ensure_length_remaining()" throw the appropriate exception ifGuy Harris1-1/+12
2003-12-23Move the GSM SMS dissection to a dedicated subdissector (currently still withinOlivier Biot1-2/+3
2003-12-21Add, for \xXX, the same sanity check (that 0xXX fits in a single byte)Guy Harris1-1/+7
2003-12-20removed some MSVC warnings (added type casts)Ulf Lamping1-3/+3
2003-12-19Print values for ANY_MATCHES and ANY_CONTAINS so that the dftestGilbert Ramirez1-1/+11
2003-12-18Add support of the "matches" operator to FT_BYTES and FT_ETHER. I don't thinkOlivier Biot3-17/+65
2003-12-17Add protocols to the header fields for which the "matches" operator can beOlivier Biot1-4/+54
2003-12-17Fix more "CPPLAGS" typoes.Guy Harris1-3/+3
2003-12-17From Albert Chin: fix for the following:Guy Harris1-7/+11
2003-12-13Add the help directory to the build. Bump the release version to 0.10.0aGerald Combs1-2/+2
2003-12-11Add "/usr/local/include" in case the PCRE header file is there.Guy Harris1-1/+23
2003-12-10PCRE support requires $(PCRE_CFLAGS) in CFLAGS.Olivier Biot1-2/+2
2003-12-10Bump the version to 0.10.0. It could be (and has been) argued that theGerald Combs1-2/+2
2003-12-10Make the _pcre_tuple_t struct internal.Gerald Combs2-12/+17
2003-12-09Internal PCRE field type for efficient RE parsing in dfilters.Olivier Biot1-1/+2
2003-12-09Internal PCRE field type for efficient RE parsing in dfilters.Olivier Biot6-49/+333
2003-12-09Don't automatically size the columns - that's expensive in largeGuy Harris2-4/+2
2003-12-09Add "ip6_to_str_buf()", by analogy to "ip_to_str_buf()".Guy Harris3-5/+12
2003-12-08Get rid of the private "my_decode_bitfield_value()" a number ofGuy Harris2-3/+15
2003-12-08From Michael Lum: support an AT_SS7PC address type for SS7 point codes,Guy Harris2-3/+8
2003-12-07Add PCRE support to the Windows build.Gerald Combs3-6/+13
2003-12-06From Olivier BiotGilbert Ramirez20-53/+318
2003-12-06slab.h needs to be in libethereal_a_SOURCESGilbert Ramirez1-1/+2
2003-12-06Add the ability to print packet dissections in PDML (an XML-based format)Gilbert Ramirez2-3/+51
2003-12-04It turns out the protocol tree parent link was used, so we need it inGuy Harris2-2/+5