aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-07-13PNRP means Peer Name Resolution ProtocolMartin Kaiser1-2/+2
2013-07-13Remove compute_offset_length() Jakub Zawadzki1-46/+55
2013-07-13Call check_offset_length_no_exception() in tvb_bytes_exist(), fix possible in...Jakub Zawadzki1-7/+2
2013-07-13TVB: rewrite compute_offset_length(), check_offset_length_no_exception() to r...Jakub Zawadzki1-100/+89
2013-07-13proto_custom_set() cleanupJakub Zawadzki1-62/+34
2013-07-13Suggest why the rpathification of the libraries might not be sufficient.Guy Harris1-30/+31
2013-07-12If the FCS isn't present, don't indicate "FCS Valid: True". Instead, indicat...Chris Maynard1-1/+1
2013-07-12Note the issue with setting program_LINK.Guy Harris1-0/+6
2013-07-12Setting wireshark_LINK means that wireshark_LDFLAGS isn't used; there'sGuy Harris1-1/+0
2013-07-12Add a (GPLv2+) license header, copyright Balint.Jeff Morriss1-2/+22
2013-07-12Add (GPLv2+) license headers to these scripts, assigning the copyright toJeff Morriss6-6/+127
2013-07-12Add the hidden wpan.frame_length to the IEEE 802.15.4 tree, not the top-level...Chris Maynard1-1/+1
2013-07-12When building for 10.6, force the build to use libpng12.Guy Harris1-1/+16
2013-07-12fix subset tvb: we want to do operation on backing tvb on position: abs_offse...Jakub Zawadzki1-4/+4
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