aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-22As per Guys suggestion, continue optimizing proto.c to macroize itRonnie Sahlberg1-50/+37
2003-11-21From Olivier Biot:Guy Harris2-2/+13
2003-11-21Performance fixRonnie Sahlberg2-16/+35
2003-11-20From Hannes Gredler: "print_system_id()" should callGuy Harris1-2/+2
2003-11-20Use "tvb_get_string()" in "proto_tree_set_string_tvb()" - it won't leakGuy Harris1-4/+2
2003-11-20On Mac OS X, disable the alarm/longjmp stuff for timing out nameGuy Harris1-2/+15
2003-11-18From Tomas Kukosa: add "extern"s so that the plugin API stuff works.Guy Harris1-3/+3
2003-11-18From Olivier Biot: add a "--enable-profile-build" flag to request thatGuy Harris1-1/+17
2003-11-17updates to ip_to_str[_buf]() to make them faster.Ronnie Sahlberg1-39/+79
2003-11-16Export "protocol_t" as an opaque type.Guy Harris3-48/+55
2003-11-13Require that field names contain only alphanumerics, "-", "_", and ".".Guy Harris1-1/+10
2003-11-03Use "g_get_tmp_dir()" to get the pathname of the temporary fileGuy Harris1-15/+6
2003-11-03Make get_tempfile_path() work like get_datafile_path(), which removesGerald Combs1-6/+8
2003-11-02Bump the version number to 0.9.16.Gerald Combs1-2/+2
2003-11-02From Gisle Vanem:Gerald Combs2-2/+34
2003-10-30From Dinesh Dutt:Guy Harris1-3/+14
2003-10-29Make the "fvalue_set" methods for types whose value is allocated freeGuy Harris5-7/+65
2003-10-27Allow + and , in unparsed strings, so that you can use + as a sign in aGuy Harris1-2/+2
2003-10-23Add a new EXCEPT_CODE macro to get the exception code for the currentGuy Harris1-0/+2
2003-10-21Catch exceptions when dissecting a verifier, so we still dissect theGuy Harris1-2/+1
2003-10-14From Matthias Melchior: parenthesize check for RESOLV_CONCURRENT.Guy Harris1-2/+2
2003-10-13From Ulf Lamping: add some missing "cd .."s. (I guess the currentGuy Harris1-1/+3
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris3-8/+15
2003-10-07Get rid of an out-of-date comment.Guy Harris1-3/+1
2003-10-06When registering a field, make sure its ID is -1 or 0 - if it's not,Guy Harris1-1/+11
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-2/+2
2003-09-28"compute_offset_length()" must, if it returns FALSE, and "exception" isGuy Harris1-5/+5
2003-09-24From Tomas Kukosa:Guy Harris1-3/+1