aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp2222.inc
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-22/+22
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-22/+22
2010-02-02Introduce "Reassembled length" filter element for all protocols doingStig Bjørlykke1-0/+1
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-22/+22
2009-10-12Remove #define which is no longer req'd.Bill Meier1-1/+0
2009-10-10Replace use of GMemChunk by se_alloc;Bill Meier1-76/+20
2009-10-10Fix a benign no-effect bug;Bill Meier1-9570/+9570
2009-09-24Remove check_col() guardKovarththanan Rajaratnam1-11/+3
2009-08-09Use PTREE_FINFO.Kovarththanan Rajaratnam1-6/+6
2009-05-13Apply some of the patches from:Anders Broman1-3/+1
2009-05-05The expert_item pointers and expert_status values don't need to beGuy Harris1-18/+19