aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-19Mark another variable as volatile to pacify the buildbot.Jeff Morriss1-1/+1
2012-06-19TypoAnders Broman1-1/+1
2012-06-19Add proto_tree_add_unicode_string() to add UTF-8 string to tree. Jakub Zawadzki6-31/+37
2012-06-19Fix bug #7378: Wireshark 1.8.0rc1: gsm_a_dtap SMS 7-bit default alphabet regr...Jakub Zawadzki1-6/+7
2012-06-19Mark some variables as volatile to avoid compiler warnings.Jeff Morriss1-5/+6
2012-06-19Try to fix unused variable warnings and "clobbered by 'longjmp' or 'vfork' "Anders Broman1-5/+2
2012-06-19Support multiple relation test without logic and (python-like)Jakub Zawadzki11-3/+147
2012-06-19From Richard Sharpe:Anders Broman2-26/+78
2012-06-19Set save_fragmented at the beginning of the routine, so it can always beGuy Harris1-1/+2
2012-06-19In dissect_nt_transaction_request(), restore pinfo->fragmented beforeGuy Harris1-0/+1
2012-06-19From Richard Sharpe:Anders Broman2-13/+96
2012-06-19From Sandeep Dahiya.Anders Broman1-1/+98
2012-06-18Integrate r43221 and 43222 with 43211. (Revert back to having onlyGerald Combs2-2/+1
2012-06-18Fix a null pointer warning from Clang. Not sure if we'll run into thisGerald Combs1-1/+5
2012-06-18Use enums instead of hand written valuesPascal Quantin1-32/+59
2012-06-18From Sven Eckelmann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7...Pascal Quantin1-0/+7
2012-06-17Fix typos.Chris Maynard1-17/+17
2012-06-17Clean up indentation.Guy Harris1-85/+85
2012-06-17Allow future forward compatibilityPascal Quantin1-1/+1
2012-06-17[Automatic manuf, services and enterprise-numbers update for 2012-06-17]Gerald Combs1-1/+125
2012-06-17Enhance dissection of the NewSessionTicket handshake message.Sake Blok2-55/+158
2012-06-17Fix reading back exported SSL keys. Bug was introduced in r43097.Sake Blok1-3/+3
2012-06-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7372 :Pascal Quantin1-8/+12
2012-06-16Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7371 :Pascal Quantin1-46/+156
2012-06-15Minor cleanup:Bill Meier1-203/+209
2012-06-15Minor Changes:Bill Meier1-23/+20
2012-06-15Correct a discrepancy in the specification.Anders Broman1-1/+1
2012-06-14Fix Coverity CID 703858: Unused pointer value.Chris Maynard1-26/+26
2012-06-14Fix Coverity CID 703859: Unused pointer value.Chris Maynard1-2/+1