aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-07-12Move disabled_protos.{h,c} into epan.Jeff Morriss13-16/+19
2013-07-12No need to include epan header files here; include things directly as necessary.Jeff Morriss2-4/+3
2013-07-12frame_data_sequence.c and packet-range.c moved to epan.Guy Harris1-2/+0
2013-07-12packet-range.h moved to the epan directory.Guy Harris2-2/+2
2013-07-11Move some more modules into epan.Jeff Morriss19-28/+23
2013-07-11Fix the problem reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss1-47/+51
2013-07-11Fix cut-and-pasteo found by a compiler warning.Guy Harris1-7/+7
2013-07-11Fix typo found by a compiler warning.Guy Harris1-1/+1
2013-07-11The beginning of an openflow dissector.Anders Broman3-0/+947
2013-07-11From Tommy Wu:Anders Broman1-11/+39
2013-07-11From Tommy Wu:Anders Broman1-10/+10
2013-07-11Fix an obvious case of incorrectly comparing the return value of tvb_length_r...Chris Maynard1-2/+3
2013-07-11get_hfi_and_length() hasn't returned the hfi since r50015: rename itJeff Morriss1-7/+7
2013-07-11Don't mark a used parameter _U_.Jeff Morriss1-1/+1
2013-07-11For consistency:Jeff Morriss1-50/+50
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