aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sflow.c
Commit message (Expand)AuthorAgeFilesLines
* The sFlow specification says there's an address type "unknown", with anGuy Harris2012-10-051-10/+41
* fix fuzz test failures in sflowMartin Kaiser2012-10-041-26/+26
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-2/+2
* Use val_to_str_const() where appropriate;Bill Meier2012-08-101-10/+10
* Update FSF address - part II.Jakub Zawadzki2012-06-281-1/+1
* 'tab-width/tabstop/tabSize' in editor modelines should really always be 8;Bill Meier2012-03-211-39/+39
* packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard2011-11-081-3/+3
* Fix proto_tree_add_item( encoding args;Bill Meier2011-10-271-2/+2
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-2/+2
* Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier2011-10-161-3/+3
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier2011-10-101-4/+4
* Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier2011-10-061-132/+132
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-1/+1
* From Andrew Feren via bug 6219: Offset calculated incorrectly for sFlow exten...Chris Maynard2011-08-081-3/+3
* Improve r36177 per Guy's suggestion at bug #5746 to always call theStephen Fisher2011-03-121-7/+1
* Handle PPP in HDLC framing. Fixes bug 5746.Chris Maynard2011-03-121-1/+7
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-2/+2
* Fix various typos and spelling errors.Bill Meier2010-12-061-2/+2
* Getting wrong addr_type from the packet is not a dissector bug.Stig Bjørlykke2010-11-121-2/+0
* From Andrew Feren:Anders Broman2010-11-111-143/+131
* Restore pinfo->private_data after an exception was thrown by a subdissector.Jeff Morriss2010-10-081-22/+21
* (Refining the regexp...) Replace blurbs that match the name (case insensitive...Jeff Morriss2010-09-241-2/+2
* Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss2010-09-231-34/+34
* Various relatively small changes:Bill Meier2010-02-161-82/+63
* Add SVN Id tagJeff Morriss2010-02-101-6/+8
* Don't trust the length field in a V5 sample to be valid.Guy Harris2010-02-091-0/+2
* Do all the missing dissectors the same way.Guy Harris2010-02-091-9/+20
* Another BASE_NONE.Anders Broman2010-02-091-1/+1
* Terminate a value_string, and get rid of a non-ASCII character.Guy Harris2010-02-081-1/+2
* flag two unusued arguments with _U_ to prevent a compiler warningRonnie Sahlberg2010-02-081-1/+1
* Fix field base.Anders Broman2010-02-081-6/+6
* From Yi Yu:Anders Broman2010-02-081-1963/+3281
* Use different abbrev for IPv4 and IPv6 address.Stig Bjørlykke2010-01-031-2/+2
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Add some length checks. Fixes bug 3567.Gerald Combs2009-06-301-4/+22
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-11/+11
* From Reinhard Speyerer:Jaap Keuter2009-05-011-1/+1
* Use some default true_false_string's.Bill Meier2009-04-071-6/+1
* From Peter (bug 3314):Stig Bjørlykke2009-03-081-4/+4
* Minor changes related to reg_handoff_ & proto_register_Bill Meier2009-01-131-4/+5
* From Jim Young (bug 3092):Stig Bjørlykke2008-12-021-1/+1
* - Make sure we hanlde arrays with length 0 correctly.Jörg Mayer2008-12-021-11/+18
* Initialize sample_enterprise.Stig Bjørlykke2008-12-011-0/+1
* - Add some detail infos to the parent treesJörg Mayer2008-12-011-39/+63
* Attempt to fix build errors.Stig Bjørlykke2008-12-011-21/+23
* The good:Jörg Mayer2008-12-011-504/+1084
* Minor cleanup (mostly related to proto_reg_handoff...)Bill Meier2008-09-021-6/+3
* From Motonori Shindo:Jaap Keuter2008-07-091-0/+100
* From Andrew Ferren (big 2434):Sake Blok2008-04-121-1/+1