aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp2222.inc
AgeCommit message (Expand)AuthorFilesLines
2015-01-20NCP2222: fix possible buffer-overflowEvan Huus1-1/+5
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-3/+5
2015-01-09Some typos fixed.Dario Lombardo1-1/+1
2015-01-08bytes_to_ep_str -> bytes_to_strMichael Mann1-3/+3
2014-10-25ncp2222: initialize buffer in build_expert_dataEvan Huus1-0/+1
2014-10-13NCP: cast to guint instead of gulongPascal Quantin1-1/+1
2014-10-13NCP: add a missing cast following g6ca40c5Pascal Quantin1-1/+1
2014-10-13ncp2222: don't overflow buffer constructing stringEvan Huus1-2/+1
2014-10-10NCP: switch to wmem memory and ensure that all fields are initializedPascal Quantin1-7/+7
2014-07-06Add printf-format annotations, fix garbagePeter Wu1-0/+14
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-34/+34
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-34/+34
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-20/+40
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-21Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-43/+43
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-20/+20
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-3/+3
2013-12-14Remove not needed ';'Jakub Zawadzki1-1/+1
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-6/+6
2013-09-29Convert proto_tree_add_time_format to either proto_tree_add_time or proto_tre...Michael Mann1-4/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-15/+15
2013-09-08Restore some format arguments that were accidentally dropped.Evan Huus1-3/+3
2013-09-08Add filterable expert info to NCP dissector.Michael Mann1-25/+20
2013-07-22The last argument to ptvcursor_add() is an encoding value; pass it one,Guy Harris1-6/+11
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-2/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-79/+56
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-5/+5
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-5/+8
2013-03-18From beroset:Anders Broman1-13/+13
2013-02-15Fix a set of obscure bugs found by checkhf.Bill Meier1-16/+16
2012-12-26Fix a bunch of warnings.Guy Harris1-27/+27
2012-12-04Fix 2 [-Wshadow] warnings.Bill Meier1-7/+7
2012-10-10Provide ability to find previous request packets in NCP hash table.Greg Morris1-2/+25
2012-09-27Fix for buildbot warning on OSX-10.6-x64Greg Morris1-1/+1
2012-09-27Added additional server information in NCP 23/17 reply structure for OES Linux.Greg Morris1-32/+70
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-09-01Remove duplicate assignment (caught by cppcheck).Evan Huus1-1/+0
2012-08-10Make the corresponding packet_info available to each tree item. ThisGerald Combs1-4/+3
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-14/+4
2011-05-17As suggested by Chris: use val_to_str_const() instead of match_strval() plus aJeff Morriss1-312/+89
2011-05-17Avoid passing a NULL string pointer to format routines: some libc's (e.g.,Jeff Morriss1-4/+8
2011-04-12Don't assign to a proto_item * if the value won't be used: Coverity 978;Bill Meier1-29/+32
2011-02-19Fix Visual C++ code analysis warnings.Gerald Combs1-1/+1
2011-01-30Introduce "Fragment count" filter element for all protocols doing reassembly.Stig Bjørlykke1-0/+1
2010-12-17Switched to bitwise & instead of logical && in bit operations.Stig Bjørlykke1-2/+2
2010-11-01Compile (over 100) dfilters only if needed rather than at every Wireshark sta...Bill Meier1-1/+27
2010-10-10Define some fcns & vars as static...Bill Meier1-8/+8
2010-06-09Do some constifying (based upon gcc -Wwrite-strings warnings);Bill Meier1-80/+95