aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-07-06Simple growable array implementation for wmem.Evan Huus6-0/+301
2013-07-06Fix display filter errors caught by checkfiltername.plMichael Mann9-28/+28
2013-07-06Fix duplicate diplay filter names found by checkfiltername.plMichael Mann1-18/+18
2013-07-06From Fabio Tarabelloni viaEvan Huus4-0/+512
2013-07-06From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8860Evan Huus1-827/+1312
2013-07-05Fix the use of va_args in the new expert code. Passing a va_list to a ... isEvan Huus1-1/+5
2013-07-05Fix compile errors: remove unused parameters, fix format string.Evan Huus1-15/+9
2013-07-05Major cleanup to ICQ dissector. Still needs a bunch of proto_tree_add_text -...Michael Mann1-1274/+883
2013-07-05fix compiler warningMartin Kaiser1-1/+1
2013-07-05Batch of filterable expert infos.Michael Mann8-122/+230
2013-07-04Add channel id to UDP framing protocol and allow to dissect only the header o...Pascal Quantin2-0/+11
2013-07-04Global variables considered harmful.Guy Harris1-6/+8
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann18-279/+142
2013-07-03PROTO_REGISTRAR_GET_NTH() not needed after TRY_TO_FAKE_THIS_ITEMJakub Zawadzki1-1/+0
2013-07-03Fix a null pointer dereference in downlink directionPascal Quantin1-1/+5
2013-07-03Clear info column when using UDP framingPascal Quantin1-2/+12
2013-07-03Optimize proto_item_prepend_text: if there's no fi->rep avoid one strlcpy().Jakub Zawadzki1-3/+3
2013-07-03Change grammar (obsoleted -> obsolete) in RIP preferences.Stephen Fisher1-1/+1
2013-07-03From Oliver Gasser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=88...Alexis La Goutte3-2/+111
2013-07-03Remove trailing whitespaceAlexis La Goutte1-25/+25
2013-07-03Fix some warnings from fix-encoding-args tools.Alexis La Goutte1-2/+2
2013-07-03Fix some warnings from fix-encoding-args tools.Alexis La Goutte1-7/+7
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-7/+7
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+2
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+4
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-13/+10
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+6
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+6
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+5
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+6
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-07-03There dissectors is not ASN1 dissectors.... !Alexis La Goutte1-5/+5
2013-07-03Fix typo (Missing CR)Alexis La Goutte1-1/+2
2013-07-03Fix infinite loop in VTP dissector. Bug 8887 (https://bugs.wireshark.org/bug...Michael Mann1-1/+1
2013-07-03Check actx->private_data validity before using itPascal Quantin1-59/+65
2013-07-03Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8880 :Pascal Quantin1-101/+118