aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-11-12fix [-Wunused-but-set-variable]Anders Broman5-26/+21
2011-11-12Add a cast.Anders Broman1-1/+1
2011-11-12From Mariusz Okrój and Sebastien Vincent via https://bugs.wireshark.org/bugz...Alexis La Goutte16-97/+7453
2011-11-11Add some checks for "character not found"; this should fix someGuy Harris1-1/+5
2011-11-11Fixed abbrev for "Channel rate and type".Stig Bjørlykke1-1/+1
2011-11-10Get rid of an unused function (dissect_hnbap_AccessResult()).Guy Harris1-34/+19
2011-11-10Get rid of the last remnants of the "check the syntax of captureGuy Harris2-3/+4
2011-11-10Set info col for new messages.Anders Broman1-0/+32
2011-11-10Update HNBAP to V10.1.0 (2011-06)Anders Broman1-67/+826
2011-11-10From Martin Kaiser:Anders Broman1-0/+79
2011-11-10packet-sip.c:1442: warning: 'c' may be used uninitialized in this functionAnders Broman1-1/+1
2011-11-10-Improve dissection of auth itemsAnders Broman1-4/+150
2011-11-10From Dirk:Anders Broman1-1/+5
2011-11-10prefs_reset() has to reset the dissector preferences to their defaults,Guy Harris1-2/+99
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier31-33/+33
2011-11-09Fix some [-Wunused-but-set-variable] warningsBill Meier4-2701/+2699
2011-11-09Fix some [-Wunused-but-set-variable] warnings;Bill Meier1-23/+23
2011-11-08In the unlikely case that there are no ops, don't append anything. Also, com...Chris Maynard1-3/+5
2011-11-08Try to fix defined but not used warnings.Anders Broman1-50/+17
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard22-62/+62
2011-11-08Fix message_type defined but unused compiler warning/error. There are 3Stephen Fisher1-5/+4
2011-11-08packet-sbc-ap-template.c:138: warning: unused variable 'offset'Anders Broman1-5/+3
2011-11-08Get rid of set-but-not-used warnings.Anders Broman1-13/+4
2011-11-08Add a dissector for http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vx...Anders Broman3-0/+242
2011-11-08Use the correct length for the NAS message container.Anders Broman1-2/+2
2011-11-08Add SBc Application Part (SBc-AP) to build.Anders Broman3-0/+1570
2011-11-08Improve ICMP conversation tracking, especially when capturing on multiple int...Chris Maynard4-0/+12
2011-11-08Remove a duplicate "TID" found by checkAPIs.pl.Gerald Combs1-1/+1
2011-11-08From Pontus Fuchs via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6548Alexis La Goutte1-0/+10
2011-11-08Make some variables volatile to avoid warnings with my gcc version.Martin Mathieson1-9/+9
2011-11-08From Iain Arnell via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6546Alexis La Goutte1-0/+5
2011-11-07Change the use of threads from "mostly always, depending on yourGerald Combs1-10/+0
2011-11-07From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6155Alexis La Goutte3-0/+403
2011-11-07Do not return from within a TRY/CATCH/ENDTRY because this will make theStig Bjørlykke1-56/+39
2011-11-07Do not return from within a TRY/CATCH/ENDTRY because this will make theStig Bjørlykke1-8/+11
2011-11-06Attempt to fix the RCS ID.Guy Harris1-7/+7
2011-11-06From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6161Alexis La Goutte3-0/+248
2011-11-06From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6545Alexis La Goutte1-4/+1
2011-11-06From Robert G. Jakabosky via bug 5575:Stig Bjørlykke6-18/+68
2011-11-06[Automatic manuf, services and enterprise-numbers update for 2011-11-06]Gerald Combs1-13/+144
2011-11-06Dissect RIM related IEsAnders Broman4-10/+196
2011-11-05Add a preference to select whether to use LAPD or DPNSS as the protocolGuy Harris1-3/+42
2011-11-05Fix what I think is a typo in the introductory comment.Guy Harris1-1/+9
2011-11-05Fix what I assume is a typo in the introductory comment.Guy Harris1-1/+1
2011-11-04Get rid of non-ASCII characters in comments.Guy Harris1-23/+24
2011-11-04Dissect RIM Routing Address Discriminator and RAN Transparent Container.Anders Broman1-6/+32
2011-11-04Dissect RIMInformation.Anders Broman1-9/+29
2011-11-04Only have the option to turn off syntax check capture filterStig Bjørlykke1-1/+4
2011-11-04Terminate a value_string.Jeff Morriss1-1/+2
2011-11-04From Roland Knall via bug 6538:Stig Bjørlykke1-164/+18