aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-user_encap.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-06-20Remove some unneeded #includes;wmeier1-153/+158
2011-06-19 Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;wmeier1-19/+16
2011-05-08There is no guarantee that, just because there's a UAT item for a givenguy1-5/+14
2011-03-31Use correct functions to fetch protocol name for a dissector registered stig1-9/+6
2011-03-29From Pascal Quantin:stig1-6/+15
2011-03-28Added payload, header and trailer information to the DLT tree entry.stig1-1/+13
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofguy1-1/+1
2010-05-18Add proper item for "User encapsulation not handled" to be able tostig1-3/+3
2010-03-04From LEGO via bug 3459:stig1-0/+1
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-0/+1
2009-08-06Fix compilation warnings in a few dissectors and try moving them to thegerald1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):stig1-3/+3
2009-03-08Don't use ep_strndup() to copy the uat protocol name, because the valuestig1-3/+21
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sguy1-6/+6
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-11-15Use string format argument.stig1-2/+2
2008-09-26Minor cleanup related to proto_register & proto_reg_handoffwmeier1-6/+5
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orglego1-1/+1
2008-07-25Fix typos, clean up a message.guy1-1/+1
2008-06-26Fix some warnings reported by gcc -Wshadow ...wmeier1-4/+4
2008-03-06Added an option to uat_new() to set if configuration shall be saved in thestig1-0/+1
2007-05-25- epan/uat.h: change the UAT_PROTO_DEF macro to handle both the name of the d...lego1-3/+6
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-1/+1
2007-03-27as Gisle Vanem noted that MingW doesn't "like" the #pragmas:ulfl1-1/+1
2007-03-27fix the remaining MSVC warnings by setting individual #pragma(warning:disable...ulfl1-0/+5
2007-02-12Add a description of UAT fields, and have it as a tooltip in the New/Edit Dia...lego1-6/+6
2007-02-09* Add a Submenu (/Views/User Tables) where UATs can be accessed.lego1-16/+16
2007-02-08Have the windows buildot compiling again.lego1-2/+4
2007-02-07UAT: filed definitions for proto (a dissector hanlde obtained by name)lego1-143/+119
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-09-21Squelch a compiler warning.guy1-1/+1
2005-08-05More char -> const char warning fixesjmayer1-3/+3
2005-07-25Make the DLT an option, reduce the number of instances and rename them.lego1-75/+82
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchguy1-3/+3
2005-06-06the trailer's offset and len were not ok.lego1-7/+4
2005-06-04Give the user the ability to decide how to decode USER DLTslego1-0/+210