aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dect.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-4/+5
2015-04-16Remove deprecated tvb_lengt APIsAndersBroman1-2/+2
2015-04-13Add more "bitmask grouping" APIs.Michael Mann1-47/+60
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-5/+5
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-11-17DECT: ensure that bfield_data buffer is always fully initiatedPascal Quantin1-0/+4
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-0/+12
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-5/+5
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+1
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-09-14Convert some dissectors to wmem (leaving uat-like memory with emem for now)Pascal Quantin1-28/+30
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-03-16[-Wmissing-prototypes]Anders Broman1-0/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-04-28Initialize the bits[] array to zero.Chris Maynard1-0/+1
2012-04-09Add missing const attribute to some char *Jakub Zawadzki1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-105/+105
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-8/+8
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-5/+5
2011-05-23From Romain Fliedel via bug 5947: Fix the mask for extracting FMID.Chris Maynard1-1/+1
2011-05-23Use correct subtree in a few cases: Fixes Coverity 921,894,878 & 1136;Bill Meier1-7/+10
2011-02-01Further restructure the DECT dissector:Jaap Keuter1-188/+247
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-07-07Fix a buffer overflow found by recent randpkt testing. Replace raw dataGerald Combs1-18/+22
2010-06-11Andreas Schuler <andreas (A) schulerdev.de>Jörg Mayer1-157/+253
2010-02-18Cleanup of DECT dissector INFO column.Anders Broman1-30/+29
2010-01-13From Didier Gautheron:Anders Broman1-80/+36
2009-08-17setbit() is (AFAIK) defined in <sys/param.h> (OpenBSD) so rename to dect_setb...Kovarththanan Rajaratnam1-3/+3
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-16/+4
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-10/+5
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-22Fix warning: always evaluates to true/falseJörg Mayer1-1/+1
2009-04-09Fix a typo.Anders Broman1-2/+2
2009-04-09Starting cleanup in earnestJörg Mayer1-157/+165
2009-03-30Andreas Schuler:Jörg Mayer1-83/+788
2009-03-28Don't use sprintf() - use ep_strbufs and ep_strbuf_append_printf()Guy Harris1-12/+19
2009-03-24Andreas SchulerJörg Mayer1-10/+11
2009-03-24Andreas SchulerJörg Mayer1-26/+65
2009-02-11Whitespace changes, missed a comment in GermanJörg Mayer1-713/+713
2009-02-05Replace remaining usage of sprintf ...Bill Meier1-2/+2
2009-02-05Don't convert a const to a non-constJörg Mayer1-5/+5