aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sflow.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-05-29Introduce 802.11 dissectors with wired-in "FCS present" indications.Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-12Create/use two extended value-strings;Bill Meier1-198/+602
2013-12-12Try to fix "initializer element is not computable at load time"Anders Broman1-7/+22
2013-12-11Trivial: tabs -> spaces.Chris Maynard1-1/+1
2013-12-11- Make local functions static.Anders Broman1-0/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-08-27Use dissector_delete_uint_range/dissector_add_uint_rangeAnders Broman1-17/+3
2013-08-16Add one 'volatile' keyword to fix a -Wclobbered and change the tree used in oneEvan Huus1-2/+2
2013-08-16Use convert_proto_tree_add_text.pl to make many filterable items.Michael Mann1-788/+558
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-3/+2
2013-05-27Batch of filterable expert infosMichael Mann1-1/+11
2013-03-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-1/+1
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-12/+12
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-6/+18
2012-12-26Fix a bunch of warnings.Guy Harris1-6/+6
2012-10-05The sFlow specification says there's an address type "unknown", with anGuy Harris1-10/+41
2012-10-04fix fuzz test failures in sflowMartin Kaiser1-26/+26
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-10/+10
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
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