aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-07-11Fix the very long loop fuzz failure reported in https://bugs.wireshark.org/bu...Jeff Morriss1-4/+13
2013-07-11Client subnet optcode value now IANA assigned. Warn if experimental placehol...Michael Mann1-6/+14
2013-07-11Throw in a cast to squelch warnings about a value not fitting in aGuy Harris1-4/+2
2013-07-11You now have to update three count 'em three files when adding a newGuy Harris1-0/+1
2013-07-11Get rid of an unused variable.Guy Harris1-3/+4
2013-07-11Fix two problems in tvbuff.hJakub Zawadzki1-1/+3
2013-07-11Restore old composite_memcpy() prototype. Remove it from ops.Jakub Zawadzki1-3/+3
2013-07-11packet dissection now takes pointer to tvb instead of guint8 dataJakub Zawadzki24-67/+221
2013-07-11tvbuff: try to fix compilation problems for C++-like compilers.Jakub Zawadzki1-14/+19
2013-07-10Upgrade NAS disssectors to v11.7.0Pascal Quantin2-2/+32
2013-07-10Darn it - fix typo.Chris Maynard1-1/+1
2013-07-10Mention the new -L option to editcap in the release notes.Chris Maynard1-0/+2
2013-07-10Add -L option to allow adjustment of original frame length. This change was ...Chris Maynard2-75/+104
2013-07-10tvbuff: remove ->tvb_init() from opsJakub Zawadzki2-43/+15
2013-07-10tvbuff: allow tvb-implementations using their own structure (it's fine as lon...Jakub Zawadzki2-36/+91
2013-07-10From Cal Turney:Anders Broman1-62/+113
2013-07-10Fix previous commit. Devel env with -w in CFLAGS is not so good idea...Jakub Zawadzki2-9/+9
2013-07-10tvbuff: replace type with operation vtableJakub Zawadzki3-140/+181
2013-07-10Use QHeaderView::setSectionResizeMode on Qt >= 5.Gerald Combs1-0/+10
2013-07-10Document that ProtoField INT64 and UINT64 does not support value string.Stig Bjørlykke1-2/+2
2013-07-10Use luaL_optnumber for ProtoField mask, to avoid a signed cast.Stig Bjørlykke1-3/+3
2013-07-10Add strnatcmp by Martin Pool for 'natural order' string comparisons, and make...Chris Maynard9-7/+285
2013-07-10From Javier Godoy:Anders Broman1-9/+20
2013-07-10From Joe McEachern:Anders Broman1-1/+1
2013-07-10Fix bug #8908: Strange behavior of tree expand/collapse in packet detailsJakub Zawadzki1-13/+37
2013-07-10The last bits of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8828Evan Huus1-16/+84
2013-07-09tvbuff: use ep_strbuf_append_unichar()Jakub Zawadzki1-26/+6
2013-07-09fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8916Martin Kaiser1-4/+8
2013-07-09Upgrade LTE RRC dissector to v11.4.0Pascal Quantin5-11/+116
2013-07-09Fix some uninitialized variable warnings reported in bug 8904 (https://bugs.w...Michael Mann1-11/+1
2013-07-09Avoid having double "Default" entry in "Create New Profile".Stig Bjørlykke1-2/+0
2013-07-09From Thomas ERSFELD (GSOC13) via https://bugs.wireshark.org/bugzilla/show_bug...Alexis La Goutte11-4/+1430
2013-07-09Another change that should have been part of r50465, which removed the limits...Chris Maynard1-9/+14
2013-07-09Use sizeof() instead of hard-coded values. Other minor whitespace cleanup.Chris Maynard1-29/+28
2013-07-09Remove the advanced filter field arbitrary text limit of 100 and remove the f...Chris Maynard1-3/+0
2013-07-09tvb subset: move setting tvb->ds_tvb to tvb_new_with_subset()Jakub Zawadzki1-18/+6
2013-07-09From X via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8914 :Jeff Morriss1-104/+133
2013-07-09From Javier Godoy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=890...Alexis La Goutte1-128/+147
2013-07-09Fix uninstallation of Cairo - uninstall, don't install!Guy Harris1-1/+1
2013-07-09Fix missing $ before variable name.Guy Harris1-4/+5
2013-07-09CPPFLAGS contains the flags for the C preprocessor; CXXFLAGS containsGuy Harris1-1/+16
2013-07-09Fix the uninstall procedure for Lua - the man pages are installed intoGuy Harris1-1/+1
2013-07-09prefs.c: In function 'capture_column_set_cb':Anders Broman1-1/+0
2013-07-09Use older versions of some libraries, and build 32-bit, when buildingGuy Harris3-179/+275
2013-07-09From Cal Turney:Anders Broman3-109/+170
2013-07-09Batch of filterable expert infos.Michael Mann15-79/+203
2013-07-08Download, build, and install pkg-config before GLib, courtesy of theGuy Harris1-23/+26
2013-07-08Fix the very long loop reported in https://bugs.wireshark.org/bugzilla/show_b...Jeff Morriss1-48/+31
2013-07-08Include the output (fuzz'd) file name in the output when fuzz (or randpkt)Jeff Morriss2-3/+2
2013-07-08Fix "Could not compile color filter "Checksum Errors" from saved filters: eth...Pascal Quantin1-1/+1