aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier8-38/+38
2014-10-06Adjust some whitespace to match editor modelines.Bill Meier20-1168/+1167
2014-10-06plugins: Add editor modelines; Adjust whitespace as needed.Bill Meier70-3745/+4623
2014-10-05mpeg-pes: don't modify source and destination address columsMartin Kaiser2-32/+6
2014-10-05docsis: Add editor modelines; Adjust whitespace; Remove boilerplate comments.Bill Meier44-7941/+7702
2014-10-05Add editor modelines; Adjust whitespace as needed.Bill Meier56-1557/+2284
2014-10-05Reformat hfi entries; Add editor modelines; Adjust whitespace.Bill Meier2-323/+349
2014-10-05packet-igap.c: Reformat hf[] entries; Add editor modelines.Bill Meier1-131/+170
2014-10-05Read the record length in common code.Guy Harris1-61/+52
2014-10-05[Automatic manuf, services and enterprise-numbers update for 2014-10-05]Gerald Combs4-27/+228
2014-10-05DLT User: add ability to export PDUsPascal Quantin1-1/+25
2014-10-05Fix a comment.Guy Harris1-1/+1
2014-10-05Improve comments, and add some #defines, to make it clearer what the code does.Guy Harris1-47/+110
2014-10-04DSR: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-11/+11
2014-10-04LLDP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+0
2014-10-04EPL: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-10-04GSM-SMS: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+0
2014-10-04Juniper: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2014-10-04RSVP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+0
2014-10-04Eliminate proto_tree_add_text from packet-gsm_a_bssmap.cMichael Mann1-525/+385
2014-10-04GTK (hostlist_table) fix indent (use 4 spaces) and modelines infoAlexis La Goutte1-13/+26
2014-10-04GTK (hostlist_table) warning: comma at end of enumerator list [-Wpedantic]Alexis La Goutte1-1/+1
2014-10-04Qt (manage interface): fix warning: comma at end of enumerator list [-Wpedantic]Alexis La Goutte1-2/+2
2014-10-04extcap: warning: no previous prototype for ‘extcap_free_arglist’ [-Wmissi...Alexis La Goutte1-5/+0
2014-10-04CEPH: Fix comma at end of enumerator list [-Wpedantic]Alexis La Goutte1-1/+1
2014-10-04DCERPC (butc): fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte2-4/+4
2014-10-04CP2179: Fix warning: no previous prototype for proto_register_cp2179 [-Wmissi...Alexis La Goutte1-2/+2
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier66-5666/+6468
2014-10-04Update capture_opts in extcap_cleanup().Tomasz Moń3-26/+22
2014-10-04Wait for extcap to connect to pipe on Windows.Tomasz Moń2-2/+129
2014-10-04Use some macros to clean up the Snifer decompression code.Guy Harris1-92/+91
2014-10-03Fix memory leak and heap corruption on Windows.Tomasz Moń1-6/+6
2014-10-03WSDG: Update the Windows Qt download text.Gerald Combs1-15/+6
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier42-3708/+4251
2014-10-03packet-aim-messaging.c: Add editor modelines; reformat various (including hf[...Bill Meier1-105/+176
2014-10-03packet-dcerpc-fileexp.c: Add editor modelines; reformat various (including hf...Bill Meier1-1378/+1934
2014-10-03LocationNumber digits is off by one(to many).AndersBroman2-6/+6
2014-10-03Create field filters for gsm_rr_csn_HL_flag() usages.Michael Mann1-95/+188
2014-10-03Re-enable the Wireshark test suite.Gerald Combs1-1/+1
2014-10-02CMake: Don't assume we have a "cat" command.Gerald Combs1-6/+25
2014-10-02Partially re-enable Wireshark tests.Gerald Combs2-3/+6
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier47-9435/+10053
2014-10-02Reformat hf[] entries; Add editor modelines & adjust whitespace.Bill Meier4-1449/+2459
2014-10-02packet-nfs.c: (trivial) Add dropped/missing newline; Adjust some whitespace.Bill Meier1-169/+170
2014-10-02Fix the release notes.Gerald Combs1-2/+3
2014-10-02epl: FIX PDO_MappingLukas Emersberger1-12/+43
2014-10-02Upgrade GnuTLS 3.2.15 / Gcrypt 1.6.2 packagePascal Quantin2-4/+5
2014-10-02Create field filters for gsm_rr_csn_flag() usages.Michael Mann1-278/+676
2014-10-02Add dissection of IS-IS Router CAPABILITY TLV.AndersBroman2-7/+92
2014-10-02Qt: Keep dialogs from blocking tests.Gerald Combs2-11/+10