| Commit message (Expand) | Author | Age | Files | Lines |
* | Move a couple of time-related modules into wsutil. | Jeff Morriss | 2013-06-25 | 1 | -1/+1 |
* | Add Doxygen boilerplate for some of our core modules and data structures. | Gerald Combs | 2013-05-30 | 1 | -0/+12 |
* | A few more doxygen fix-ups. | Evan Huus | 2013-04-30 | 1 | -1/+1 |
* | Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters. | Evan Huus | 2013-04-26 | 1 | -2/+2 |
* | Coalesce "-G fields2" and "-G fields3" into "-G fields", as discussed on -dev. | Chris Maynard | 2013-04-05 | 1 | -4/+2 |
* | From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8339 | Evan Huus | 2013-03-04 | 1 | -0/+23 |
* | Export libwireshark symbols using WS_DLL_PUBLIC define | Balint Reczey | 2013-03-01 | 1 | -131/+134 |
* | it's ==> its & its ==> it's as needed. | Bill Meier | 2013-02-26 | 1 | -5/+5 |
* | Add 'proto_registrar_get_id_byname()' accessor. | Bill Meier | 2013-02-07 | 1 | -4/+9 |
* | Manually revert r45669 | Jakub Zawadzki | 2012-11-03 | 1 | -2/+0 |
* | Uniformly use spaces, not tabs, for the PI_ list (one had spaces, one | Guy Harris | 2012-10-24 | 1 | -17/+17 |
* | - Allow reseting edt with new function epan_dissect_reset(), | Jakub Zawadzki | 2012-10-20 | 1 | -0/+2 |
* | MT: move global field_info_tmp to tree_data_t | Jakub Zawadzki | 2012-09-03 | 1 | -0/+1 |
* | Make the corresponding packet_info available to each tree item. This | Gerald Combs | 2012-08-10 | 1 | -4/+5 |
* | From Richard Stearn: support for AX.25, including support for | Guy Harris | 2012-08-02 | 1 | -0/+12 |
* | Update Free Software Foundation address. | Jakub Zawadzki | 2012-06-28 | 1 | -1/+1 |
* | Add proto_tree_add_unicode_string() to add UTF-8 string to tree. | Jakub Zawadzki | 2012-06-19 | 1 | -0/+4 |
* | Get rid of remaining Booleans-as-encoding-arguments in | Guy Harris | 2012-05-14 | 1 | -8/+10 |
* | Add ENC_UTF_16 and ENC_UCS_2. Note that UTF-16 and UCS-2 are not the | Guy Harris | 2012-05-11 | 1 | -24/+26 |
* | proto_registrar_get_ftype() returns an FT_ value; make its return type | Guy Harris | 2012-05-11 | 1 | -1/+1 |
* | From Jakub Zawadzki: Use custom model in Filter Expression dialog. | Anders Broman | 2012-05-04 | 1 | -0/+1 |
* | From Evan Huus: Add DISSECTOR_ASSERT_HINT() macro https://bugs.wireshark.org/... | Anders Broman | 2012-04-19 | 1 | -0/+17 |
* | Make bit_offset in _tvb_get_bits64 and related functions unsigned. This | Gerald Combs | 2012-04-04 | 1 | -12/+12 |
* | Use the expert system to show packet comments. | Anders Broman | 2012-03-02 | 1 | -1/+3 |
* | From Mike Morrin: A small patch to correct the name of the function proto_tre... | Anders Broman | 2012-03-01 | 1 | -2/+4 |
* | From Mike Morrin: | Anders Broman | 2012-02-29 | 1 | -0/+52 |
* | Add a "-G ftypes" option, which dumps our supprted FT_… names and | Gerald Combs | 2011-12-27 | 1 | -0/+3 |
* | (Trivial) remove an extra blank line. | Bill Meier | 2011-11-17 | 1 | -1/+0 |
* | Move FI_RESET_FLAG and PROTO_ITEM_SET_VISIBLE macros to proto.h and fix the F... | Chris Maynard | 2011-11-16 | 1 | -1/+14 |
* | Convert proto_tree_add_bitmask(), proto_tree_add_bitmask_text(), proto_tree_a... | Bill Meier | 2011-10-24 | 1 | -4/+4 |
* | Note some character encodings that can probably be used Real Soon Now, | Guy Harris | 2011-10-18 | 1 | -0/+19 |
* | Some minor documentation changes: little_endian -> encoding. Also, fully par... | Chris Maynard | 2011-10-05 | 1 | -6/+5 |
* | Add proto_unregister_field(). | Stig Bjørlykke | 2011-10-04 | 1 | -0/+6 |
* | In proto_tree_add_bits... use const guint encoding to be consistent with prot... | Anders Broman | 2011-09-27 | 1 | -2/+2 |
* | Add an ENC_ASCII; right now, it's the same as ENC_UTF_8, but it should | Guy Harris | 2011-09-20 | 1 | -1/+12 |
* | More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versions | Gerald Combs | 2011-07-11 | 1 | -1/+0 |
* | Add a tvb_get_ephemeral_string_enc() routine that's like | Guy Harris | 2011-07-03 | 1 | -9/+10 |
* | Add ENC_ values for UTF-8 and EBCDIC, support them for FT_STRINGZ | Guy Harris | 2011-07-03 | 1 | -0/+21 |
* | Add FT_EUI64 Field Type | Alexis La Goutte | 2011-05-08 | 1 | -0/+45 |
* | As suggested by Jakub Zawadzki: | Jeff Morriss | 2011-04-22 | 1 | -8/+2 |
* | Fix whitespace a bit and add field names from doc/README.developer to | Stephen Fisher | 2011-04-22 | 1 | -7/+7 |
* | If we're using GNUC, use attribute warn_unused_result to verify that the | Jeff Morriss | 2011-04-22 | 1 | -2/+7 |
* | Add a hint for Visual C++ to DISSECTOR_ASSERT. Hopefully this will | Gerald Combs | 2011-02-17 | 1 | -1/+14 |
* | For FT_{ABSOLUTE,RELATIVE}_TIME, make the rest of the encoding | Guy Harris | 2011-02-07 | 1 | -6/+9 |
* | Add support for passing NTP times to proto_tree_add_item() by specifying | Jeff Morriss | 2011-02-07 | 1 | -0/+7 |
* | Add comments indicating that the DISSECTOR_ASSERT() routines should not be us... | Jeff Morriss | 2010-10-11 | 1 | -0/+9 |
* | Revert 34191 and add some casts instead | Jeff Morriss | 2010-09-23 | 1 | -3/+3 |
* | Use gsize (size_t) in a couple of places to make the Win64 build happy. | Jeff Morriss | 2010-09-23 | 1 | -4/+4 |
* | When using a custom column, make it possible to select which occurrence to sh... | Sake Blok | 2010-09-22 | 1 | -0/+2 |
* | Doxygen changes. | Anders Broman | 2010-08-29 | 1 | -2/+2 |