aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
Commit message (Expand)AuthorAgeFilesLines
* Move a couple of time-related modules into wsutil.Jeff Morriss2013-06-251-1/+1
* Add Doxygen boilerplate for some of our core modules and data structures.Gerald Combs2013-05-301-0/+12
* A few more doxygen fix-ups.Evan Huus2013-04-301-1/+1
* Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.Evan Huus2013-04-261-2/+2
* Coalesce "-G fields2" and "-G fields3" into "-G fields", as discussed on -dev.Chris Maynard2013-04-051-4/+2
* From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8339Evan Huus2013-03-041-0/+23
* Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey2013-03-011-131/+134
* it's ==> its & its ==> it's as needed.Bill Meier2013-02-261-5/+5
* Add 'proto_registrar_get_id_byname()' accessor.Bill Meier2013-02-071-4/+9
* Manually revert r45669Jakub Zawadzki2012-11-031-2/+0
* Uniformly use spaces, not tabs, for the PI_ list (one had spaces, oneGuy Harris2012-10-241-17/+17
* - Allow reseting edt with new function epan_dissect_reset(),Jakub Zawadzki2012-10-201-0/+2
* MT: move global field_info_tmp to tree_data_tJakub Zawadzki2012-09-031-0/+1
* Make the corresponding packet_info available to each tree item. ThisGerald Combs2012-08-101-4/+5
* From Richard Stearn: support for AX.25, including support forGuy Harris2012-08-021-0/+12
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Add proto_tree_add_unicode_string() to add UTF-8 string to tree. Jakub Zawadzki2012-06-191-0/+4
* Get rid of remaining Booleans-as-encoding-arguments inGuy Harris2012-05-141-8/+10
* Add ENC_UTF_16 and ENC_UCS_2. Note that UTF-16 and UCS-2 are not theGuy Harris2012-05-111-24/+26
* proto_registrar_get_ftype() returns an FT_ value; make its return typeGuy Harris2012-05-111-1/+1
* From Jakub Zawadzki: Use custom model in Filter Expression dialog.Anders Broman2012-05-041-0/+1
* From Evan Huus: Add DISSECTOR_ASSERT_HINT() macro https://bugs.wireshark.org/...Anders Broman2012-04-191-0/+17
* Make bit_offset in _tvb_get_bits64 and related functions unsigned. ThisGerald Combs2012-04-041-12/+12
* Use the expert system to show packet comments.Anders Broman2012-03-021-1/+3
* From Mike Morrin: A small patch to correct the name of the function proto_tre...Anders Broman2012-03-011-2/+4
* From Mike Morrin:Anders Broman2012-02-291-0/+52
* Add a "-G ftypes" option, which dumps our supprted FT_… names andGerald Combs2011-12-271-0/+3
* (Trivial) remove an extra blank line.Bill Meier2011-11-171-1/+0
* Move FI_RESET_FLAG and PROTO_ITEM_SET_VISIBLE macros to proto.h and fix the F...Chris Maynard2011-11-161-1/+14
* Convert proto_tree_add_bitmask(), proto_tree_add_bitmask_text(), proto_tree_a...Bill Meier2011-10-241-4/+4
* Note some character encodings that can probably be used Real Soon Now,Guy Harris2011-10-181-0/+19
* Some minor documentation changes: little_endian -> encoding. Also, fully par...Chris Maynard2011-10-051-6/+5
* Add proto_unregister_field().Stig Bjørlykke2011-10-041-0/+6
* In proto_tree_add_bits... use const guint encoding to be consistent with prot...Anders Broman2011-09-271-2/+2
* Add an ENC_ASCII; right now, it's the same as ENC_UTF_8, but it shouldGuy Harris2011-09-201-1/+12
* More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs2011-07-111-1/+0
* Add a tvb_get_ephemeral_string_enc() routine that's likeGuy Harris2011-07-031-9/+10
* Add ENC_ values for UTF-8 and EBCDIC, support them for FT_STRINGZGuy Harris2011-07-031-0/+21
* Add FT_EUI64 Field TypeAlexis La Goutte2011-05-081-0/+45
* As suggested by Jakub Zawadzki:Jeff Morriss2011-04-221-8/+2
* Fix whitespace a bit and add field names from doc/README.developer toStephen Fisher2011-04-221-7/+7
* If we're using GNUC, use attribute warn_unused_result to verify that theJeff Morriss2011-04-221-2/+7
* Add a hint for Visual C++ to DISSECTOR_ASSERT. Hopefully this willGerald Combs2011-02-171-1/+14
* For FT_{ABSOLUTE,RELATIVE}_TIME, make the rest of the encodingGuy Harris2011-02-071-6/+9
* Add support for passing NTP times to proto_tree_add_item() by specifyingJeff Morriss2011-02-071-0/+7
* Add comments indicating that the DISSECTOR_ASSERT() routines should not be us...Jeff Morriss2010-10-111-0/+9
* Revert 34191 and add some casts insteadJeff Morriss2010-09-231-3/+3
* Use gsize (size_t) in a couple of places to make the Win64 build happy.Jeff Morriss2010-09-231-4/+4
* When using a custom column, make it possible to select which occurrence to sh...Sake Blok2010-09-221-0/+2
* Doxygen changes.Anders Broman2010-08-291-2/+2