aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-user_encap.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-4/+5
2015-06-25Add ability to export PDUs for heuristic dissectors alsoPascal Quantin1-1/+1
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-05DLT User: add ability to export PDUsPascal Quantin1-1/+25
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
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