aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-11-02RTPS: fix warning: no previous prototype for function ... [-Wmissing-prototypes]Alexis La Goutte1-3/+3
2014-11-02gsm a dtap: Fix Dead Store (Dead assignement/Dead increment) warning found by...Alexis La Goutte1-1/+1
2014-11-02fcels: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-11-02lzxpress: Fix Dead Store (Dead assignement/Dead increment) warning found by C...Alexis La Goutte1-2/+0
2014-11-02[Automatic manuf, services and enterprise-numbers update for 2014-11-02]Gerald Combs2-11/+161
2014-11-02Eliminate proto_tree_add_text from several dissectors.Michael Mann15-549/+698
2014-11-02DNS: fix Coverity CID 281285 and CID 1238867Pascal Quantin1-0/+2
2014-11-01DNS: fix dissection of ISDN RR Sub Address fieldPascal Quantin1-0/+1
2014-11-01print: do not try to add an empty hex stream to PDML output for a text only hfPascal Quantin1-2/+4
2014-11-01Announce messages should only have a TLV if the message length is > 64.Michael Mann1-177/+192
2014-11-01Ethernet: fix a trivial typoPascal Quantin1-1/+1
2014-11-01DNS: fix display of A6 address suffix fieldPascal Quantin1-1/+1
2014-11-01packet-mq: Use value_string_ext for big value string. more struct dissectedRobert Grange4-1129/+133
2014-11-01Don't check the checksum if we're encapsulated in an (ICMP) error packet.Jeff Morriss1-3/+7
2014-11-01Bluetooth: Fix AVRCP UUIDMichal Labedzki1-1/+1
2014-11-01Missed cahnges from last commit:AndersBroman1-16/+16
2014-10-31Clean up handling of BDC coded numbers a bit.AndersBroman1-47/+23
2014-10-31Eliminate proto_tree_add_text from packet-gtpv2.cMichael Mann1-121/+200
2014-10-31Lua: Only register postdissectors once.Stig Bjørlykke1-0/+1
2014-10-31CAMEL: tvb_length... -> tvb_reported_length...AndersBroman1-8/+8
2014-10-31BER: tvb_length... -> tvb_reported_length...AndersBroman1-59/+59
2014-10-31Fix:AndersBroman1-2/+2
2014-10-31Use tcp_dissect_pdus in DCE/RPC dissector when running atop TCP.Michael Mann1-11/+67
2014-10-30HTTP2: Update to draft-15Alexis La Goutte1-15/+19
2014-10-30Eliminate proto_tree_add_text from packet-fcels.cMichael Mann1-160/+161
2014-10-30temporary workaround to stop the fuzz failuresMartin Kaiser1-2/+2
2014-10-30Eliminate proto_tree_add_text from packet-q933.cMichael Mann6-345/+312
2014-10-30Fix a typo: Unidirected -> UndirectedJeff Morriss2-6/+6
2014-10-30Make the data rate field float, and calculate it for 802.11n.Guy Harris3-412/+443
2014-10-30Add casts to try to please the OSX buildbot.AndersBroman1-9/+9
2014-10-30Create the compress module for compression functions.Matthieu Patou8-10/+336
2014-10-30Add an RFC reference and fix deprecated API.AndersBroman1-1/+2
2014-10-30Support the bandwidth and "short GI" fields from Peek tagged files.Guy Harris1-12/+40
2014-10-30Handle the MCS index in Peek tagged files.Guy Harris1-0/+10
2014-10-29Expand the 802.11 pseudo-header and support new radio metadata.Guy Harris1-35/+95
2014-10-29Replace isalpha() with g_ascii_isprint().AndersBroman1-9/+8
2014-10-29Don't include ctype.h and replace isascii() with _ascii_isprint().AndersBroman1-9/+8
2014-10-29VXLAN: Fix flag bitmasksAlex Tessmer1-3/+3
2014-10-28Use guint8 for 8-bit unsigned numeric values.Guy Harris2-3/+6
2014-10-28Use g_ascii_isalnum() rather than isalnum().Guy Harris1-2/+1
2014-10-28Pref: Remove unsued functionAlexis La Goutte1-0/+2
2014-10-28Patch for KNXnet/IP dissectoralage1-90/+176
2014-10-28Refactor pinfo->circuit_id from H.223 dissector.Michael Mann5-52/+124
2014-10-28DNS NXT RR is parsed incorrectlyAlexis La Goutte1-1/+28
2014-10-28ISIS: Display code/type and length for unknown code/typeAlexis La Goutte1-9/+4
2014-10-28HPSW: Fix display of wrong lengthAlexis La Goutte1-1/+1
2014-10-28Bug 9586 says bit 0x00000100 in the "802.11n flags" means "802.11ac".Guy Harris1-48/+54
2014-10-28MAUSB: fix warning: no previous prototype for 'proto_register_wfa_oui' [-Wmis...Alexis La Goutte1-0/+1
2014-10-28The "data rate" field in the 11n version of the header is an MCS index.Guy Harris1-6/+15
2014-10-28HPSW: Fix soft-deprecated APIs warningAlexis La Goutte1-1/+1