aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
2012-09-03MT: move global field_info_tmp to tree_data_tJakub Zawadzki1-0/+1
2012-08-10Make the corresponding packet_info available to each tree item. ThisGerald Combs1-4/+5
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-0/+12
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-19Add proto_tree_add_unicode_string() to add UTF-8 string to tree. Jakub Zawadzki1-0/+4
2012-05-14Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-8/+10
2012-05-11Add ENC_UTF_16 and ENC_UCS_2. Note that UTF-16 and UCS-2 are not theGuy Harris1-24/+26
2012-05-11proto_registrar_get_ftype() returns an FT_ value; make its return typeGuy Harris1-1/+1
2012-05-04From Jakub Zawadzki: Use custom model in Filter Expression dialog.Anders Broman1-0/+1
2012-04-19From Evan Huus: Add DISSECTOR_ASSERT_HINT() macro https://bugs.wireshark.org/...Anders Broman1-0/+17
2012-04-04Make bit_offset in _tvb_get_bits64 and related functions unsigned. ThisGerald Combs1-12/+12
2012-03-02Use the expert system to show packet comments.Anders Broman1-1/+3
2012-03-01From Mike Morrin: A small patch to correct the name of the function proto_tre...Anders Broman1-2/+4
2012-02-29From Mike Morrin:Anders Broman1-0/+52
2011-12-27Add a "-G ftypes" option, which dumps our supprted FT_… names andGerald Combs1-0/+3
2011-11-17(Trivial) remove an extra blank line.Bill Meier1-1/+0
2011-11-16Move FI_RESET_FLAG and PROTO_ITEM_SET_VISIBLE macros to proto.h and fix the F...Chris Maynard1-1/+14
2011-10-24Convert proto_tree_add_bitmask(), proto_tree_add_bitmask_text(), proto_tree_a...Bill Meier1-4/+4
2011-10-18Note some character encodings that can probably be used Real Soon Now,Guy Harris1-0/+19
2011-10-05Some minor documentation changes: little_endian -> encoding. Also, fully par...Chris Maynard1-6/+5
2011-10-04Add proto_unregister_field().Stig Bjørlykke1-0/+6
2011-09-27In proto_tree_add_bits... use const guint encoding to be consistent with prot...Anders Broman1-2/+2
2011-09-20Add an ENC_ASCII; right now, it's the same as ENC_UTF_8, but it shouldGuy Harris1-1/+12
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-1/+0
2011-07-03Add a tvb_get_ephemeral_string_enc() routine that's likeGuy Harris1-9/+10
2011-07-03Add ENC_ values for UTF-8 and EBCDIC, support them for FT_STRINGZGuy Harris1-0/+21
2011-05-08Add FT_EUI64 Field TypeAlexis La Goutte1-0/+45
2011-04-22As suggested by Jakub Zawadzki:Jeff Morriss1-8/+2
2011-04-22Fix whitespace a bit and add field names from doc/README.developer toStephen Fisher1-7/+7
2011-04-22If we're using GNUC, use attribute warn_unused_result to verify that theJeff Morriss1-2/+7
2011-02-17Add a hint for Visual C++ to DISSECTOR_ASSERT. Hopefully this willGerald Combs1-1/+14
2011-02-07For FT_{ABSOLUTE,RELATIVE}_TIME, make the rest of the encodingGuy Harris1-6/+9
2011-02-07Add support for passing NTP times to proto_tree_add_item() by specifyingJeff Morriss1-0/+7
2010-10-11Add comments indicating that the DISSECTOR_ASSERT() routines should not be us...Jeff Morriss1-0/+9
2010-09-23Revert 34191 and add some casts insteadJeff Morriss1-3/+3
2010-09-23Use gsize (size_t) in a couple of places to make the Win64 build happy.Jeff Morriss1-4/+4
2010-09-22When using a custom column, make it possible to select which occurrence to sh...Sake Blok1-0/+2
2010-08-29Doxygen changes.Anders Broman1-2/+2
2010-08-28Doxygen changes.Anders Broman1-18/+19
2010-08-26Fix doxygen errors.Anders Broman1-9/+12
2010-08-14Added proto_item_prepend_text().Stig Bjørlykke1-0/+7
2010-05-26Expert severity was still overlapping with bits length, so separate them.Martin Mathieson1-5/+5
2010-05-25Re-organise which FI bits are used to store expert severity and event info, i...Martin Mathieson1-16/+17
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-16/+16
2010-05-13Create a new REP_NA value for fields where there are no representationsGuy Harris1-0/+8
2010-05-12Add REP_{BIG,LITTLE}_ENDIAN #defines, for possible future use inGuy Harris1-0/+51
2010-05-02From Jakub Zawadzki:Anders Broman1-0/+8
2010-04-27From Jakub Zawadzki:Anders Broman1-4/+0
2010-04-27From Jakub Zawadzki:Anders Broman1-0/+5
2010-04-20From Jakub Zawadzki:Anders Broman1-0/+5