aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-15Try 2 at fixing the Debian package.Jeff Morriss1-6/+6
2013-07-15Add report_err.c to cmake build.Jeff Morriss1-0/+1
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 Morriss35-39/+40
2013-07-15Fix up some white space.Jeff Morriss1-17/+18
2013-07-15Try to fix the "make debian-package" buildbot step: update patch 03-preferencesJeff Morriss1-4/+4
2013-07-15One more try at fixing all the issues reported inJeff Morriss1-8/+14
2013-07-14Rename frame_invalidate to frame_cache.Jakub Zawadzki1-5/+5
2013-07-14Fix assertion failed: ERROR:print.c:823:const guint8 *get_field_data(GSList *...Jakub Zawadzki1-1/+5
2013-07-14Yet another place where + offset was missing.Jakub Zawadzki1-2/+1
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 Harris2-4/+4
2013-07-14Use tvb_new_chain with the tvbuffs from a reassembly.Guy Harris3-6/+6
2013-07-14A fragment_data structure now contains a pointer to a tvbuff to theGuy Harris3-14/+12
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 Zawadzki2-2/+2
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 Zawadzki31-241/+235
2013-07-14[Automatic manuf, services and enterprise-numbers update for 2013-07-14]Gerald Combs1-3/+40
2013-07-14Don't use compiler options not supported by clang in XCode 4.6.3Michael Tüxen1-4/+8
2013-07-14Export tvb_free_chain() so that tvbtest can use it.Guy Harris2-4/+6
2013-07-14Squelch a "not permitted in C++" warning.Guy Harris1-1/+1
2013-07-14Build tvbtest the same way we build reassemble_test; see whether thatGuy Harris1-8/+20
2013-07-14Fix whitespace.Guy Harris1-1/+1
2013-07-14Rewrite packet-mime-encap to use composite tvbs + cloningJakub Zawadzki3-19/+56
2013-07-14Fix tvbtest linking, move private structures to tvbuff_subsetJakub Zawadzki3-18/+18
2013-07-14Move tvb real and subset implementations to seperate files.Jakub Zawadzki6-259/+340
2013-07-14OK, with Qt 5.1, the pkg-config modules are all called Qt5Xxx ratherGuy Harris1-8/+25
2013-07-14Generate better hf_ nameMichael Mann1-77/+81
2013-07-14First real test of convert_proto_tree_add_text.pl.Michael Mann1-80/+165
2013-07-14Fix the OID registration leaks.Evan Huus1-7/+9
2013-07-14Fix one small leak in xml dissector registration.Evan Huus1-1/+1
2013-07-14Fix some of the preferences leaks. Don't strdup the defaults, as they will beEvan Huus1-10/+9
2013-07-14Note that Qt builds are supported by autotools.Guy Harris1-0/+4
2013-07-13set svn propertiesMartin Kaiser1-419/+419
2013-07-13On OS X, set the rpath for executables to includeGuy Harris3-44/+125
2013-07-13Here's a tool to help in the conversion of proto_tree_add_text to proto_tree_...Michael Mann1-0/+419
2013-07-13Add support for cloning TVBs, move tvb_new() prototype to wtap-int.hJakub Zawadzki4-13/+218
2013-07-13From Dominic Spill via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8921Evan Huus1-45/+26
2013-07-13Add new function: validate_offset() which checks if offset is within bounds o...Jakub Zawadzki1-50/+31
2013-07-13From Chris Botje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8917Evan Huus1-23/+120
2013-07-13cygwin's dos2unix belongs to the Base categoryMartin Kaiser1-3/+3
2013-07-13From Vaibhav KatkadeMartin Kaiser1-0/+53