aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-02-01rip: Fix "Dissector Bug": register 5 missing hfi_... fieldsBill Meier1-0/+5
2015-02-01[Automatic manuf, services and enterprise-numbers update for 2015-02-01]Gerald Combs3-20/+326
2015-02-01AMQP 0-9-1: Add missing methods connection.block and connection.unblock.Petr Gotthard1-0/+48
2015-01-31jsmn: check superior token node value before using itPascal Quantin1-2/+2
2015-01-31Convert the value string APIs that only currently have packet-scope use to wmem.Michael Mann1-3/+3
2015-01-30Cleanup:Bill Meier6-389/+381
2015-01-30rtp: cleanupBill Meier1-92/+106
2015-01-30rtps: CleanupBill Meier1-188/+199
2015-01-30kafka: fill in some expert infoEvan Huus1-9/+16
2015-01-30BSSGP: ensure that all Optional / Conditional Information Elements are treate...Pascal Quantin1-9/+9
2015-01-30GSM MAP: display TBCD digits, USSD string and Location Number digits in a sub...Pascal Quantin1-63/+71
2015-01-30SDP: add ability to display port as a stringPascal Quantin1-4/+21
2015-01-30Qt: Add the RTP Streams dialog.Gerald Combs1-0/+21
2015-01-30 CAPWAP: Add support of Cisco Vendor Specific ElementAlexis La Goutte2-1/+151
2015-01-30HCRT: udp port preference changed into range.Dario Lombardo1-9/+15
2015-01-29SDP: check that media format starts with a digit before trying to identify me...Pascal Quantin1-9/+14
2015-01-29IS-IS: Add subTLV Bandwidth Constraints (22) used by IS ReachabilityAlexis La Goutte1-0/+155
2015-01-29addr_resolv: correctly scope returned memoryEvan Huus1-4/+4
2015-01-28"%l[doux]" doesn't mean "64-bit integer".Guy Harris1-2/+2
2015-01-28Try dissecting some stuff even if we don't have conversation information.Guy Harris1-40/+71
2015-01-28Extended AMQP 0-9 dissector to support AMQP 0-9-1 methods and datatypes. Back...Petr Gotthard1-21/+335
2015-01-28Add files missing from the tarball.Anders1-1/+2
2015-01-28ANSI IS-637-A: prevent an out of bounds accessPascal Quantin1-2/+2
2015-01-28Make the USB header information an enumerated type.Guy Harris6-56/+122
2015-01-28Move tests out of try_dissect_linux_usb_pseudo_header_ext().Guy Harris1-24/+30
2015-01-28Add documentation URLs for the Linux USB and USBPCAP pseudo-headers.Guy Harris1-0/+4
2015-01-27Added json heuristic to Dropbox LAN sync Discovery Protocol.Dario Lombardo2-0/+23
2015-01-27Comment out various 'if(tree)'Bill Meier3-3/+3
2015-01-27rtps: Remove various 'if(tree)'Bill Meier1-93/+0
2015-01-27NETROM: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2015-01-27HCrt: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan142-185/+428
2015-01-27Added HPFEEDS stats_tree.Dario Lombardo1-0/+99
2015-01-27HCrt fix no previous prototype for 'proto_register_hcrt' [-Wmissing-prototypes]Alexis La Goutte1-0/+1
2015-01-27CAPWAP: fix double space on AC Software versionAlexis La Goutte1-1/+1
2015-01-27CATTP: fix no previous prototype for 'proto_register_cattp' [-Wmissing-protot...Alexis La Goutte1-0/+1
2015-01-27epl: Add Manufacturer subdissectorRoland Knall1-43/+75
2015-01-27SMC-R: fix incorrect dissection of non-SMCR packet. FailoverJoe Fowler1-2/+10
2015-01-26rtp: Don't call col_...() under 'if (tree)'Bill Meier1-16/+16
2015-01-26rtmpt: Remove 'if (tree)'Bill Meier1-1/+1
2015-01-263GPP: upgrade 2G/3G NAS dissector to v12.8.0 and NAS EPS dissector to v12.7.0Pascal Quantin2-16/+40
2015-01-26gsm-rlcmac: use wmem_new0 for a structEvan Huus1-2/+2
2015-01-26Register EtherNet/IP dissector for "external" use (like SSL)Michael Mann1-0/+2
2015-01-26Roll functionality of h225-persistentdata module into packet-h225.cMichael Mann5-232/+143
2015-01-26Move #defines of epan/greproto.h to packet-gre.hMichael Mann8-71/+39
2015-01-25pana, gsm_abis_oml, rsl, netrom: Remove 'if (tree)'Bill Meier4-6/+4
2015-01-25applemidi: col_...() shouldn't be called under 'if(tree)'Bill Meier1-1/+1
2015-01-25Lua can free tvbuffs too earlyHadriel Kaplan2-4/+9
2015-01-25[Automatic manuf, services and enterprise-numbers update for 2015-01-25]Gerald Combs2-7/+187
2015-01-25Cleanup:Bill Meier6-386/+360