Move the GSM SMS dissection to a dedicated subdissector (currently still within
[obnox/wireshark/wip.git] / epan /
2003-12-23 obiotMove the GSM SMS dissection to a dedicated subdissector...
2003-12-21 guyAdd, for \xXX, the same sanity check (that 0xXX fits...
2003-12-20 ulflremoved some MSVC warnings (added type casts)
2003-12-19 gramPrint values for ANY_MATCHES and ANY_CONTAINS so that...
2003-12-18 obiotAdd support of the "matches" operator to FT_BYTES and...
2003-12-17 obiotAdd protocols to the header fields for which the "match...
2003-12-17 guyFix more "CPPLAGS" typoes.
2003-12-17 guyFrom Albert Chin: fix for the following:
2003-12-13 geraldAdd the help directory to the build. Bump the release...
2003-12-11 guyAdd "/usr/local/include" in case the PCRE header file...
2003-12-10 obiotPCRE support requires $(PCRE_CFLAGS) in CFLAGS.
2003-12-10 geraldBump the version to 0.10.0. It could be (and has been...
2003-12-10 geraldMake the _pcre_tuple_t struct internal.
2003-12-09 obiotInternal PCRE field type for efficient RE parsing in...
2003-12-09 obiotInternal PCRE field type for efficient RE parsing in...
2003-12-09 guyDon't automatically size the columns - that's expensive...
2003-12-09 guyAdd "ip6_to_str_buf()", by analogy to "ip_to_str_buf()".
2003-12-08 guyGet rid of the private "my_decode_bitfield_value()...
2003-12-08 guyFrom Michael Lum: support an AT_SS7PC address type...
2003-12-07 geraldAdd PCRE support to the Windows build.
2003-12-06 gramFrom Olivier Biot
2003-12-06 gramslab.h needs to be in libethereal_a_SOURCES
2003-12-06 gramAdd the ability to print packet dissections in PDML...
2003-12-04 guyIt turns out the protocol tree parent link was used...
2003-12-04 guyDon't use GNodes for the protocol tree, put the sibling...
2003-12-03 sahlbergReplace two expensive macros with a much simpler mechanism
2003-12-03 sahlbergperformance update
2003-12-03 guyThe "ptr_u" unions no longer have a "next" pointer...
2003-12-03 guyInstead of requiring slab-allocated structures to have...
2003-12-02 guyFrom Didier Gautheron: for each column format type...
2003-12-02 guyFrom Didier Gautheron: put an "fvalue_t" structure...
2003-12-02 sahlbergMove the definition of the tvbuff_t structure and frien...
2003-12-02 sahlbergUse the LSAB_ALLOC and SLAB_FREE macros to allocate...
2003-12-02 sahlbergMoving SLAB_ALLOC and SLAB_FREE to its own header file
2003-12-01 guyFrom Tomas Kukosa: add "decode_enumerated_bitfield_shif...
2003-11-26 sahlbergSpeed updates
2003-11-25 guyAs with fvalue_t, so with field_info and item_label...
2003-11-25 guyIndividual fvalue_t's aren't individually allocated...
2003-11-25 sahlbergreplace free_node_field_info with a macro since it...
2003-11-25 sahlbergrename FREE_FIELD_INFO to FIELD_INFO_FREE for consistency
2003-11-25 sahlbergcreate a FIELD_INFO_NEW for consistency
2003-11-25 sahlbergremove another slow GMemChunk from ethereal making...
2003-11-25 sahlbergchange free_field_info to FREE_FIELD_INFO to indicate...
2003-11-25 sahlbergfvalue_free() is one of the most called functions.
2003-11-25 sahlbergChange the handling of temporary allocation of fvalue_t...
2003-11-24 guyMake the recent epan/proto.{c,h} change compile.
2003-11-24 sahlbergperformance enhancement to proto.c
2003-11-22 sahlbergAs per Guys suggestion, continue optimizing proto.c...
2003-11-21 guyFrom Olivier Biot:
2003-11-21 sahlbergPerformance fix
2003-11-20 guyFrom Hannes Gredler: "print_system_id()" should call
2003-11-20 guyUse "tvb_get_string()" in "proto_tree_set_string_tvb...
2003-11-20 guyOn Mac OS X, disable the alarm/longjmp stuff for timing...
2003-11-18 guyFrom Tomas Kukosa: add "extern"s so that the plugin...
2003-11-18 guyFrom Olivier Biot: add a "--enable-profile-build" flag...
2003-11-17 sahlbergupdates to ip_to_str[_buf]() to make them faster.
2003-11-16 guyExport "protocol_t" as an opaque type.
2003-11-13 guyRequire that field names contain only alphanumerics...
2003-11-03 guyUse "g_get_tmp_dir()" to get the pathname of the tempor...
2003-11-03 geraldMake get_tempfile_path() work like get_datafile_path...
2003-11-02 geraldBump the version number to 0.9.16.
2003-11-02 geraldFrom Gisle Vanem:
2003-10-30 guyFrom Dinesh Dutt:
2003-10-29 guyMake the "fvalue_set" methods for types whose value...
2003-10-27 guyAllow + and , in unparsed strings, so that you can...
2003-10-23 guyAdd a new EXCEPT_CODE macro to get the exception code...
2003-10-21 guyCatch exceptions when dissecting a verifier, so we...
2003-10-14 guyFrom Matthias Melchior: parenthesize check for RESOLV_C...
2003-10-13 guyFrom Ulf Lamping: add some missing "cd .."s. (I guess...
2003-10-10 guyGive every Makefile.nmake file a "distclean" rule,...
2003-10-07 guyGet rid of an out-of-date comment.
2003-10-06 guyWhen registering a field, make sure its ID is -1 or...
2003-10-01 guyHave a pseudo-header for Ethernet packets, giving the...
2003-09-28 guy"compute_offset_length()" must, if it returns FALSE...
2003-09-24 guyFrom Tomas Kukosa:
2003-09-15 guyFrom Graeme Hewson:
2003-09-12 sahlbergAdded TimeReference frames.
2003-09-10 geraldMake tvb_find_tvb() return -1 if either tvb length...
2003-09-10 guyVoid functions don't return values.
2003-09-09 guyAdd "dissector_get_string_handle()" for string dissecto...
2003-09-08 geraldBump the version to 0.9.15. Update the NEWS and Change...
2003-09-07 guySupport string dissector tables in the Tethereal "decod...
2003-09-06 guyWhen registering a dissector table, choose what type...
2003-09-03 sahlbergAnd for Cal,
2003-08-27 guyInclude <string.h> to get "strlen()" declared.
2003-08-27 gramAdd a "contains" operator for byte-strings, strings...
2003-08-26 geraldFix macro logic to allow classical resolution even...
2003-08-26 guyIn "col_set_addr()", don't do anything other than clear...
2003-08-26 guyUse "address_to_str_buf()" to generate column data...
2003-08-26 guyInclude "osi-utils.h" to define "print_nsap_net_buf()".
2003-08-26 guyCreate an "address_to_str_buf()" routine, called by...
2003-08-25 guyInclude the header files required by new APIs in the...
2003-08-25 guyFrom Matthijs Melchior:
2003-08-24 guyPut in some comments about possible future work on...
2003-08-24 sahlbergAdd endpoint talker support for IPX
2003-08-24 sahlbergUpdate address_to_str to handle FC and ETH addresses...
2003-08-24 sahlbergAdd a new function address_to_str to to_str.c
2003-08-24 guyFC addresses are no longer extracted into guint32s...
2003-08-23 sahlbergUpdate the UDP and the TCP conversation list tool so...
2003-08-23 sahlbergAdd FibreChannel to the types of protocols we can show...
next