aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2016-12-25Support all MA modes, fix BB CRC and frag edge casesMustBeArt1-85/+175
2016-12-25802.11(ad): split Sector Sweep Feedback in 2Alexis La Goutte1-3/+51
2016-12-25802.11(ad): fix typoAlexis La Goutte1-1/+1
2016-12-25802.11(ad): Enhance dissection of Beam RefinementAlexis La Goutte1-57/+50
2016-12-25802.11(ad): Add reserved field for BRP RequestAlexis La Goutte1-0/+7
2016-12-25802.11(ad): fix wrong bitmask for BRP TX AntennaAlexis La Goutte1-1/+1
2016-12-24AFP: fix indent (use tabs)Alexis La Goutte1-159/+159
2016-12-24ppi-vector: Fix Dead Store (Dead assignement/Dead increment) Warning found by...Alexis La Goutte1-1/+1
2016-12-24bthci_evt: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-4/+4
2016-12-24disabled_protos: fix no previous prototype for function 'read_protos_list' [-...Alexis La Goutte1-1/+1
2016-12-24zvt: len is used in dissect_zvt_int_status()Martin Kaiser1-1/+1
2016-12-24Add enabled protocol list for dissectors who are disabled by defaultMichael Mann4-196/+375
2016-12-23Set BCP BPDU to size of bytes used by the protocol, not whole packet.Michael Mann1-0/+2
2016-12-23bthci_cmd: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-1/+1
2016-12-23make proto_tree_add_bitmask_value_with_flags() work for tvb==NULLMartin Kaiser1-1/+3
2016-12-23DVB-CI: don't call proto_tree_add_subtree_format() with tvb==NULLMartin Kaiser1-4/+10
2016-12-23GSM A GM: align protocol / container id filter format with displayed onePascal Quantin1-1/+1
2016-12-23GSM A GM: use same spelling as the 3GPP specificationPascal Quantin1-2/+2
2016-12-22packet-rtp.c: Fix of decoding RTP over TCPJiri Novak1-0/+2
2016-12-22RPC: fix crash when using "Dissect unknown RPC program numbers" optionPascal Quantin1-4/+2
2016-12-22RTP: fix a possible NULL pointer dereference (CID 1397705 & 1397706)Pascal Quantin1-4/+8
2016-12-22RTSP dissector: Decode RTP/AVP/TCP and configure RTP session for itJiri Novak1-43/+150
2016-12-21NAS EPS: upgrade dissector to v13.8.0Pascal Quantin2-32/+16
2016-12-21CIP: More attribute updatesD. Ulis3-11/+64
2016-12-21packet-rpcrdma: Fix Reply chunk selection sizeChuck Lever1-1/+1
2016-12-21Lua: Fix some typos.Stig Bjørlykke1-8/+8
2016-12-21packet-tns.c: add Version and Services parsing for SNS messages.chinarulezzz1-2/+48
2016-12-21gsm_abis_om2000: restore offset increment removed by g1643e37Pascal Quantin1-0/+2
2016-12-21gsmtap_log: fix no previous prototype for function 'proto_register_/reg_hando...Alexis La Goutte1-0/+3
2016-12-21packet: duplicate short_name to fix UAF in wsluaPeter Wu2-4/+5
2016-12-20X-Rite i1 Display Pro USB protocol dissector.Etienne Dechamps3-0/+994
2016-12-20Improve Infiniband heuristic subdissection.Michael Mann7-418/+257
2016-12-20Make EAPOL packet types into a dissector table.Ethan Young5-49/+104
2016-12-20Add HomePNA dissectorMichael Mann3-0/+182
2016-12-20ICMP: fix typoAlexis La Goutte1-1/+1
2016-12-20ICMP: fix indent (use always tab)Alexis La Goutte1-1/+1
2016-12-20Cast larger types to time_tYour Name3-3/+3
2016-12-20packet-rtp.c: Fixed problem - when ED137 header was decoded with tshark, no E...Jiri Novak1-52/+56
2016-12-20Lua: Add string types and byte seperators support.Stig Bjørlykke4-34/+143
2016-12-20cmake,wslua,wsutil: load files from run/ instead of source treePeter Wu3-19/+23
2016-12-20Lua: Remove an obsolete comment.Stig Bjørlykke1-1/+0
2016-12-20Lua: Add unit names support.Stig Bjørlykke2-43/+194
2016-12-20btle: Add a convenience btle.length fieldStig Bjørlykke1-0/+10
2016-12-20Use -bbigtoc for libwireshark on AIX (if we're using GCC or Clang).Guy Harris1-1/+1
2016-12-19Lua: Include all BASE_PT_* to base table.Stig Bjørlykke2-1/+5
2016-12-19Make more infiniband subdissectors heuristic.Michael Mann5-160/+164
2016-12-19[SMTP] Bugfix BDAT command handlingMichael Mann1-0/+4
2016-12-19Added decoding of RAN/NAS cause IE/AVPJan Spevak9-159/+468
2016-12-18RTSP: Decode XML data in ED-137 messagesJiri Novak1-0/+1
2016-12-18Lua: Fix some memory leaks in error paths.Stig Bjørlykke1-34/+60