aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann20-175/+78
2013-07-03WS_DLL_PUBLIC is now always WS_DLL_PUBLIC_NOEXTERN with "extern" added;Guy Harris1-1/+1
2013-07-03From Javier Godoy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8881Evan Huus1-8/+16
2013-07-02- rename and optimize proto_data_add_maybe_interesting_fieldJakub Zawadzki1-10/+6
2013-07-02Make expert items filterable. First use of proto_tree_add_expert.Michael Mann1-203/+175
2013-07-02Remove tree argument from TRY_TO_FAKE_THIS_REPR macroJakub Zawadzki1-26/+24
2013-07-02proto_malformed SHOULD NOT be used outside of show_exception.cMichael Mann2-7/+1
2013-07-02Remove "global" proto_malformed and update some of the expert_info items that...Michael Mann1-63/+29
2013-07-02Differentiate "Disabled" from "Unknown" and provide macros for the enumerated...Michael Mann2-4/+9
2013-07-02Add proto_tree_add_expert and proto_tree_add_expert_format. This was added t...Michael Mann2-2/+84