aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-k12.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Remove circuit APIMichael Mann1-1/+1
2017-05-03Put back the null terminator in the list of handles.Guy Harris1-2/+5
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-2/+1
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann1-1/+1
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-4/+5
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-2/+3
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-2/+2
2015-01-12Remove emem APIs from UAT functionality.Michael Mann1-2/+2
2015-01-11Replace some "low hanging fruit" uses of emem.Michael Mann1-1/+4
2015-01-10Remove/replace ep_strsplit()Evan Huus1-2/+7
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-8/+6
2014-08-15packet-k12.c: Various minor changes:Bill Meier1-94/+135
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-10/+4
2014-03-31Continue to remove $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-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-29Rename some of pint.h macros to match common style (bits number on the end).Jakub Zawadzki1-4/+4
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-4/+4
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-2/+4
2013-08-25Replace some emem with wmem.Evan Huus1-7/+8
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss1-1/+0
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-6/+3
2013-05-26Batch of filterable expert infos.Michael Mann1-1/+10
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-4/+4
2013-03-18From beroset:Anders Broman1-13/+13
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...Michael Mann1-1/+1
2012-12-26Fix a bunch of warnings.Guy Harris1-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
2012-05-07packet-umts_fp.h now requires epan/conversation.h.Guy Harris1-0/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris1-1/+1
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-04From LEGO via bug 3459:Stig Bjørlykke1-0/+1
2009-08-06Fix compilation warnings in a few dissectors and try moving them to theGerald Combs1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-8/+8
2009-04-20More constification to fix warnings.Guy Harris1-1/+1
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-5/+5
2009-02-16Add an additional "title" attribute for UAT fields; that's what'sGuy Harris1-2/+2
2008-12-30Comment parameters in call to uat_new()Martin Mathieson1-6/+6
2008-09-03That #include is necessary to get epan_strcasestr() declared;Guy Harris1-0/+1
2008-09-03g_ascii_strdown() and g_ascii_strup(), unlike g_strdown() and g_strup(),Guy Harris1-3/+2
2008-08-04if it's se allocated it needs to be filled only once.Luis Ontanon1-10/+7