aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-15Fix warnings: format '%blah' expects argument of type 'foo', but argument 'i'...Chris Maynard3-7/+9
2013-07-15Fix warning: ISO C does not allow extra ';' outside of a function.Chris Maynard3-19/+18
2013-07-15Fix warning: ISO C does not support %n$ operand number formats.Chris Maynard1-1/+1
2013-07-15Fix bug #8934: Fuzz failure: seg-fault in tvb_new_proxy()Jakub Zawadzki1-1/+6
2013-07-15Fix bug #8936: Fuzz failure: attempt to allocate -1 bytes from packet-bacapp....Jakub Zawadzki1-4/+33
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+4
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+8
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-9/+9
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+4
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+6
2013-07-15Use 2 Spaces indent and add modelines infoAlexis La Goutte1-50/+61
2013-07-15Fix warnings found by fix-encoding-args tools.(and remove some tabs also)Alexis La Goutte1-32/+32
2013-07-15Use 4 Spaces indent and add modelines infoAlexis La Goutte1-2326/+2340
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2-4/+4
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+0
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+3
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+2
2013-07-15Use "generic" tfs (tfs_set_notset)Alexis La Goutte1-70/+15
2013-07-15Fix error from checkAPI.plAlexis La Goutte1-1/+1
2013-07-15From Javier Godoy:Anders Broman1-22/+232
2013-07-15Update dissection.Anders Broman1-43/+37
2013-07-15From Javier Godoy:Anders Broman1-2/+2
2013-07-15From Cal Turney via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8920 :Jeff Morriss1-19/+19
2013-07-15Restore inclusion of report_err.hJeff Morriss1-0/+2
2013-07-15Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...Jeff Morriss20-200/+18
2013-07-15Fix up some white space.Jeff Morriss1-17/+18
2013-07-14Fix assertion failed: ERROR:print.c:823:const guint8 *get_field_data(GSList *...Jakub Zawadzki1-1/+5
2013-07-14All routines taking an offset and length that want to access the data inGuy Harris1-1/+1
2013-07-14A bit more comment updating.Guy Harris1-1/+1
2013-07-14Fix incorrect use of dlsw.frame_direction for capability exchangeGuy Harris1-3/+4
2013-07-14Fix a comment.Guy Harris1-4/+4
2013-07-14Get rid of duplicate "Old message type" field.Guy Harris1-1/+0
2013-07-14Make pointers to raw packet data pointers to guint8, not pointers toGuy Harris1-2/+2
2013-07-14Cast the result of g_malloc(), to avoid warnings about trying to compileGuy Harris1-4/+4
2013-07-14fix: ../../asn1/t38/packet-t38-template.c:346: warning: request for implicit ...Jakub Zawadzki1-1/+1
2013-07-14fix: packet-mp2t.c:489: warning: implicit declaration of function 'tvb_new_pr...Jakub Zawadzki1-0/+2
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki30-235/+226
2013-07-14Export tvb_free_chain() so that tvbtest can use it.Guy Harris2-4/+6