aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin18-520/+462
2013-03-02Try to fix LNK4217 (locally defined symbol imported in function) and C4273 (i...Pascal Quantin2-5/+7
2013-03-02Export some wmem functions using the new scheme.Evan Huus2-0/+14
2013-03-02Don't include wmem.h in packet_info.h, just use the struct name directly.Evan Huus1-2/+1
2013-03-02Convert at least enough proto_tree_add_text to proto_tree_add_item/expert_inf...Michael Mann1-233/+239
2013-03-02Move the setting of pt to where it was before the changes, so it'sGuy Harris1-3/+3
2013-03-02From beroset:Anders Broman2-101/+90
2013-03-02Define a new exception for reassembly errors, and throw it in several casesEvan Huus3-36/+90
2013-03-02Pass the same offset to tvb_ensure_bytes_exist and fragment_add.Evan Huus1-1/+1
2013-03-02General cleanup including:Michael Mann1-246/+185
2013-03-02Use explicit casts.Anders Broman7-35/+35
2013-03-02Fix a copy/paste error and factorize dissection of extension header length an...Pascal Quantin1-25/+14
2013-03-02From beroset:Anders Broman4-139/+141
2013-03-02From Lakshmi Narayana Madala :Anders Broman1-23/+56
2013-03-02Move expert_group_vals expert_severity_vals constant definitions to expert.hBalint Reczey2-27/+24
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey179-2312/+1612
2013-03-01From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8338Evan Huus2-17/+27
2013-03-01From beroset:Anders Broman1-86/+86
2013-03-01Revert r47839, it is not needed with r47979.Evan Huus1-1/+1
2013-03-01Add a much better workaround for bug #8382 and some expert info.Evan Huus1-4/+22
2013-03-01From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-118/+118
2013-03-01Addendum to r47962, caught by Jakub Zawadzki viaEvan Huus1-2/+2
2013-03-01Fix Coverity CID 280396: Logically dead code.Chris Maynard1-12/+4
2013-03-01Fix Coverity CID 280371: Logically dead code.Chris Maynard1-3/+1
2013-03-01Fix Coverity CID 280369: Logically dead code.Chris Maynard1-2/+0
2013-03-01From beroset:Anders Broman2-6/+6
2013-03-01Fix Coverity CID 280367: Logically dead code.Chris Maynard1-3/+0
2013-03-01Fix Coverity CID 280365: Logically dead code.Chris Maynard1-1/+1
2013-03-01Fix Coverity CID 280362: Logically dead code.Chris Maynard1-2/+3
2013-03-01Fix Coverity CID 280391: Logically dead code.Chris Maynard1-2/+0
2013-03-01Fix Coverity CID 988967: Logically dead code.Chris Maynard1-1/+1
2013-03-01From Sebastiano Di Paola via https://bugs.wireshark.org/bugzilla/show_bug.cgi...Evan Huus3-0/+390
2013-02-28Re-add statement accidentally removed in r47950 that was resulting in aEvan Huus1-0/+1
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