summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-02-23Fix a 3GPP specification error.Anders Broman1-1/+1
2012-02-23From Steve Magnani:Anders Broman1-5/+92
2012-02-23From Tyson Key:Anders Broman1-7/+3
2012-02-23Move 'static' qualifier before 'const' in a couple of places. I didn'tMartin Mathieson1-2/+2
2012-02-23Mark some unused parameters. Still getting other warnings...Martin Mathieson1-8/+8
2012-02-23From Tyson Key:Anders Broman1-2/+37
2012-02-23From Yaniv Kaul:Anders Broman1-43/+98
2012-02-23From Lei Chen:Anders Broman5-8/+252
2012-02-23From Jeff Morriss:Anders Broman1-2/+2
2012-02-22Whitespace cleanup: Convert 4 space tabs to spaces ...Bill Meier1-2326/+2326
2012-02-22Rename some enumeration constants; Do some minor code simplification & reform...Bill Meier1-15/+12
2012-02-22Reverse Revision 41134 (Need to fix error/warning before...)Alexis La Goutte8-9623/+973
2012-02-22From Lars Ruoff:Anders Broman8-973/+9623
2012-02-21From Lori Tribble:Anders Broman1-5/+19
2012-02-21From David Wei and me, update to 3GPP TS 25.413 V10.4.0 (2011-12).Anders Broman1-87/+116
2012-02-21Add VENDOR_ERICSSON_PKT_COREAnders Broman1-0/+1
2012-02-21Always test tvb_reported_length_remaining() return val for '> 0' instead of '...Bill Meier1-7369/+7365
2012-02-20Indentation & whitespace cleanup....Bill Meier1-872/+872
2012-02-20(Trivial) Fix a typo in a comment; Do some whitespace changes.Bill Meier1-352/+352
2012-02-20Use tvb_reported_length_remaining() iso tvb_length_remaining().Bill Meier1-1/+1
2012-02-20Fix 'variable set but then unused'; Do some whitespace cleanup.Bill Meier1-6/+5
2012-02-20proto_reg_handoff...() doesn't need 'if(!Initialized)';Bill Meier1-75/+66
2012-02-20(Trivial) Whitespace changesBill Meier1-7/+7
2012-02-20From e.yimjia Add LPP decoding support in ULP protocol dissector \n https://b...Anders Broman1-15/+36
2012-02-20From David Wei more containers not to dissect if pref is setanonsvn1-46/+50
2012-02-20Thou shalt not stop dissecting after doing processing for COL_INFO ....Bill Meier1-3/+1
2012-02-20From Paul Erkkila via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6835Alexis La Goutte3-0/+627
2012-02-19[Automatic manuf, services and enterprise-numbers update for 2012-02-19]Gerald Combs1-4/+148
2012-02-17Replace the old very simple (line based) RSH dissector with a slightlyStephen Fisher1-66/+365
2012-02-17Fix an old copy and paste mistake in a C comment.Stephen Fisher1-1/+1
2012-02-17Move exec_isdigit_string() and exec_isprint_string() functions out ofStephen Fisher1-44/+5
2012-02-17From Anders: fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6839 :Jeff Morriss1-15/+20
2012-02-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2-2/+69
2012-02-17time_t and nstime.nsecs are both signed so don't cast them to unsigned to dis...Jeff Morriss1-1/+1
2012-02-17Fix part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6703 :Jeff Morriss1-1/+1
2012-02-17(Re)fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6712 :Jeff Morriss1-8/+23
2012-02-16Use tce correct IE idAnders Broman1-4/+9
2012-02-16Register the p772 dissector.Stig Bjørlykke1-1/+2
2012-02-16Let part of the patch speak for itself:Jörg Mayer1-3/+25
2012-02-16From Naoyoshi Ueda:Anders Broman2-69/+101
2012-02-16Fix the rest of of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6764 :Jeff Morriss1-34/+39
2012-02-15From Pascal Quantin:Anders Broman1-2/+3
2012-02-15From Andy Karch:Anders Broman1-14/+32
2012-02-14From David Wei:Anders Broman1-6/+12
2012-02-14As Guy suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6765 :Jeff Morriss1-22/+2
2012-02-14- dissect_vendor_ie_atheros:Jörg Mayer1-20/+29
2012-02-14To quote section "7.2.1 Type" of RFC 2068, "Hypertext Transfer ProtocolGuy Harris1-7/+17
2012-02-14Fix part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6764 :Jeff Morriss1-13/+13
2012-02-14As suggested in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6763 :Jeff Morriss1-1/+1
2012-02-14This dissector calls process_reassembled_data() so there's no need for it toJeff Morriss1-12/+0