aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp2222.inc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-12-13 10:59:33 +0000
committerGuy Harris <guy@alum.mit.edu>2005-12-13 10:59:33 +0000
commit4ca1ee0a89b1c67b5331d59919c197de6fcea409 (patch)
tree44765d2dd704cba961886fc08a60a71af1b13ca2 /epan/dissectors/packet-ncp2222.inc
parent77ff57e72ae8dafa5b8945fa963a5c8f6928cf44 (diff)
Fix some bit mask tests - & has lower priority than !=, so "a & b != c"
means "a & (b != c)", not "(a & b) != c". Put in a comment noting a potential problem with defragmentation, pointed out by a compiler warning that apm_Segmentation_local_ref might not be set before it's used. svn path=/trunk/; revision=16779
Diffstat (limited to 'epan/dissectors/packet-ncp2222.inc')
0 files changed, 0 insertions, 0 deletions