aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-12-09Qt: Initial VoIP Calls dialog.Gerald Combs1-1/+1
2014-12-09Eliminate proto_tree_add_text from packet-ppp.c.Michael Mann1-267/+351
2014-12-09LTE: Update MAC and RLC dissectors to Release 12Pascal Quantin5-84/+269
2014-12-09Fix copy-and-pasteo.Guy Harris1-1/+1
2014-12-09Eliminate proto_tree_add_text from some dissectors.Michael Mann11-328/+406
2014-12-09SCTP: Missing break in switch (CID 1135556)Alexis La Goutte1-0/+2
2014-12-09GVSP: Missing break in switch (CID 1247683 & 1247684)Alexis La Goutte1-3/+3
2014-12-09Manually fix a pidl bug - that field should be an FT_STRING.Guy Harris1-1/+1
2014-12-09LDAP's DirSyncFlags are a bitfield, so show it as an unsigned integer in hex.Guy Harris1-46/+46
2014-12-09Don't put bitmasks under an FT_NONE.Guy Harris1-1/+1
2014-12-09Values in a value_string_ext *must* be sorted.Guy Harris1-94/+102
2014-12-08Don't put bitmasks under an FT_NONE.Guy Harris1-1/+1
2014-12-08Have different MTP2 dissectors for different metadata and CRC.Guy Harris2-28/+45
2014-12-08Try to improve reassembly when SIP PDU starts in the middle of a segmentAndersBroman1-4/+31
2014-12-08Add proto_tree_add_bitmask_with_flags.Michael Mann2-0/+50
2014-12-08802.11: fix indent (use 2 spaces) and modelines for 802.11 h fileAlexis La Goutte1-11/+24
2014-12-08CAPWAP: Add some IEE802.11 Message Element Type (RFC5416)Alexis La Goutte1-6/+607
2014-12-08802.11: Add ieee80211_supported_rates_vals_ext to be exportedAlexis La Goutte2-1/+3
2014-12-07Endpoint: wrong filter when select a SCTP endpoint (INVALID == a.x.y.z ...)Alexis La Goutte1-2/+23
2014-12-07dcerpc: Missing break in switch (CID 280449 & 280450 & 284051)Alexis La Goutte1-0/+3
2014-12-07iec104: Missing break in switch (CID 280459)Alexis La Goutte1-0/+1
2014-12-07AFS: Missing break in switch (CID 280434 & 280435)Alexis La Goutte1-0/+2
2014-12-07make our counting a bit clearerMartin Kaiser1-2/+4
2014-12-07don't initialize variables if the first thing we do is assign aMartin Kaiser1-6/+6
2014-12-07make sure that we don't read past the end of the compressed bufferMartin Kaiser1-6/+8
2014-12-07Eliminate proto_tree_add_text from packet-telnet.cMichael Mann1-34/+96
2014-12-07[Automatic manuf, services and enterprise-numbers update for 2014-12-07]Gerald Combs3-29/+297
2014-12-07The packet encapsulation is in pkt_encap, not rec_type.Guy Harris1-1/+1
2014-12-06Remove annex_a_used from packet_info structure.Michael Mann4-11/+3
2014-12-06RPKI-RTR: Missing break in switch (CID 1233099)Alexis La Goutte1-0/+1
2014-12-06PCEP: Missing break in switch (CID 1247685)Alexis La Goutte1-0/+1
2014-12-06BT obex: Missing break in switch (CID 1132031)Alexis La Goutte1-0/+1
2014-12-05Get rid of a trailing blank.Guy Harris1-1/+1
2014-12-05Fix varargs handling in col_{add,append}_lstr().Guy Harris1-4/+8
2014-12-05Strengthen association matching when we haven't seen the INIT/INIT-ACK.Jeff Morriss1-17/+26
2014-12-04use the same data types as in i2c_phdrMartin Kaiser1-2/+4
2014-12-04simplify dissect_i2c()Martin Kaiser1-39/+27
2014-12-04dont't manually throw a ReportedBoundsError if the packet is emptyMartin Kaiser1-7/+2
2014-12-043GPP: upgrade 2G/3G NAS dissector to v12.7.0 and NAS EPS dissector to v12.6.0Pascal Quantin4-25/+460
2014-12-04BACnet: fix dissection of exception-schedule property.Steve Karg1-13/+4
2014-12-04Add resource-id parsing to the X11 errors that return itMichele Baldessari4-2/+15
2014-12-04Rename some filter names to fix cases of duplicate filter names.Bill Meier4-10/+10
2014-12-04mac-lte: Rename expert filter name to fix conflict with same name in hf[]Bill Meier1-4/+4
2014-12-04mausb: Rename expert filter names to fix dup filter names.Bill Meier1-8/+8
2014-12-03FC: fix dissection when packets are captured with Fibre Channel FC-2 encapsul...Pascal Quantin1-1/+14
2014-12-03start dissecting the stsz boxMartin Kaiser1-0/+48
2014-12-03BOX_TYPE_STZ2Martin Kaiser1-0/+2
2014-12-03start dissecting the mvhd boxMartin Kaiser1-3/+84
2014-12-03Squelch some "can't happen in reality" warnings.Guy Harris1-3/+3
2014-12-03elf: fix .eh_frame parsing, add expert info for bad CIE lengthPeter Wu1-121/+146