| Commit message (Expand) | Author | Age | Files | Lines |
* | Document what prefs_register_string_preference() does with your value pointer. | Jeff Morriss | 2010-08-21 | 1 | -2/+7 |
* | Remove an incorrect line of code from the proto_reg_hanoff prototype. | Bill Meier | 2010-08-12 | 1 | -2/+0 |
* | Fix grammaro, indent example code. | Guy Harris | 2010-07-27 | 1 | -8/+9 |
* | Tell people to be careful about loops like | Guy Harris | 2010-07-27 | 1 | -0/+11 |
* | Update to reflect changes in defines: REP_* > ENC_* | Stig Bjørlykke | 2010-06-22 | 1 | -9/+9 |
* | Put in a warning about the <stdarg.h> problem that I just found and | Guy Harris | 2010-05-26 | 1 | -0/+20 |
* | Minor rewording; Also: add note to not use "" for a hf[] array blurb. | Bill Meier | 2010-05-25 | 1 | -5/+5 |
* | Refer to the endianness arguments as "encoding" rather than | Guy Harris | 2010-05-24 | 1 | -3/+3 |
* | Use the new REP_ values for proto_tree_add_item(). | Guy Harris | 2010-05-24 | 1 | -9/+17 |
* | Describe values_string_ext. | Anders Broman | 2010-05-23 | 1 | -0/+17 |
* | Document find_or_create_conversation() | Jeff Morriss | 2010-05-13 | 1 | -15/+26 |
* | Change copyright date in sample dissector code to 201x from 200x for the | Stephen Fisher | 2010-04-25 | 1 | -1/+1 |
* | 64-bit integers take the same FIELDDISPLAY as shorter integers | Jeff Morriss | 2010-04-24 | 1 | -22/+22 |
* | (Trivial changes) | Bill Meier | 2010-04-16 | 1 | -14/+17 |
* | Updates: | Bill Meier | 2010-04-16 | 1 | -4/+16 |
* | Rename FIELDBASE to FIELDDISPLAY, as it's a "how to display this" | Guy Harris | 2010-04-15 | 1 | -2/+7 |
* | Fix a typo | Bill Meier | 2010-04-15 | 1 | -1/+1 |
* | Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with the | Guy Harris | 2010-02-27 | 1 | -13/+18 |
* | Add note about not using C99 features. | Bill Meier | 2010-02-20 | 1 | -0/+3 |
* | Rewrite the bit about null vs. non-null "tree" dissector arguments a | Guy Harris | 2010-01-18 | 1 | -18/+12 |
* | For fields of type FT_ABSOLUTE_TIME, have the "display" value be one of | Guy Harris | 2009-12-19 | 1 | -10/+27 |
* | Clarify that BASE_RANGE_STRING is a flag set in the display field, not | Guy Harris | 2009-12-12 | 1 | -2/+6 |
* | From Richard Pecl: | Jaap Keuter | 2009-12-11 | 1 | -0/+16 |
* | From Nemeth Marton: in an example of a valid (at least at the C language | Guy Harris | 2009-10-28 | 1 | -1/+1 |
* | Update: Remove references to the use of check_col() since no longer required. | Bill Meier | 2009-09-14 | 1 | -28/+9 |
* | We don't use PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 internally in Wiresha... | Kovarththanan Rajaratnam | 2009-08-31 | 1 | -5/+0 |
* | From dragonlinux AT gmail.com: Fix incorrect location of a right brace; | Bill Meier | 2009-08-26 | 1 | -1/+3 |
* | Fix a typo | Bill Meier | 2009-07-29 | 1 | -1/+1 |
* | From Kovarththanan Rajaratnam: | Stig Bjørlykke | 2009-07-08 | 1 | -1/+7 |
* | Recommend the expert mechanism, rather than DISSECTOR_ASSERT(), for | Guy Harris | 2009-07-08 | 1 | -2/+9 |
* | From Kovarththanan Rajaratnam: | Anders Broman | 2009-07-06 | 1 | -5/+5 |
* | Use NULL for empty blurb. | Stig Bjørlykke | 2009-06-26 | 1 | -1/+1 |
* | Note that non-ASCII characters in source files cause problems. | Guy Harris | 2009-06-15 | 1 | -0/+11 |
* | Fix tpyo. | Guy Harris | 2009-06-11 | 1 | -1/+1 |
* | Update the GPL statement used in dissectors. | Stig Bjørlykke | 2009-06-11 | 1 | -8/+7 |
* | From Reinhard Speyerer: | Jaap Keuter | 2009-05-02 | 1 | -4/+4 |
* | Add a note about LLP64 portability. | Gerald Combs | 2009-04-17 | 1 | -0/+41 |
* | Add initial support for string buffers - ep_allocated, growable strings | Gerald Combs | 2009-03-27 | 1 | -2/+9 |
* | Introduce two new functions: | Stephen Fisher | 2009-03-27 | 1 | -0/+11 |
* | Trivial spacing change | Bill Meier | 2009-02-05 | 1 | -1/+1 |
* | Update the description & skeleton code for the use of proto_reg_handoff. | Bill Meier | 2009-01-15 | 1 | -32/+64 |
* | Wrap "USA." in the address of the FSF onto a new line with a * in front of it. | Stephen Fisher | 2008-11-18 | 1 | -1/+2 |
* | Update tabsize, re-group bitfield proto_tree functions, extend fieldinfo macr... | Jaap Keuter | 2008-11-01 | 1 | -90/+118 |
* | Add tvb_bytes_to_str() & tvb_bytes_to_str_punct(); fix a few typos. | Bill Meier | 2008-10-23 | 1 | -5/+21 |
* | Polish up the proto_tree_add_bitmask() description example. | Jaap Keuter | 2008-09-22 | 1 | -0/+8 |
* | Fix for bug 2889: | Jaap Keuter | 2008-09-22 | 1 | -2/+7 |
* | compile a document about heuristic dissectors, following: | Ulf Lamping | 2008-09-06 | 1 | -0/+1 |
* | Minor rewording; fix a type | Bill Meier | 2008-08-22 | 1 | -5/+9 |
* | From Alexey Neyman : | Anders Broman | 2008-08-04 | 1 | -2/+25 |
* | From Alexey Neyman : | Anders Broman | 2008-07-30 | 1 | -2/+12 |