aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-04-05Use uint instead of intMichael Mann1-1/+1
2013-04-05Replace proto_tree_add_text with itemized filtersMichael Mann1-198/+339
2013-04-05From Cal Turney:Anders Broman1-6/+12
2013-04-05From Tim Ringenbach:Anders Broman2-55/+114
2013-04-04Fix Coverity CID 280402: Logically dead code.Chris Maynard1-9/+3
2013-04-04Fix Coverity CID 280404: Logically dead code.Chris Maynard1-3/+1
2013-04-04use mpeg_pmt_stream_tree for the descriptor loopMartin Kaiser1-1/+1
2013-04-04Remove a shadow variable.Jaap Keuter1-3/+3
2013-04-04- Dissect Packet filters and QoS list(partly).Anders Broman1-128/+420
2013-04-04Fix the 2nd occurrence of Coverity CID 280417: Logically dead code. This, pl...Chris Maynard1-9/+2
2013-04-04Fix encoding arg for proto_tree_add_item() and friends.Chris Maynard7-143/+143
2013-04-04Try to fix compilation on LinuxPascal Quantin1-18/+9
2013-04-04Fix checkAPI.pl complaintsMichael Mann1-3/+3
2013-04-04Enhancements to Ethernet/IP DLR dissector, bug 8560 (https://bugs.wireshark.o...Michael Mann2-21/+297
2013-04-04RTPS Cleanup, Part 3 (final)Michael Mann6-9776/+4344
2013-04-04From Lukasz Wachowski via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-1/+1
2013-04-04From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-7/+7
2013-04-03Get rid of a shadowed variable and remove a set-but-not-used variable. Reinde...Jeff Morriss1-108/+104
2013-04-03Get rid of non-ASCII characters.Jeff Morriss1-7/+7
2013-04-03Sort LocalCode value string.Anders Broman1-15/+15
2013-04-03Dissect more of 3GPP Object.Anders Broman1-2/+142
2013-04-03- Extend and correct value strings.Anders Broman1-32/+82
2013-04-02Use extended value stringsPascal Quantin1-46/+48
2013-04-02Update E.164 dissection to ITU Operational Bulletin No. 991Pascal Quantin1-219/+272
2013-04-02Both tvb_length_remaining and tvb_reported_length_remaining can return -1.Chris Maynard7-11/+11
2013-04-02use proto_mpeg_descriptor_loop_dissect() for the EITMartin Kaiser1-5/+2
2013-04-02use proto_mpeg_descriptor_loop_dissect() in the BATMartin Kaiser1-7/+3
2013-04-02use proto_mpeg_descriptor_loop_dissect() for the PMTMartin Kaiser1-8/+3
2013-04-02use proto_mpeg_descriptor_loop_dissect() for the TOTMartin Kaiser1-4/+2
2013-04-02Include padding length in the AVP's length.Jeff Morriss1-28/+27
2013-04-02Dissect more 3GPP2 extensions.Anders Broman1-14/+60
2013-04-02From Sebastiano Di Paola via https://bugs.wireshark.org/bugzilla/show_bug.cgi...Evan Huus1-27/+116
2013-04-02From Vineeth via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8450 :Pascal Quantin1-2/+4
2013-04-02Remove non ASCII charactersPascal Quantin1-4/+4
2013-04-02Dissect more of 3GPP2_OBJECT.Anders Broman1-6/+117
2013-04-01In the Lua dumper code, don't bother checking whether the encapsulationGuy Harris1-18/+38
2013-04-01Now only if I can get the case right :)Jaap Keuter1-1/+1
2013-04-01Typo's. That is all.Jaap Keuter15-49/+49
2013-04-01Fix for bug 8548:Jaap Keuter1-32/+29
2013-03-31Unused parameter.Anders Broman1-1/+1
2013-03-31Initial decoding of 3GPP2_OBJECT.Anders Broman1-3/+80
2013-03-31coverity 281315 logically dead codeMartin Kaiser1-6/+1
2013-03-31[Automatic manuf, services and enterprise-numbers update for 2013-03-31]Gerald Combs2-8/+124
2013-03-31remove empty else-branchesMartin Kaiser1-6/+3
2013-03-31TABs -> spacesMartin Kaiser1-981/+994
2013-03-30From Hauke Mehrtens:Jaap Keuter1-1/+119
2013-03-30Hopefully fix a false-positive warning in the Mac buildbot.Evan Huus1-1/+1
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-6/+67
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus18-242/+199
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus7-408/+450