aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rpcap.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* MT: move global frame_end_routines to packet_info.Jakub Zawadzki2012-09-031-1/+1
* Use val_to_str_const() where appropriate;Bill Meier2012-08-101-1/+1
* convert some simple uses to use ephemeral memoryMichael Mann2012-08-101-2/+1
* tvb_length_remaining() can return -1 if the offset is out of bounds. Be sure...Chris Maynard2012-07-301-0/+2
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Fix compilation.Gerald Combs2012-06-041-2/+2
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-06-041-1/+3
* Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier2011-10-151-6/+6
* Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier2011-10-041-2/+2
* Fix ex "modeline" so it works;Bill Meier2011-09-211-1/+1
* Dissect some op codes.Stig Bjørlykke2011-08-291-4/+141
* Improved heuristics.Stig Bjørlykke2011-08-291-11/+5
* Stengthen the heuristics a bit (aka don't misclassify some ofJörg Mayer2011-08-271-2/+8
* Use ENC_NA as encoding for FT_PROTOCOL, FT_NONE and FT_BYTES.Stig Bjørlykke2011-07-191-13/+13
* Use correct encoding for proto_tree_add_item().Stig Bjørlykke2011-07-191-70/+70
* Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier2011-07-181-4/+1
* Avoid absurdly large values used in for-loops.Stig Bjørlykke2011-06-301-0/+15
* Strengthen heuristics for Packets.Stig Bjørlykke2011-06-291-0/+4
* Don't return an offset that you won't later use.Guy Harris2011-06-291-57/+42
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-1/+1
* Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss2010-09-231-32/+32
* From Didier Gautheron:Anders Broman2010-01-131-11/+6
* For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris2009-12-191-1/+1
* From Barry Miller via bug 4258:Stig Bjørlykke2009-11-231-0/+4
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Reword some help text slightly.Bill Meier2009-08-031-2/+2
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-61/+61
* Use some default true_false_string's.Bill Meier2009-04-071-12/+4
* Removed unused rpcap_handle.Stig Bjørlykke2009-03-031-4/+1
* Remove unneeded/incorrect properties Bill Meier2008-12-261-0/+0
* A few trivial changes related to proto_reg_handoff;Bill Meier2008-12-041-4/+4
* Improved the msg_type and msg_value heur checks.Stig Bjørlykke2008-11-271-1/+4
* Added an option to turn off content decoding, as this does not always workStig Bjørlykke2008-11-171-26/+26
* Added some expert infos.Stig Bjørlykke2008-11-121-5/+14
* Simplified "info added" check.Stig Bjørlykke2008-11-061-13/+5
* Added TCP segment reassembly.Stig Bjørlykke2008-11-061-23/+81
* Made rpcap heuristic.Stig Bjørlykke2008-11-051-40/+130
* Added support for RPCAP message formats.Stig Bjørlykke2008-10-301-0/+1213