summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-03-07Try to fix the buildbots.Michael Tüxen1-0/+2
2013-03-07Add buffersize and snap length to the preferences.Irene Rüngeler2-0/+12
2013-03-07Use explicit casts.Anders Broman1-25/+25
2013-03-07Avoid a potential divide-by-zero condition.Chris Maynard1-1/+5
2013-03-06Fix the plurality of the length of a data source if it has only 1 byte (I'mJeff Morriss1-2/+5
2013-03-06Followup to r48011, answering my own XXX comment:Evan Huus1-3/+1
2013-03-06Make the GTP and GTP' dissectors new-style dissectors, so that they canGuy Harris1-17/+45
2013-03-05Use explicit casts.Anders Broman1-1/+1
2013-03-05Use XDLC_IS_INFORMATION() to determine whether there's a payload to handGuy Harris1-3/+4
2013-03-05fixMartin Kaiser1-10/+2
2013-03-05Fix some variable names to better indicate what they do.Guy Harris1-398/+272
2013-03-05From Joseph Chai:Anders Broman2-8/+148
2013-03-05Unused parameter.Anders Broman1-1/+1
2013-03-05type drange -> drange_tAnders Broman12-49/+49
2013-03-05RTPS Cleanup, Part 1Michael Mann2-943/+461
2013-03-05Use hf_gtp_ext_hdr_next for all "next header" fields, and get rid ofGuy Harris1-20/+3
2013-03-04If the length value is bad, an exception will be thrown; we don't needGuy Harris1-2/+2
2013-03-04From Jiri Novak via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8424Evan Huus1-32/+762
2013-03-04Give 3GPP TS numbers for GTP v0, GTP v1, and GTP'.Guy Harris1-234/+218
2013-03-04From Josef Zila via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8408 :Pascal Quantin1-9/+58
2013-03-04Add 802.11 Tag RSNI IE (65)Alexis La Goutte1-0/+39
2013-03-04From chaitanya via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8432 B...Alexis La Goutte1-1/+1
2013-03-04Add 802.11 Tag Antenna (64)Alexis La Goutte1-0/+30
2013-03-04Add 802.11 Tag BSS Average Access Delay IE (63)Alexis La Goutte1-0/+30
2013-03-04Add 802.11 BSS AC Access Delay IE (68)Alexis La Goutte1-0/+53
2013-03-04Fix typo about BSS AC/AVG Access DelayAlexis La Goutte1-3/+3
2013-03-04Enhance HT Control (proto_tree_add_uint/boolean/* => proto_tree_add_itemAlexis La Goutte1-22/+20
2013-03-04Remove expert_info for unknown/undecode Atheros frame...Alexis La Goutte1-3/+1
2013-03-04From 802.11-2012.pdfAlexis La Goutte1-127/+381
2013-03-04Fix typo about length of BSS Available Admission Capacity IEAlexis La Goutte1-4/+4
2013-03-04From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8339Evan Huus2-6/+98
2013-03-04Use explicit casts.Anders Broman3-19/+19
2013-03-04Use explicit casts.Anders Broman4-22/+22
2013-03-03Use explicit casts.Anders Broman2-26/+27
2013-03-03Fixed two wrong encoding parameters found by fix-encoding-args.pl and a typo ...Pascal Quantin1-3/+3
2013-03-03[Automatic manuf, services and enterprise-numbers update for 2013-03-03]Gerald Combs1-7/+171
2013-03-03Replace proto_tree_add_text "error messages" with expert_add_info_formatMichael Mann1-174/+123
2013-03-03The general convention for "interpreted" fields, where we display a moreGuy Harris1-2/+3
2013-03-03proto_tree_add_uint_format_value() puts the field name into the textualGuy Harris1-18/+18
2013-03-02Fix copy-paste error introduced in r48021Pascal Quantin1-1/+1
2013-03-02Revert file committed by mistake in r48023Pascal Quantin1-63/+102
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin2-78/+78
2013-03-02Remove a useless pointerPascal Quantin1-1/+0
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin18-520/+462
2013-03-02Try to fix LNK4217 (locally defined symbol imported in function) and C4273 (i...Pascal Quantin2-5/+7
2013-03-02Export some wmem functions using the new scheme.Evan Huus2-0/+14
2013-03-02Don't include wmem.h in packet_info.h, just use the struct name directly.Evan Huus1-2/+1
2013-03-02Convert at least enough proto_tree_add_text to proto_tree_add_item/expert_inf...Michael Mann1-233/+239
2013-03-02Move the setting of pt to where it was before the changes, so it'sGuy Harris1-3/+3
2013-03-02From beroset:Anders Broman2-101/+90