aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rx.c
AgeCommit message (Collapse)AuthorFilesLines
2008-03-16Set rxinfo.epoch from the epoch, and then assign it to ts.secs; thatGuy Harris1-10/+6
avoids doing a narrowing case - which, in this case, is safe (rxinfo.epoch is 32 bits, and the value assigned to it is 32 bits, so it's not as if it'd ever be wider than 32 bits even if ts.secs is wider than 32 bits), but you might still have to think about it. svn path=/trunk/; revision=24658
2008-03-16Added a cast to make it compile.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24657
2008-03-16From Chaskiel Grundman via ↵Jeff Morriss1-0/+2
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1556: patch to track afs requests by rx connection id svn path=/trunk/; revision=24651
2007-04-02Make RX a new style dissector: return 0 if there isn't at least 28 bytes of ↵Jeff Morriss1-2/+12
message or if it receives an unknown Type. Add a check of tvb length to README.developer's cut-n-paste dissector code. svn path=/trunk/; revision=21300
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-04-13Add a couple of tvb_ensure_bytes_exist() calls to fix bug 12.Gerald Combs1-0/+1
svn path=/trunk/; revision=14064
2005-02-28Add a link to an RX spec, and ask whether the Epoch really should beGuy Harris1-0/+9
dissected as a UN*X time. svn path=/trunk/; revision=13551
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
include of <resolv.h> in any system header file gets the system <resolv.h> (needed for builds on Tru64 with GTK+ 1.2[.x]). svn path=/trunk/; revision=11615
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+781
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410