summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-12Allow -C <choplen> to be used more than once so it is now possible to chop by...Chris Maynard3-33/+55
2013-07-12As suggested by Jakub in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-6/+9
2013-07-12From Matt Texier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8691...Alexis La Goutte2-205/+344
2013-07-12Move the ignore entries for ps.c to epan.Jeff Morriss1-1/+1
2013-07-12From Dirk De Schepper via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-6/+6
2013-07-12ps.h got moved to epan.Guy Harris1-0/+1
2013-07-12Revert a change that shouldn't have been checked in.Guy Harris1-1/+1
2013-07-12print.ps moved to epan.Guy Harris1-2/+2
2013-07-12print.c and ps.c are in libwirshark now.Jeff Morriss1-2/+0
2013-07-12Move bitmask array from ipv4_addr_set_netmask_bits() to ip_get_subnet_mask() Jakub Zawadzki4-77/+26
2013-07-12Move the print modules into epan.Jeff Morriss27-91/+90
2013-07-12Fix building ui/qt out of the source tree.Jeff Morriss1-4/+4
2013-07-12Avoid building ascend.h and ascend.c in parallel (2 bison's running at the sa...Jeff Morriss1-1/+3
2013-07-12disabled_protos.c is in libwireshark now.Jeff Morriss1-1/+0
2013-07-12disabled_protos.c is in libwireshark now.Jeff Morriss1-1/+0
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