summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-08New Qt feature: Show related packet list items in the frame numberGerald Combs19-98/+499
2013-07-08Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2013-07-08From Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8906 :Jeff Morriss4-20/+34
2013-07-08Fixes for tmp_fld_check_value():Jakub Zawadzki1-8/+11
2013-07-07Clean up comments.Guy Harris1-10/+8
2013-07-07ups? first add + 1, then multiply.Jakub Zawadzki1-1/+1
2013-07-07fixed a typo in the expert infosMartin Kaiser1-2/+2
2013-07-07tree_is_expanded: make it bit array.Jakub Zawadzki1-10/+15
2013-07-07Make tree_is_expanded array static, add setter/getter function.Jakub Zawadzki5-31/+40
2013-07-07A bit more of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8828Evan Huus1-8/+23
2013-07-07[Automatic manuf, services and enterprise-numbers update for 2013-07-07]Gerald Combs1-0/+22
2013-07-06Revert part of r50415. As pointed out by Jakub, some of the value_stringEvan Huus1-4/+5
2013-07-06proto.c: add few more cases when oct/hex can show up with signed numberJakub Zawadzki1-7/+2
2013-07-06Check for an OS X deployment target early, so that as manyGuy Harris1-90/+105
2013-07-06We need Cairo if we're building on 10.5 *or* if we're building *for*Guy Harris1-7/+31
2013-07-06From Marko Hrastovec viaEvan Huus1-1/+1
2013-07-06From Peter Hatina via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8888Evan Huus1-1/+1
2013-07-06Add UE Id to UDP framing protocolPascal Quantin2-0/+7
2013-07-06Use consistent 4-space no-tab indentation.Guy Harris1-265/+265
2013-07-06Count SDUs even when dumping only the MAC headerPascal Quantin2-7/+4