aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1183-1183/+1183
2012-06-28Constify the "string to return if not found" argument toGuy Harris2-15/+9
2012-06-27Prettify display of O_RDONLY and O_ACCMODE flagsPascal Quantin1-17/+28
2012-06-27Fix compiler warning: "format not a string literal and no format arguments"Bill Meier1-2/+2
2012-06-27Don't show (essentially meaningless) numeric values of the expert codes.Bill Meier1-2/+5
2012-06-27From Martin Raison via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7414Alexis La Goutte1-0/+4
2012-06-26General cleanup:Bill Meier1-1604/+1607
2012-06-26Display expert codes in hexadecimal (less painful for my eyes :))Pascal Quantin1-2/+2
2012-06-26Validate 'offset' before calling proto_item_set_end(); prevents potential 'Di...Bill Meier1-0/+4
2012-06-26From Richard Sharpe:Bill Meier1-5/+5
2012-06-25From Michal Labedzki: Anders Broman1-11/+29
2012-06-25From Michal Labedzki: Anders Broman1-23/+22
2012-06-25From Michal Labedzki: Anders Broman1-36/+164
2012-06-25From Martin Kaiser:Anders Broman3-9/+124
2012-06-25From Michael Mann:Anders Broman2-45/+75
2012-06-25Tighten up validity checking when doing reassembly.Bill Meier1-13/+10
2012-06-25From Tony Trinh:Anders Broman4-10/+10
2012-06-25From Tony Trinh:Anders Broman11-59/+103
2012-06-25Fix dissection of NAS EPS Service Request message (broken in r42200)Pascal Quantin1-8/+21
2012-06-25Fix typo errorsPascal Quantin1-5/+5
2012-06-24From Yair:Anders Broman1-7/+7
2012-06-24From Martin Kaiser:Anders Broman1-0/+3
2012-06-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7386 :Pascal Quantin1-4/+25
2012-06-24FT_FLOAT and FT_DOUBLE share the same comparison functions -> use same filter...Pascal Quantin2-2/+2
2012-06-24From Adam Langley:Anders Broman3-8/+21
2012-06-24From Evan Huus:Anders Broman1-4/+2
2012-06-24[Automatic manuf, services and enterprise-numbers update for 2012-06-24]Gerald Combs1-13/+193
2012-06-23Do not use same name for filters with incompatible typesPascal Quantin1-9/+9
2012-06-23Do not use same name for filters with incompatible typesPascal Quantin2-17/+17
2012-06-23Rename two entries to avoid having same filter name for entries with incompat...Pascal Quantin1-2/+2
2012-06-23Do not use same name for filters with incompatible typesPascal Quantin3-65/+59
2012-06-23Fix copy/paste errorsPascal Quantin1-4/+4
2012-06-23Do not use same name for filters with incompatible typesPascal Quantin1-3/+3
2012-06-22Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7391 :Pascal Quantin1-98/+114
2012-06-22Give hint to check http://wiki.wireshark.org/CaptureSetup/CapturePrivileges i...Balint Reczey1-5/+6
2012-06-21Mark a couple more variables volatile.Jeff Morriss1-3/+3
2012-06-21From Richard Sharpe via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7...Jeff Morriss1-2/+3
2012-06-20Followup to r43176, r43177, r43178, and r43179: prohibit FT_*INT*Jeff Morriss2-64/+78
2012-06-20Fix compilation with gcc...Pascal Quantin1-3/+3
2012-06-20Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7383 :Pascal Quantin1-5/+5
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on aJeff Morriss1-5/+7
2012-06-20Revert http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43404.Anders Broman1-20/+19
2012-06-20SDP data embeded in OCTET STRING.Anders Broman1-19/+20
2012-06-20Add a link to IANA registry.Anders Broman1-1/+2
2012-06-20Upadte e-mail.Anders Broman1-1/+1
2012-06-20- In INTERNAL HANDOVER COMMAND Circuit Identity Code is C(Coded optional in WS)Anders Broman1-2/+36
2012-06-19Correct the IPv6 fragment offset shown in COL_INFO.Jeff Morriss2-11/+24
2012-06-19Simplify proto_tree_add_string_format_value(..., val, "%s", val) with proto_t...Jakub Zawadzki1-5/+5
2012-06-19Use tvb_get_ephemeral_string_enc() in combination with proto_tree_add_unicode...Pascal Quantin2-2/+2
2012-06-19Use newly introduced proto_tree_add_unicode_string() to add UTF-8 stringsPascal Quantin2-14/+28