aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-09-25Remove trailing whitespaceJörg Mayer1-1/+1
2012-09-25Touch the file in make-dissector-reg.py if it hasn't changed, so thatEvan Huus1-0/+14
2012-09-25We're downloading the user-guide as part of the setup, so we might as well co...Chris Maynard2-0/+6
2012-09-25replaced decode_boolean_bitfield calls with itemized filtersMichael Mann14-396/+647
2012-09-24Update regexes to match the version string changes in r45112.Gerald Combs1-6/+6
2012-09-24Look in $(WIRESHARK_LIB_DIR)\vcredist_$(MSVC_VARIANT) forGerald Combs1-3/+13
2012-09-24Add back extra packaging information if it's present.Gerald Combs2-11/+14
2012-09-24From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=77...Pascal Quantin1-10/+10
2012-09-24Regenerate asn.1 dissectors.Jakub Zawadzki95-578/+578
2012-09-24change the capture comment icon in the statusbar from "add" to "edit"Martin Kaiser2-0/+8
2012-09-24allow setting a capture comment from the statusbar when a capture was startedMartin Kaiser1-0/+2
2012-09-24fix compilation on linuxMartin Kaiser1-0/+1
2012-09-24Fix compilation on Windows.Gerald Combs3-13/+13
2012-09-24Unify some of the GTK+ and Win32 "Save As" code and behavior. This willGerald Combs5-405/+346
2012-09-24Update make-dissector-reg.py to match r45083. Instead of writing the newGerald Combs1-59/+54
2012-09-24Beginnings of the Foundry Discovery Protocol (FDP) dissector.Jörg Mayer4-0/+377
2012-09-24Get rid of ../../epan/address.h:65:19: warning: comma at end of enumerator li...Anders Broman1-1/+1
2012-09-24Try to passify the buildbots by:Anders Broman1-12/+13
2012-09-24packet-btavctp.c:107: warning: 'number_of_packets' may be used uninitialized ...Anders Broman1-2/+2
2012-09-24From Michal Labedzki:Anders Broman5-7/+2998
2012-09-24From Michal Labedzki:Anders Broman1-0/+1
2012-09-24From Michal Labedzki:Anders Broman6-0/+406
2012-09-24Include reordercap.exe.Martin Mathieson1-0/+7
2012-09-24Whitespace fixesJörg Mayer1-18/+18
2012-09-24Add reordercap to this makefile too.Martin Mathieson1-1/+6
2012-09-24Fix mispelling of reordercap.exe target.Martin Mathieson1-1/+1
2012-09-24Also avoid some unnecessary calls to strcmp() here, where the releaseMartin Mathieson1-10/+2
2012-09-24Some improvements after looking at profile of large reordercap run.Martin Mathieson1-18/+89
2012-09-24From Jim Young, bug 7745.Martin Mathieson8-6/+116
2012-09-24Fix count of out-of-order frames reported at end of run.Martin Mathieson1-2/+8
2012-09-24Fix for bug 7746 (from Jim Young)Martin Mathieson1-6/+5
2012-09-24Use proto_tree_add_item() and value_strings in a couple of more places.Anders Broman1-43/+52
2012-09-24Just as we don't show the "Wireless Settings" button for non-AirPcapGuy Harris1-12/+13
2012-09-24make-dissector-regJörg Mayer2-1/+5
2012-09-24replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-395/+798
2012-09-23Move potential dereference until *after* the null-check.Evan Huus1-2/+2
2012-09-23Let's be consistent and display lte_rrc root for all LTE RRC messagesPascal Quantin7-138/+196
2012-09-23We have one assembler-language module, so note that the assembler isGuy Harris1-0/+4
2012-09-23Fix a capitalization error.Guy Harris1-8/+6
2012-09-23Fix copy-and-pasteo.Guy Harris1-16/+17
2012-09-23Add AlcatelLucent.xml to NSIS installerPascal Quantin1-1/+2
2012-09-23Give information on setting up cmd.exe environment variables to buildGuy Harris1-2/+8
2012-09-23Glib type checking might be cheap, but there's no need to do it twice.Jakub Zawadzki1-12/+17
2012-09-23expert_add...() shouldn't be called under 'if (tree)'.Bill Meier1-34/+46
2012-09-23Store pointers to previously displayed and captured packet, not nstime_t deltas.Jakub Zawadzki10-117/+165
2012-09-23Add lua_nstime_to_sec()Jakub Zawadzki1-4/+10
2012-09-23Display the "no interfaces" message in qtshark on any type of error,Evan Huus1-1/+2
2012-09-23Cleanup wslua PINFO_GET_* macros. It's portable, right?Jakub Zawadzki1-47/+22
2012-09-23[Automatic manuf, services and enterprise-numbers update for 2012-09-23]Gerald Combs3-320/+561
2012-09-23Fix some unused variable warnings from GCC.Evan Huus3-6/+0