summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2016-12-16Rename packet-range.[ch] to packet_range.[ch]Michael Mann6-8/+8
2016-12-16Add GSMTAP logging sub-dissectorHarald Welte6-0/+155
2016-12-166LoWPAN: bugfix in extracting in-line UDP checksum of IPHCYasuyuki Tanaka1-1/+1
2016-12-16[S1AP] Handle the case where the TransparentContainer is empty.AndersBroman2-4/+4
2016-12-16CIP: Always handle extra dataD. Ulis2-198/+91
2016-12-16[BOOTP/DHCPv6] Add new manufacturer usage description (MUD) DHCP option, whic...Eliot Lear2-3/+33
2016-12-16packet-rtp.c: Fix of variable names to testJiri Novak1-37/+31
2016-12-16Fix typo in unit_name_string units_decibels name.Stig Bjørlykke5-8/+8
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann34-490/+303
2016-12-16Adjust proto_tree_add_xxx_format_value calls to use unit stringMichael Mann8-57/+44
2016-12-15UDP: Add missing space to stringJoão Valverde1-1/+1
2016-12-15[GTPv2] Fix dissection of MM Context fpr EPSAndersBroman1-19/+19
2016-12-15packet.c: add initializer.Dario Lombardo1-2/+2
2016-12-15Make some items that don't need to be size_t guint.Guy Harris1-2/+2
2016-12-15Improved parsing of sniffed homeplug-av dataNora Sandler1-146/+1041
2016-12-15802.11(ad): fix wrong dissection of Grant FrameAlexis La Goutte1-16/+23
2016-12-15pkixtsp: add support for dissecting CMS signature time-stampsРоман Донченко3-0/+30
2016-12-15packet-tns.c: Oracle 12c packet length fix.chinarulezzz1-11/+51
2016-12-14nordic_ble: Add legacy version supportStig Bjørlykke1-32/+63
2016-12-14cms: remove trivial differences between the ASN.1 code and RFC 5652Роман Донченко1-21/+19
2016-12-14nordic_ble: Improved dissector codeStig Bjørlykke1-501/+210
2016-12-14Remove add_item_textMichael Mann2-112/+53
2016-12-14packet-lsc.c: Use proto_tree_add_item instead of manually fetching field values.Michael Mann1-37/+21
2016-12-14packet-kerberos4.c: Use encodings instead of boolean little vs big endian.Michael Mann1-17/+16
2016-12-14packet-nbt.c: General cleanupMichael Mann1-146/+54
2016-12-14file-jpeg.c - Pacify pre-commit hooks by removing macroMichael Mann1-55/+53
2016-12-14cmake: add semicolon to file list.Dario Lombardo1-1/+1
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann67-609/+415
2016-12-13Adjust proto_tree_add_[float|double]_format_value calls to use unit stringMichael Mann9-49/+56
2016-12-13imf: fix no newline at end of file [-Wnewline-eof]Alexis La Goutte1-1/+1
2016-12-13Add support for adding unit names to hf_ fields.Michael Mann9-76/+335
2016-12-13bthci_acl: Set src/dst addresses before reassembly.Stig Bjørlykke1-8/+7
2016-12-13ssh: add dissection for Elliptic Curve Diffie-Hellman KEXРоман Донченко1-0/+71
2016-12-13Add BGP dissector support for draft-ietf-idr-shutdown-01Arjen Zonneveld1-1/+21
2016-12-13Bluetooth: BTLE: Add new commands parsingJakub Pawlowski2-0/+113
2016-12-13Bluetooth: BTLE: Add BT5.0 command and event name parsingJakub Pawlowski2-1/+74
2016-12-13packet-infiniband: Update conversation src port for exact lookupParav Pandit1-3/+23
2016-12-12[RTP] In case no conversation is found, check if we have a dissecor forAndersBroman1-0/+12
2016-12-12Rename non-EBCDIC-specific routines.Guy Harris3-10/+10
2016-12-12Fix handling of EBCDIC string fields.Guy Harris4-51/+155
2016-12-11ssh: correct inaccurate field names/abbrevs/id variable namesРоман Донченко1-30/+30
2016-12-11smb/tftp: fix no previous prototype for ‘tftp/smb_eo_cleanup’ [-Wmissing-...Alexis La Goutte2-2/+2
2016-12-11[Automatic update for 2016-12-11]Gerald Combs3-16/+337
2016-12-11Cleanup dissection of endpoint addresses.Guy Harris1-17/+17
2016-12-11ssh: remove uninformative blurbsРоман Донченко1-45/+45
2016-12-10Add a preference to control whether string and byte lengths appear in protoco...Martin Mathieson1-14/+39
2016-12-10gsmtap: Introduce a new packet-gsmtap.h header fileHarald Welte4-133/+174
2016-12-10Initialize fd_head->frame in all cases where we allocate fd_head.Guy Harris1-4/+5
2016-12-10ssh: organize header field IDsРоман Донченко1-174/+190
2016-12-09[ICMP] use abs() in detecting timestamp heuristicsMichael Mann1-2/+3