aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-02-28Replace proto_tree_add_text with proto_tree_add_item/expert_infoMichael Mann1-48/+77
2013-02-28Fix dissection of feedback with large CIDPascal Quantin1-0/+1
2013-02-28Use proto_tree_add_item (or similar) instead of proto_item_add_text.Michael Mann1-162/+304
2013-02-28Convert proto_item_add_text to proto_item_add_item.Michael Mann1-618/+578
2013-02-28Update a comment.Guy Harris1-4/+4
2013-02-28Dissect japan ISUP Charging Info IE.Anders Broman1-13/+30
2013-02-28From Hadriel Kaplan via https://www.wireshark.org/lists/wireshark-dev/201302/...Pascal Quantin1-1/+1
2013-02-28Combine all the flags fields into one field, and get rid of theGuy Harris1-112/+90
2013-02-28Fix Coverity CID 719419: Dereference after null check.Chris Maynard1-2/+2
2013-02-28Fix Coverity CID 280377: Dead default in switch.Chris Maynard1-14/+4
2013-02-28Fix Coverity CID 280366: Dead default in switch.Chris Maynard1-14/+1
2013-02-28The LDAP dissector uses register_frame_end_routine(), so it needs toGuy Harris1-6/+7
2013-02-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8378 :Pascal Quantin1-33/+37
2013-02-27Include <epan/show_exception.h>, as show_exception() is called.Guy Harris1-1/+1
2013-02-27Get rid of unnecessary includes of "packet-frame.h".Guy Harris6-13/+7
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris48-589/+603
2013-02-27For subvectors, make a top-level item to cover the entire subvector, andGuy Harris1-88/+296
2013-02-27When decompressing, put an entry into the protocol tree that covers allGuy Harris1-48/+52
2013-02-27From J. Schoenwaelder via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-1/+1
2013-02-27Dissect Japan ISUP Charge rate transfer (flexible charging) .Anders Broman1-2/+161
2013-02-27Use ENC_NA for single byte fields, as that appears to be the generally agreed...Chris Maynard1-3/+16
2013-02-27Protocol is ENC_BIG_ENDIAN, adjust accordingly.Michael Mann1-4/+4
2013-02-27Fix Anders Broman1-4/+4
2013-02-27Replace proto_tree_add_text with proto_tree_add_item + expert_info. Not enou...Michael Mann1-290/+297
2013-02-27Increase use of proto_tree_add_item (mostly replacing proto_tree_add_text)Michael Mann1-31/+50
2013-02-27Replace proto_tree_add_text with proto_tree_add_item + expert_infoMichael Mann1-91/+105
2013-02-26Move pack_flags to better place.Jakub Zawadzki1-1/+1
2013-02-26Fix warning: 'rrc_sub_handle' may be used uninitialized in this functionPascal Quantin1-1/+1
2013-02-26Fix a misspelled word; Do some minor tweaking of the wording of a few comments.Bill Meier1-7/+8
2013-02-26SNMP dissector should handle aes256 (better version than r47690)Michael Mann1-52/+101
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier48-125/+125
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier3-5/+5
2013-02-26Revert r44559: go back to using g_malloc()'d memory for SCTP reassembly. ThatJeff Morriss1-6/+58
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier5-11/+11
2013-02-26its ==> it's & it's ==> its as needed.Bill Meier3-4/+4
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier47-120/+120
2013-02-26No need for 'if (...initialized) {...}' in proto_reg_handoff...()Bill Meier1-8/+3
2013-02-25Dissect more feedback optionsPascal Quantin1-17/+35
2013-02-25From Alex Badea via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8395Evan Huus1-1/+8
2013-02-25Fix typos/errors and make Lua API more consistent.Michael Mann11-62/+135
2013-02-25ABI dumps don't have to depend on config.h directlyBalint Reczey1-1/+1
2013-02-25LUA API improvementsMichael Mann3-8/+53
2013-02-25Fix Coverity CID 986569: Unused pointer value.Chris Maynard1-1/+1
2013-02-25Add dumpabi targets to CMake buildsBalint Reczey2-2/+50
2013-02-25From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus3-0/+594
2013-02-25Bugfix Lua pinfo.cols.protocol not holding value in postdissectorMichael Mann3-1/+22
2013-02-25Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8397 :Pascal Quantin1-0/+3
2013-02-25Fix Lua 5.2 panic problems.Michael Mann3-38/+47
2013-02-25Fix some typos.Chris Maynard1-30/+30
2013-02-25Fix for bug 7939:Jaap Keuter1-0/+2