index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
epan
/
oids.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use g_ascii_isalnum() rather than isalnum().
Guy Harris
2014-10-28
1
-2
/
+1
*
Fix unused variable warnings found by clang.
Gerald Combs
2014-04-11
1
-0
/
+3
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Remove trailing whitespace
Bill Meier
2014-02-25
1
-3
/
+3
*
As spotted by Joerg; make a HFILL_INIT(hf) macro and use it to init the priva...
Anders Broman
2014-01-19
1
-11
/
+4
*
Don't cast away constness.
Guy Harris
2014-01-14
1
-6
/
+6
*
Fix a typo.
Anders Broman
2014-01-06
1
-1
/
+1
*
Try to fix warning: initializer element is not computable at load time.
Anders Broman
2014-01-06
1
-19
/
+34
*
First round converting OIDs from emem to wmem. Just internal functions so far.
Evan Huus
2013-12-23
1
-19
/
+29
*
Rename a couple of to_str functions to have ep_ in the name. This makes it
Evan Huus
2013-12-19
1
-3
/
+3
*
Move the epan/filesystem.c routines to wsutil; they're not specific to
Guy Harris
2013-11-17
1
-1
/
+1
*
Fix several [-Wunused-const-variable] warnings (using '#if 0').
Bill Meier
2013-10-26
1
-0
/
+2
*
Add OID unit tests. Bug 9294 (https://bugs.wireshark.org/bugzilla/show_bug.c...
Michael Mann
2013-10-19
1
-4
/
+10
*
If the length we allocated was 0, don't try and write to the returned pointer.
Evan Huus
2013-10-16
1
-5
/
+9
*
Fix a length check in the OID code, we add an extra byte if is_first, not the
Evan Huus
2013-10-15
1
-1
/
+3
*
From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9246
Evan Huus
2013-10-10
1
-15
/
+7
*
Don't try and construct an OID string if the len is zero. Fixes
Evan Huus
2013-10-08
1
-3
/
+6
*
Add support for RELATIVE-OID ASN.1 type. Bug 9192 (https://bugs.wireshark.org...
Michael Mann
2013-10-06
1
-3
/
+27
*
From beroset@mindspring.com:
Anders Broman
2013-09-25
1
-1
/
+1
*
Use epan-scope memory for OIDs, cleaning up another ~100KB of valgrind
Evan Huus
2013-09-12
1
-11
/
+4
*
Remove what appear to be the last two instances of pe_tree. Could this be the
Evan Huus
2013-09-04
1
-5
/
+5
*
Restore inclusion of report_err.h
Jeff Morriss
2013-07-15
1
-0
/
+2
*
Move report_err.{h,c} from epan into wsutil: there's nothing epan-specific th...
Jeff Morriss
2013-07-15
1
-1
/
+0
*
Fix the OID registration leaks.
Evan Huus
2013-07-14
1
-7
/
+9
*
Pretify dissection of date and Time.
Anders Broman
2013-06-12
1
-1
/
+2
*
Show DisplayString as a string.
Anders Broman
2013-06-11
1
-1
/
+1
*
Don't try to open <home>/.wireshark on Windows: Wireshark hasn't written to
Jeff Morriss
2013-04-09
1
-5
/
+5
*
[-Wmissing-prototypes]
Anders Broman
2013-03-21
1
-7
/
+7
*
From beroset:
Anders Broman
2013-03-15
1
-14
/
+14
*
Fixing CID 280433 and 280357.
Jaap Keuter
2013-01-14
1
-8
/
+4
*
Fix a bunch of warnings.
Guy Harris
2012-12-26
1
-3
/
+3
*
Do free overwritten names when registering oids. There was a comment claiming
Evan Huus
2012-10-27
1
-2
/
+8
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-3
/
+1
*
Safely handle empty OIDs and other weird cases where we can't find a sub-id.
Evan Huus
2012-08-12
1
-0
/
+9
*
First phase of fixing https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7380 :
Jeff Morriss
2012-07-08
1
-3
/
+3
*
UATs could be put into "categories". The categories were defined only
Guy Harris
2012-07-08
1
-41
/
+55
*
Fix compilation of epan/oids.c without HAVE_LIBSMI
Jakub Zawadzki
2012-07-06
1
-7
/
+3
*
From Michael Mann:
Anders Broman
2012-07-06
1
-58
/
+90
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Fix ex "modeline" so it works;
Bill Meier
2011-09-21
1
-1
/
+1
*
From Dirk via bug 6361:
Stig Bjørlykke
2011-09-20
1
-2
/
+2
*
Squelch some compiler warnings.
Guy Harris
2011-06-16
1
-1
/
+1
*
Get rid of unused function.
Guy Harris
2011-05-18
1
-8
/
+0
*
Make some routines static that aren't used outside the source file in
Guy Harris
2011-05-17
1
-2
/
+2
*
This ain't C++; you have to put "void" in as the argument list of
Guy Harris
2011-05-17
1
-1
/
+1
*
Cast away some clang errors about cast alignments that appear safe.
Stephen Fisher
2011-04-25
1
-2
/
+2
*
Fix clang error ("increases requird alignment from 1 to 8") by removing
Stephen Fisher
2011-04-25
1
-1
/
+1
*
Corrected decoding of oid values with length 5.
Stig Bjørlykke
2011-03-21
1
-5
/
+5
*
Allow presentation of Gauge32 values larger than 0x7FFFFFFF.
Jaap Keuter
2011-01-20
1
-6
/
+13
*
Make the third argument to a UAT copy callback a size_t (not that any of
Guy Harris
2010-10-29
1
-1
/
+1
[next]