aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcm.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-10/+10
2013-09-22emem -> wmem conversion:Pascal Quantin1-5/+5
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-12/+12
2013-09-14Convert some dissectors to wmem (leaving uat-like memory with emem for now)Pascal Quantin1-51/+51
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-4/+4
2013-09-07Batch of filterable expert infoMichael Mann1-33/+56
2013-08-28Fix a copy-paste error.Anders Broman1-1/+1
2013-08-28Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-11/+3
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-8/+6
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-3/+3
2013-02-17Support for SCU/SCP Role Selection and Asynchronous Operations Window Negotia...Michael Mann1-53/+377
2013-02-06From Stefan Allers viaEvan Huus1-13/+163
2013-02-04'#if 0' out an unused hf[] entry;Bill Meier1-56/+51
2012-12-26Fix a bunch of warnings.Guy Harris1-14/+12
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-6/+3
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-3/+1
2012-04-30Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2011-12-27Corrected some obvious typos.Chris Maynard1-54/+54
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-2/+2
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-2/+0
2011-05-27Make TVBs opaque for most users.Jeff Morriss1-1/+1
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsJeff Morriss1-6/+7
2011-05-04Cleanup: replace sizeof(arr)/sizeof(arr[0]) with shorter array_length(arr)Jakub Zawadzki1-3/+3
2011-04-30Check our PDU length. Fixes the infinite loop found in bug 5876.Gerald Combs1-0/+7
2011-04-16Fix Coverity CIDs 603 & 604.Gerald Combs1-2/+2
2011-03-23Removed "comparing an array to null", with no effect.Stig Bjørlykke1-2/+1
2011-03-22Remove two tests for fail return from g_malloc(); Fixes Coverity #424 "FORWA...Bill Meier1-8/+4
2011-02-10Modify proto_tree_add_bytes_format() and proto_tree_add_bytes_format_value()Jeff Morriss1-13/+11
2011-01-31Fix two cases of 'if (x = y)' which should be 'if (x == y)'.Bill Meier1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+5
2011-01-20Roll some calls to tvb_get_ptr() into proto_tree_add_bytes_format() (insteadJeff Morriss1-30/+12
2011-01-16Use tvb_memeql() and tvb_memcpy().Jeff Morriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-06Fix various typos and spelling errors.Bill Meier1-1/+1
2010-08-09From David Aggeler:Jaap Keuter1-356/+627
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.Bill Meier1-4/+4
2010-05-14From David Aggeler via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=47...Jeff Morriss1-51/+67
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-19Squelch a bunch of compiler warnings.Guy Harris1-55/+57
2010-01-25From Didier Gautheron via bug 4419:Stig Bjørlykke1-100/+34
2010-01-18Fix a number of gcc _Wshadow warningsBill Meier1-5/+5
2009-11-04tvb_format_text() always returns a non NULL pointer so don't check return val...Kovarththanan Rajaratnam1-3/+3