aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-k12.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-04Fix an ep memory corruption due to passing ep blocks into a se allocated stru...Luis Ontanon1-4/+4
2008-06-04- Make FP radio division mode/speed explicit in struct for R7Martin Mathieson1-0/+6
2008-05-09Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+1
2008-04-07- Remove GLIB1 codeStephen Fisher1-1/+0
2008-03-06Added an option to uat_new() to set if configuration shall be saved in theStig Bjørlykke1-0/+1
2008-02-07Corrected some types.Stig Bjørlykke1-1/+1
2007-11-20Reindent some to improve readabilityJeff Morriss1-71/+92
2007-07-17Have the encapsulation selection match on the port name as well as stk filename.Luis Ontanon1-2/+3
2007-06-12This should fix Coverity's CID: 240 (Bug 1648)Luis Ontanon1-2/+5
2007-05-08From Kriang Lerdsuwanakij:Martin Mathieson1-7/+14
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-2/+2
2007-02-14Try to fix a naming conflict on Windows.Gerald Combs1-32/+32
2007-02-14Change fp_info struct to be more general by removing DCT2000-specific field.Martin Mathieson1-2/+5
2007-02-13From Sebastien Tandel:Stephen Fisher1-0/+1
2007-02-12Add a description of UAT fields, and have it as a tooltip in the New/Edit Dia...Luis Ontanon1-2/+6
2007-02-08From: Kriang LerdsuwanakijLuis Ontanon1-8/+103
2007-02-07* Add a category param to the uat.Luis Ontanon1-0/+1
2007-02-07From: Gisle VanemLuis Ontanon1-1/+2
2007-02-05* Add a help facility for UATsLuis Ontanon1-0/+1