aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rpcap.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-29Strengthen heuristics for Packets.Stig Bjørlykke1-0/+4
2011-06-29Don't return an offset that you won't later use.Guy Harris1-57/+42
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-32/+32
2010-01-13From Didier Gautheron:Anders Broman1-11/+6
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-11-23From Barry Miller via bug 4258:Stig Bjørlykke1-0/+4
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-03Reword some help text slightly.Bill Meier1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-61/+61
2009-04-07Use some default true_false_string's.Bill Meier1-12/+4
2009-03-03Removed unused rpcap_handle.Stig Bjørlykke1-4/+1
2008-12-26Remove unneeded/incorrect properties Bill Meier1-0/+0
2008-12-04A few trivial changes related to proto_reg_handoff;Bill Meier1-4/+4
2008-11-27Improved the msg_type and msg_value heur checks.Stig Bjørlykke1-1/+4
2008-11-17Added an option to turn off content decoding, as this does not always workStig Bjørlykke1-26/+26
2008-11-12Added some expert infos.Stig Bjørlykke1-5/+14
2008-11-06Simplified "info added" check.Stig Bjørlykke1-13/+5
2008-11-06Added TCP segment reassembly.Stig Bjørlykke1-23/+81
2008-11-05Made rpcap heuristic.Stig Bjørlykke1-40/+130
2008-10-30Added support for RPCAP message formats.Stig Bjørlykke1-0/+1213