aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-user_encap.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-01Add a dissector for Apple's PKTAP headers.Guy Harris1-0/+25
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-09-12emem -> wmem ("tshark -v" tested)Jörg Mayer1-3/+5
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-05-28Batch of filterable expert infos. This (mostly) completes the non-ASN.1 list...Michael Mann1-2/+10
2013-05-18distinguish between length and reported length when dissecting a packetMartin Kaiser1-4/+5
2013-03-19From beroset:Anders Broman1-4/+4
2013-03-12From beroset:Anders Broman1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-06-20Remove some unneeded #includes;Bill Meier1-153/+158
2011-06-19 Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-19/+16
2011-05-08There is no guarantee that, just because there's a UAT item for a givenGuy Harris1-5/+14
2011-03-31Use correct functions to fetch protocol name for a dissector registered Stig Bjørlykke1-9/+6
2011-03-29From Pascal Quantin:Stig Bjørlykke1-6/+15
2011-03-28Added payload, header and trailer information to the DLT tree entry.Stig Bjørlykke1-1/+13
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris1-1/+1
2010-05-18Add proper item for "User encapsulation not handled" to be able toStig Bjørlykke1-3/+3
2010-03-04From LEGO via bug 3459:Stig Bjørlykke1-0/+1
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+1
2009-08-06Fix compilation warnings in a few dissectors and try moving them to theGerald Combs1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-3/+3
2009-03-08Don't use ep_strndup() to copy the uat protocol name, because the valueStig Bjørlykke1-3/+21
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sGuy Harris1-6/+6
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-11-15Use string format argument.Stig Bjørlykke1-2/+2
2008-09-26Minor cleanup related to proto_register & proto_reg_handoffBill Meier1-6/+5
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
2008-07-25Fix typos, clean up a message.Guy Harris1-1/+1
2008-06-26Fix some warnings reported by gcc -Wshadow ...Bill Meier1-4/+4
2008-03-06Added an option to uat_new() to set if configuration shall be saved in theStig Bjørlykke1-0/+1
2007-05-25- epan/uat.h: change the UAT_PROTO_DEF macro to handle both the name of the d...Luis Ontanon1-3/+6
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-1/+1
2007-03-27as Gisle Vanem noted that MingW doesn't "like" the #pragmas:Ulf Lamping1-1/+1
2007-03-27fix the remaining MSVC warnings by setting individual #pragma(warning:disable...Ulf Lamping1-0/+5
2007-02-12Add a description of UAT fields, and have it as a tooltip in the New/Edit Dia...Luis Ontanon1-6/+6
2007-02-09* Add a Submenu (/Views/User Tables) where UATs can be accessed.Luis Ontanon1-16/+16
2007-02-08Have the windows buildot compiling again.Luis Ontanon1-2/+4
2007-02-07UAT: filed definitions for proto (a dissector hanlde obtained by name)Luis Ontanon1-143/+119
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-21Squelch a compiler warning.Guy Harris1-1/+1
2005-08-05More char -> const char warning fixesJörg Mayer1-3/+3
2005-07-25Make the DLT an option, reduce the number of instances and rename them.Luis Ontanon1-75/+82
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-3/+3