aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-16/+16
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-7/+0
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+0
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-16/+8
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+7
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-7/+5
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+6
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-09-02Fix compilation with Linux packet-openflow.c: In function 'dissect_openflow_p...Alexis La Goutte1-4/+2
2013-09-02FixAnders Broman1-1/+2
2013-09-02Dissect more of openflow.Anders Broman1-5/+361
2013-09-02Dissect all the fields in kafka produce request/response pairs. All of theEvan Huus1-2/+139
2013-09-02Respect the layout preference (just the horizontal/vertical splitting of theEvan Huus5-41/+109
2013-09-02dissect len and type for audio class descriptorsMartin Kaiser1-6/+22
2013-09-02register a dissector for ccid class specific descriptorsMartin Kaiser1-4/+59
2013-09-02descriptor type value string for the video classMartin Kaiser1-3/+11
2013-09-02descriptor type value string for HIDMartin Kaiser2-3/+13
2013-09-02dissect_usb_descriptor_header() takes an additional value_stringMartin Kaiser4-21/+35
2013-09-02remove class specific descriptor types from the global listMartin Kaiser1-23/+14
2013-09-02Add long-opts support to qtshark. Take -r or --read-file to open a capture fileEvan Huus1-15/+17
2013-09-02Remove a bunch of commented code copied from the GTK version. We don't need itEvan Huus1-146/+0
2013-09-02register a dissector for audio class specific descriptorsMartin Kaiser1-1/+37
2013-09-02display usb descriptor type as hex valueMartin Kaiser1-1/+1
2013-09-02clean up dissect_ssl3_hnd_cert_req()Martin Kaiser1-66/+50
2013-09-02use dissect_ssl_hash_alg_list() for TLS1.2 certificate requestMartin Kaiser1-50/+12
2013-09-02From Michael ReschlyMartin Kaiser2-0/+81
2013-09-01dissect OFPT_PACKET_IN.Anders Broman1-3/+125
2013-09-01Remove expert_add_undecoded_item in favor of proto_tree_add_expert.Michael Mann5-36/+28
2013-09-01[Automatic manuf, services and enterprise-numbers update for 2013-09-01]Gerald Combs2-6/+54
2013-09-01Fix two expert calls on the wrong proto_item.Evan Huus2-2/+2
2013-09-01Send all alloc and free calls within wmem through wmem_alloc and wmem_free withEvan Huus8-40/+45
2013-09-01Do our list manipulation entirely after the realloc, so that if the reallocEvan Huus1-3/+10
2013-09-01Batch of filterable expert info.Michael Mann10-520/+497
2013-09-01More dissectors to wmem. There are no more dissectors using se_tree now, just aEvan Huus7-117/+101
2013-08-31Set our connection capture filter in main() similar to the GTK+ version.Gerald Combs4-7/+18
2013-08-31In the strict allocator, do canaries in units of guint32 instead of guint8. ThisEvan Huus1-19/+22