aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-11Add comments indicating that the DISSECTOR_ASSERT() routines should not be us...morriss1-0/+9
2010-09-23Revert 34191 and add some casts insteadmorriss1-3/+3
2010-09-23Use gsize (size_t) in a couple of places to make the Win64 build happy.morriss1-4/+4
2010-09-22When using a custom column, make it possible to select which occurrence to sh...sake1-0/+2
2010-08-29Doxygen changes.etxrab1-2/+2
2010-08-28Doxygen changes.etxrab1-18/+19
2010-08-26Fix doxygen errors.etxrab1-9/+12
2010-08-14Added proto_item_prepend_text().stig1-0/+7
2010-05-26Expert severity was still overlapping with bits length, so separate them.martinm1-5/+5
2010-05-25Re-organise which FI bits are used to store expert severity and event info, i...martinm1-16/+17
2010-05-24Refer to the endianness arguments as "encoding" rather thanguy1-16/+16
2010-05-13Create a new REP_NA value for fields where there are no representationsguy1-0/+8
2010-05-12Add REP_{BIG,LITTLE}_ENDIAN #defines, for possible future use inguy1-0/+51
2010-05-02From Jakub Zawadzki:etxrab1-0/+8
2010-04-27From Jakub Zawadzki:etxrab1-4/+0
2010-04-27From Jakub Zawadzki:etxrab1-0/+5
2010-04-20From Jakub Zawadzki:etxrab1-0/+5
2010-04-15Revise comment on use of 'display' field in hf[] entry to showwmeier1-1/+1
2010-04-03 From Yaniv Kaul: constify parameterswmeier1-51/+51
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.wmeier1-50/+50
2010-04-02From Yaniv Kaul: constify parameterswmeier1-50/+50
2010-03-15Declare sip_uri_offset_init() as returning void and remove a couple unused va...morriss1-1/+1
2010-02-28Added svn:ignore targets.stig1-8/+3
2010-01-25Changed from using own defined GNUC_FORMAT_CHECK to G_GNUC_PRINTFstig1-43/+42
2010-01-23Add _format_value variants of the proto_tree_add_bits functiondimeg1-0/+64
2010-01-19Fix a double-free bug which was causing a crash. Our decryption buffergerald1-2/+2
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-0/+9
2009-12-18Added expert info group PI_PROTOCOL.stig1-1/+3
2009-12-12Rename BASE_STRUCTURE_RESET to BASE_DISPLAY_E_MASK, to clarify that it'sguy1-12/+20
2009-11-21Don't rely on G_STMTkrj1-16/+16
2009-11-21Rewrite macros to not use ternary operatorkrj1-4/+17
2009-10-20Make sure no one calls PROTO_ITEM_SET_*(proto_tree_add_*) by forcing a compil...morriss1-2/+2
2009-09-30Rename hfinfo.ref_count to hfinfo.ref_type since that's now how it's used.wmeier1-26/+26
2009-09-08From : Didier Gautheronetxrab1-2/+2
2009-09-06Introduce TRY_TO_FAKE_THIS_REPR which is an optimization similar to the exist...krj1-16/+16
2009-09-06The frame dissector disables the TRY_TO_FAKE_THIS_ITEM() optimization by mark...krj1-2/+3
2009-08-25Add missing semicolon.martinm1-1/+1
2009-08-25From Didier Gautheron:etxrab1-0/+11
2009-08-21Also fake empty field_info's by gracefully handling NULL field_info pointer e...krj1-3/+2
2009-08-11TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default. If there are any use...krj1-0/+7
2009-08-09Use PITEM_FINFO.krj1-6/+6
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.krj1-0/+3
2009-08-09Add PNODE_FINFO. We've been using PITEM_FINFO on proto_node's. This works bec...krj1-1/+4
2009-08-04Warning fix: comma at end of enumjmayer1-1/+1
2009-07-28Whitespace change.etxrab1-25/+25
2009-07-18From Kovarththanan Rajaratnam via bug 3719:stig1-2/+14
2009-02-24Add posibility to mark protocol as private. This prevents inadvertent Wiki ac...jake1-0/+11
2008-12-19Back out r27047 and r27053.gerald1-1/+1
2008-12-18Make proto_tree_add_bytes_format() (unused) behave as expected.martinm1-1/+1
2008-10-24Show both short and long protocol name in the Filter Expression dialog.stig1-0/+4