summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-07-18Add fencing for COL_INFO (which was the intent of the dissector until I accid...Michael Mann1-1/+2
2013-07-18Make filterable items from proto_tree_add_text.Michael Mann1-55/+56
2013-07-18Fix memleak, base64_to_tvb() strdup passed string by its own.Jakub Zawadzki1-1/+1
2013-07-18Catch exceptions from AVP subdissectors in case the AVPs following the oneJeff Morriss1-19/+43
2013-07-18Temporarily disable offending code triggering a segmentation fault on Linux (...Pascal Quantin1-0/+2
2013-07-18Fix various errors found by checkAPI.pl and fix-encoding-args.pl scriptsPascal Quantin1-21/+21
2013-07-18Try to fix error: ignoring return value of 'fwrite', declared with attribute ...Pascal Quantin1-3/+6
2013-07-18Fix error: 'format' may be used uninitialized in this functionPascal Quantin1-1/+1
2013-07-18From Rupesh Patro:Anders Broman1-5/+328
2013-07-18From Cal Turney:Anders Broman1-18/+26
2013-07-18From Javier Godoy:Anders Broman1-32/+58
2013-07-18From Cal Turney:Anders Broman2-21/+58
2013-07-18Fix:Anders Broman1-3/+0
2013-07-18Convert proto_tree_add_text calls to proto_tree_add_item.Michael Mann1-269/+257
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki77-226/+231
2013-07-17Optimize print_line_textJakub Zawadzki1-11/+13
2013-07-17Dissect new flagsAnders Broman1-6/+29
2013-07-17Optimize proto_tree_print_node() + fix possible memleak when -O is usedJakub Zawadzki1-13/+10
2013-07-17Fix up some indentation.Jeff Morriss1-10/+10
2013-07-17Use "generic" tfs (tfs_supported_not_supported...)Alexis La Goutte3-26/+7
2013-07-17Move Do not clear / Clear & Confirmed / Unconfirmed TFS to epan/tfs.[ch]Alexis La Goutte3-3/+4
2013-07-17Use "generic" tfs (tfs_set_notset...)Alexis La Goutte1-163/+32
2013-07-17Use "generic" tfs (tfs_set_notset, tfs_supported_not_supported...)Alexis La Goutte3-138/+31
2013-07-17Use "generic" tfs (tfs_set_notset...)Alexis La Goutte1-75/+15
2013-07-17Backing out r50690 (exept simple_dialog)Anders Broman2-53/+21
2013-07-17From Cal Turney:Anders Broman2-21/+53
2013-07-17Convert proto_tree_add_tree calls to something filterable.Michael Mann2-375/+265
2013-07-16Use label_fill also when boolean / bitfield.Jakub Zawadzki1-30/+24
2013-07-16optimize: remove g_snprintf()'s from label_fill[_descr]Jakub Zawadzki1-14/+55
2013-07-16Make fields filterable through proto_tree_add_item (with the help of convert_...Michael Mann1-172/+185
2013-07-16Convert some proto_tree_add_text into proto_tree_add_expert.Michael Mann1-16/+23
2013-07-16Replace some tabs with spaces.Jeff Morriss1-7/+7
2013-07-16Fix the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug...Jeff Morriss1-21/+70
2013-07-16"man inet_pton" only says that it returns a negative value, zero or a postive...Chris Maynard7-110/+107
2013-07-16Remove ADWIN_ADD_LE and ADWIN_ADD_BE macros as they don't add much to readabi...Michael Mann1-145/+132
2013-07-16Fix Coverity CID 1050092: Dereference null return value.Chris Maynard1-3/+4
2013-07-16Fix Coverity CID 1055436: Improper use of negative value.Chris Maynard1-17/+19
2013-07-16Fix Coverity CID 1050089: "Explicit null dereferenced", by Move some lines of...Chris Maynard1-8/+6
2013-07-16Improve iec104 dissector. Bug 8849 (https://bugs.wireshark.org/bugzilla/show...Michael Mann1-389/+544
2013-07-16Allow to perform sequence analysis when only RLC headers are loggedPascal Quantin1-9/+11
2013-07-16Fix warning: cannot optimize possibly infinite loops. There was no actual in...Chris Maynard1-2/+2
2013-07-16Fix one that got missed.Guy Harris1-1/+1
2013-07-16Revert r50655 for this file.Chris Maynard1-13/+13
2013-07-16This should fix warning: to be safe all intermediate pointers in cast from 'g...Chris Maynard2-35/+35
2013-07-16Replace glib memory with wmem. Fixes a substantial memory leak in the TCPEvan Huus1-2/+3
2013-07-16Move strnatcmp.{h,c} from epan into wsutil: there's nothing epan-specificJeff Morriss4-254/+0
2013-07-16A better method of avoiding the "ISO C restricts enumerator values to range o...Chris Maynard1-1/+3
2013-07-15Don't compare a guint32 against -1, compare it against 0xFFFFFFFFU.Guy Harris1-1/+1
2013-07-15Fix warning: ISO C restricts enumerator values to range of 'int'Chris Maynard4-5/+5
2013-07-15Fix warnings: comma at end of enumerator list.Chris Maynard12-36/+36