aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sflow.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-21'tab-width/tabstop/tabSize' in editor modelines should really always be 8;Bill Meier1-39/+39
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-3/+3
2011-10-27Fix proto_tree_add_item( encoding args;Bill Meier1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-3/+3
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-4/+4
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-132/+132
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-08-08From Andrew Feren via bug 6219: Offset calculated incorrectly for sFlow exten...Chris Maynard1-3/+3
2011-03-12Improve r36177 per Guy's suggestion at bug #5746 to always call theStephen Fisher1-7/+1
2011-03-12Handle PPP in HDLC framing. Fixes bug 5746.Chris Maynard1-1/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-12-06Fix various typos and spelling errors.Bill Meier1-2/+2
2010-11-12Getting wrong addr_type from the packet is not a dissector bug.Stig Bjørlykke1-2/+0
2010-11-11From Andrew Feren:Anders Broman1-143/+131
2010-10-08Restore pinfo->private_data after an exception was thrown by a subdissector.Jeff Morriss1-22/+21
2010-09-24(Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss1-2/+2
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-34/+34
2010-02-16Various relatively small changes:Bill Meier1-82/+63
2010-02-10Add SVN Id tagJeff Morriss1-6/+8
2010-02-09Don't trust the length field in a V5 sample to be valid.Guy Harris1-0/+2
2010-02-09Do all the missing dissectors the same way.Guy Harris1-9/+20
2010-02-09Another BASE_NONE.Anders Broman1-1/+1
2010-02-08Terminate a value_string, and get rid of a non-ASCII character.Guy Harris1-1/+2
2010-02-08flag two unusued arguments with _U_ to prevent a compiler warningRonnie Sahlberg1-1/+1
2010-02-08Fix field base.Anders Broman1-6/+6
2010-02-08From Yi Yu:Anders Broman1-1963/+3281
2010-01-03Use different abbrev for IPv4 and IPv6 address.Stig Bjørlykke1-2/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-30Add some length checks. Fixes bug 3567.Gerald Combs1-4/+22
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-11/+11
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1
2009-04-07Use some default true_false_string's.Bill Meier1-6/+1
2009-03-08From Peter (bug 3314):Stig Bjørlykke1-4/+4
2009-01-13Minor changes related to reg_handoff_ & proto_register_Bill Meier1-4/+5
2008-12-02From Jim Young (bug 3092):Stig Bjørlykke1-1/+1
2008-12-02- Make sure we hanlde arrays with length 0 correctly.Jörg Mayer1-11/+18
2008-12-01Initialize sample_enterprise.Stig Bjørlykke1-0/+1
2008-12-01- Add some detail infos to the parent treesJörg Mayer1-39/+63
2008-12-01Attempt to fix build errors.Stig Bjørlykke1-21/+23
2008-12-01The good:Jörg Mayer1-504/+1084
2008-09-02Minor cleanup (mostly related to proto_reg_handoff...)Bill Meier1-6/+3
2008-07-09From Motonori Shindo:Jaap Keuter1-0/+100
2008-04-12From Andrew Ferren (big 2434):Sake Blok1-1/+1
2008-03-05From Andrew Feren :Anders Broman1-25/+203
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-3/+1
2007-10-19From Andrew Feren:Sake Blok1-17/+93
2007-10-11From Andrew Feren:Stig Bjørlykke1-12/+89
2006-12-21From Taisuke SASAKI:Jaap Keuter1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3