aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-05-19Fix RVALS() macro usagepascal9-43/+43
2012-05-19Rework proto_registrar_dump_protocols() to prevent a Clang scan-build "de-ref...Bill Meier1-2/+4
2012-05-19Use col_append_sep_str instead of col_append_strpascal2-2/+2
2012-05-19Fix some "warning: Value stored to '...' is never read" clang scan-build warn...Bill Meier6-28/+22
2012-05-19From Thomas Loockx via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=72...pascal1-0/+52
2012-05-19From gyanesh via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7262 :pascal1-1/+1
2012-05-19Improve Gadu-Gadu dissector and fix some comments.Jakub Zawadzki1-58/+255
2012-05-19Fix the DCH data collection for conversation setupAnders Broman2-39/+132
2012-05-18Improve Gadu-Gadu dissector.Jakub Zawadzki1-71/+889
2012-05-18There's no need to include Custom.common here; it gets pulled in by Makefile....Jeff Morriss1-2/+0
2012-05-18Allow custom dissectors in automake too.Jeff Morriss4-3/+3
2012-05-17Tabs -> spacespascal1-128/+128
2012-05-17From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=72...pascal4-0/+296
2012-05-17Fix an "unused variable" warning....Bill Meier1-2/+0
2012-05-17Fix the fix ....Bill Meier1-1/+1
2012-05-17Silence a "may be used uninitialiuzed" warning.....Bill Meier1-1/+1
2012-05-17General cleanup including as appropriate:Bill Meier10-1604/+1600
2012-05-17Fix copy&paste: hf variable name in hfi->abbrevJakub Zawadzki2-3/+3
2012-05-17No leading whitespaces in the INFO column.Michael Tüxen1-3/+16
2012-05-17General Cleanup including:Bill Meier8-5557/+5616
2012-05-17Add support for specifying an SCTP port number.Michael Tüxen1-2/+18
2012-05-17Fix string buffer overflow (bug #7029)Jakub Zawadzki1-11/+21
2012-05-17Fix spice.common_cap_byte1 filter I changed by mistake in r42664pascal1-6/+6
2012-05-16Use BASE_DEC for spice.common_cap_byte1. (Hopefully that's correct.)Gerald Combs1-3/+2
2012-05-16From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7264 :pascal1-15/+60
2012-05-16From Pontus Andersson via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...pascal1-1/+0
2012-05-16Largely, whitespace and formatting changes. Added modelines to match.Chris Maynard1-4694/+4347
2012-05-16Fix the *test_install targets so they put the test tools in the right directo...Jeff Morriss1-3/+3
2012-05-16Fix a bunch of uninitialized variables found by Coverity Scan. CIDsGerald Combs5-160/+167
2012-05-16se_allocate and store per packet data.Anders Broman1-10/+5
2012-05-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7186 :pascal1-1/+4
2012-05-16Handle DCH information in RadioLinkReconfigurationPrepareFDDAnders Broman2-51/+117
2012-05-16Only do HS-DSCH Control frames for now as something is broken.Anders Broman2-4/+17
2012-05-16From David Wei:Anders Broman1-0/+2
2012-05-16Bug fixes and add HSDSCHAnders Broman1-30/+52
2012-05-16Bug fixes and add HSDSCHAnders Broman2-20/+34
2012-05-16Store a copy of the default preferences (e_prefs; the dissectors' defaultJeff Morriss1-10/+157
2012-05-16all:Bill Meier11-2267/+2087
2012-05-16Most dissectors don't register their preferences in subtrees, so don't alloca...Jeff Morriss1-2/+6
2012-05-15Call dissect_osinlcp_opt_type_len() to dissect the OSINLCP option type and l...Chris Maynard1-5/+5
2012-05-15ifdef out dissect_osinlcp_opt_type_len since it's not used--should it be?Jeff Morriss1-0/+2
2012-05-15Remove a bonus semicolon (CID 702424).Gerald Combs1-4/+4
2012-05-15Merge packet-cimd.h into packet-cimd.c (packet-cimd.h not used elsewhere);Bill Meier3-303/+401
2012-05-15PPP OSINLCP improvements. Note that the protocol name has been changed from ...Chris Maynard1-40/+62
2012-05-15Assign some variables that scan-build was complaining about.Gerald Combs3-2/+3
2012-05-15Spaces -> tabspascal1-2/+2
2012-05-15Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7261 :pascal1-12/+25
2012-05-15PPP IPCP improvements.Chris Maynard1-248/+501
2012-05-15Remove unneeded includes (ctype.h, stdio.h);Bill Meier11-792/+824
2012-05-15From Alexander Lüders & Frank Lahm via https://bugs.wireshark.org/bugzilla/s...pascal1-8/+96