aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp2222.inc
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-06More size_t fixes.Gerald Combs1-9/+9
2009-01-13Make the column check actually check the information column status.Jaap Keuter1-5/+8
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-09-08From Pavol Rusnak: Add missing break statement....Bill Meier1-29/+30
2008-08-14Fix for retransmission of fragmented NDS reply packets.Greg Morris1-68/+119
2008-08-04Print various uints with %u ...Bill Meier1-42/+42
2008-08-04Fix 2 bugs:Bill Meier1-17/+25
2008-08-04Adjust various indentation/spacing; Do some minor reformattingBill Meier1-2219/+2220
2008-08-01From Bill Meier:Anders Broman1-284/+201
2008-07-23Don't use proto_tree_add_uint_hidden() any more: it's deprecated.Jeff Morriss1-6/+8
2008-07-09Fix some spacing .....Bill Meier1-70/+71
2008-07-09Fix some mis-spellingsBill Meier1-13/+13
2008-06-25Clean up indentation.Guy Harris1-69/+103
2008-03-01Rewrote to use g_strlcat and g_strlcpy.Stig Bjørlykke1-67/+68
2008-02-29Error code 0x89a9 updated error message to be:Greg Morris1-2/+4
2007-12-13Replace // commentsJörg Mayer1-2/+2
2007-11-21Don't try to overwrite read-only memory. Fixes bug 2001.Gerald Combs1-1/+1
2007-11-08Fix a couple of integer underflows.Gerald Combs1-893/+899
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-10-17Mask errorJaap Keuter1-1/+1
2007-10-02Check return value from ptvcursor_add in an attempt to fix bug 1886.Stig Bjørlykke1-11/+17
2007-08-30Add eDirectory iteration verb 0x6e.Greg Morris1-702/+2444
2007-04-13Fix various warningsStephen Fisher1-4/+4
2007-03-29Fix some more warningsStephen Fisher1-3/+4
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-2/+2
2006-08-29Fixes and updated files:Greg Morris1-54/+713
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-1/+1
2006-05-22ethereal->wireshark updatesRonnie Sahlberg1-2/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-03Add a null pointer check. Fixes the current Buildbot menagerie failure.Gerald Combs1-0/+3
2006-04-02From Greg Morris:Anders Broman1-32/+852
2006-03-15Add missing preference storage. Jaap Keuter1-0/+1
2005-12-13Throw an exception if we have an invalid offset. Fixes bug 585.Gerald Combs1-0/+3
2005-11-24From Greg Morris:Anders Broman1-19/+169
2005-10-29Get rid of an unused variable.Guy Harris1-1/+0