aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rx.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-12- Make local functions static.Anders Broman1-0/+2
2013-10-22Pass struct rxinfo "private data" into AFS dissector instead of using pinfo->...Michael Mann1-5/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-15/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-24/+24
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-6/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-2/+0
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-33/+33
2009-05-19From Artem Tamazov (bug 3472):Stig Bjørlykke1-0/+3
2008-03-16Set rxinfo.epoch from the epoch, and then assign it to ts.secs; thatGuy Harris1-10/+6
2008-03-16Added a cast to make it compile.Stig Bjørlykke1-1/+1
2008-03-16From Chaskiel Grundman via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-0/+2
2007-04-02Make RX a new style dissector: return 0 if there isn't at least 28 bytes of m...Jeff Morriss1-2/+12
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-04-13Add a couple of tvb_ensure_bytes_exist() calls to fix bug 12.Gerald Combs1-0/+1
2005-02-28Add a link to an RX spec, and ask whether the Epoch really should beGuy Harris1-0/+9
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+781