aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2003-12-04Don't use GNodes for the protocol tree, put the sibling pointer, andGuy Harris2-34/+130
2003-12-03Replace two expensive macros with a much simpler mechanismRonnie Sahlberg1-14/+21
2003-12-03performance updateRonnie Sahlberg3-18/+10
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveGuy Harris4-81/+71
2003-12-03Instead of requiring slab-allocated structures to have a "next" pointer,Guy Harris5-27/+38
2003-12-02From Didier Gautheron: for each column format type, save the first andGuy Harris2-16/+39
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"Guy Harris5-56/+78
2003-12-02Move the definition of the tvbuff_t structure and friends to tvbuff.hRonnie Sahlberg3-80/+72
2003-12-02Use the LSAB_ALLOC and SLAB_FREE macros to allocate/free fvalue_t dataRonnie Sahlberg3-52/+8
2003-12-02Moving SLAB_ALLOC and SLAB_FREE to its own header fileRonnie Sahlberg2-24/+52
2003-12-01From Tomas Kukosa: add "decode_enumerated_bitfield_shifted()", which isGuy Harris2-2/+23
2003-11-26Speed updatesRonnie Sahlberg2-97/+53
2003-11-25As with fvalue_t, so with field_info and item_label - the individualGuy Harris1-13/+33
2003-11-25Individual fvalue_t's aren't individually allocated with "g_malloc()",Guy Harris1-10/+22
2003-11-25replace free_node_field_info with a macro since it is only called from one ot...Ronnie Sahlberg1-8/+5
2003-11-25rename FREE_FIELD_INFO to FIELD_INFO_FREE for consistencyRonnie Sahlberg1-3/+3
2003-11-25create a FIELD_INFO_NEW for consistencyRonnie Sahlberg1-14/+16
2003-11-25remove another slow GMemChunk from ethereal making ethereal a little bit fasterRonnie Sahlberg2-27/+52
2003-11-25change free_field_info to FREE_FIELD_INFO to indicate it is a macro and not a...Ronnie Sahlberg1-3/+3
2003-11-25fvalue_free() is one of the most called functions.Ronnie Sahlberg7-87/+84
2003-11-25Change the handling of temporary allocation of fvalue_t structures to be faster.Ronnie Sahlberg2-81/+85
2003-11-24Make the recent epan/proto.{c,h} change compile.Guy Harris2-30/+30
2003-11-24performance enhancement to proto.cRonnie Sahlberg2-23/+69